index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
main.c
Age
Commit message (
Expand
)
Author
2015-08-05
stmhal: Enable SPI support for F7 MCUs.
Dave Hylands
2015-08-05
stmhal: Enable I2C support for F7 MCUs.
Dave Hylands
2015-08-03
stmhal: Factor out USRSW boot-up code and support boards with 1 LED.
Damien George
2015-07-30
stmhal: Add STM32F7DISC and associated changes.
Dave Hylands
2015-05-06
stmhal: Move debug UART repl to after uart_init0 call.
Dave Hylands
2015-03-04
stmhal: Include fatfs headers using lib/fatfs prefix.
Damien George
2015-02-15
stmhal: Add support for CAN rx callbacks.
Henrik Sölver
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-13
stmhal: Properly define pyb.usb_mode() semantics.
Damien George
2015-02-13
stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.
Damien George
2015-02-13
stmhal: Add Python-configurable USB HID mode.
Damien George
2015-01-09
stmhal: Reclaim 72 bytes of stack by factoring out flash init code.
Damien George
2015-01-07
stmhal: Collect all root pointers together in 1 place.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-10-25
stmhal: Change fresh boot.py and main.py to use \r\n newlines.
Damien George
2014-10-22
Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset.
Dave Hylands
2014-10-21
stmhal: Overhaul UART class to use read/write, and improve it.
Damien George
2014-10-06
stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver.
Damien George
2014-09-30
stmhal: Add network and usocket module.
Damien George
2014-09-29
stmhal: Add label to internal flash drive on creation.
Damien George
2014-09-23
stmhal: Initialise stack pointer correctly.
Damien George
2014-09-15
py: Move definition of mp_sys_exit to core.
Damien George
2014-08-25
Add save/restore_irq
Dave Hylands
2014-08-16
stmhal: In safe mode, still mount SD card and present as MSD over USB.
Damien George
2014-08-10
doc: Document gc, sys, math, cmath.
Damien George
2014-08-04
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Damien George
2014-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-07-31
stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.
Damien George
2014-07-25
Add support for storing args during an exception raised by an irq.
Dave Hylands
2014-07-20
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Damien George
2014-07-02
stmhal: Some reordering of code/functions.
Damien George
2014-07-02
Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...
Damien George
2014-07-01
stackctrl: Add "mp_" prefix.
Paul Sokolovsky
2014-06-30
Add timer_deinit and call it just before doing a soft-restart
Dave Hylands
2014-06-30
Merge pull request #710 from iabdalkader/assert
Damien George
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-27
py: Move stack_ctrl_init() to mp_init().
Paul Sokolovsky
2014-06-27
stmhal: Use stackctrl framework.
Paul Sokolovsky
2014-06-21
Add NORETURN to __fatal_error
mux
2014-06-21
Fix asser_func warning/error
mux
2014-06-19
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-15
stmhal: Update and improve LCD driver.
Damien George
2014-06-14
Make __assert_func weak
mux
2014-06-14
Add __assert_func only if DEBUG=1
mux
2014-06-14
Add __assert_func
mux
2014-05-24
Add SystemExit exception and use it in unix/ and stmhal/ ports.
Damien George
2014-05-10
stmhal: Implement draft version of sys.exit().
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.
Damien George
2014-04-30
stmhal: Reinstate CC3000 driver from old stm/ port.
Damien George
[next]