index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
main.c
Age
Commit message (
Expand
)
Author
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-10
extmod/vfs_fat: Remove obsolete and unused str/len members.
Damien George
2017-03-10
stmhal/main: Allocate flash's VFS struct on the heap to trace root ptrs.
Damien George
2017-03-02
stmhal: Use mp_hal_delay_ms instead of HAL_Delay.
Damien George
2017-02-17
stmhal/main: Remove unnecessary header includes.
Damien George
2017-02-15
stmhal: Implement a proper thread scheduler.
Damien George
2017-02-07
stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file.
Damien George
2017-01-31
stmhal: Fix build issue when MICROPY_PY_THREAD is disabled.
Damien George
2017-01-31
stmhal/main: Use _estack value to initialise stack extents.
Damien George
2017-01-31
stmhal: Initial implementation of multithreading, currently disabled.
Damien George
2017-01-31
stmhal/main: Guard init_sdcard_fs with MICROPY_HW_HAS_SDCARD.
Damien George
2017-01-31
stmhal/main: Put /sd directory before /flash in sys.path.
Damien George
2017-01-31
stmhal: On boot, mount all available partitions of the SD card.
Damien George
2017-01-30
stmhal: Use LED constants from PYBv4 onwards.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-29
stmhal: Fix name of automatically created boot.py.
Damien George
2017-01-27
stmhal: Convert to use VFS sub-system and new ooFatFs component.
Damien George
2016-12-15
stmhal: Use core-provided keyboard exception object.
Damien George
2016-12-15
stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception.
Damien George
2016-12-14
py/runtime: Zero out fs_user_mount array in mp_init.
Damien George
2016-11-21
stmhal: Updates to get F411 MCUs compiling with latest ST HAL.
Damien George
2016-10-06
stmhal: Disable network and usocket for ESPRUINO_PICO
Dave Hylands
2016-09-20
stmhal: Use attribute to avoid inlining.
Stefan Agner
2016-09-06
stmhal/modmachine: Implement machine.reset_cause() function, and consts.
Damien George
2016-08-29
stmhal: Update boot.py files to use VCP instead of CDC.
Philip Potter
2016-05-05
stmhal: L4: Make CCM/DTCM RAM start-up conditional on MCU type.
Tobias Badertscher
2016-02-15
stmhal: Some NETDUINO_PLUS_2 cleanup
Dave Hylands
2016-02-10
extmod/fsusermount: Support mounting of multiple block devices.
Damien George
2016-01-29
stmhal: Make TIM3 available for use by the user.
Damien George
2016-01-29
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Paul Sokolovsky
2015-12-07
stmhal: Print exception information in nlr_jump_failed
Dave Hylands
2015-12-07
stmhal: Execute boot.py and main.py when formatting the file system.
Dave Hylands
2015-12-04
stmhal: Add option to free up TIM3 from USB VCP polling.
Damien George
2015-12-04
stmhal: Add rtc.init() method to force RTC to re-initialise.
Damien George
2015-11-23
stmhal: Implement delayed RTC initialization with LSI fallback.
T S
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-19
stmhal: Early version of machine module for stmhal.
Dave Hylands
2015-10-12
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Damien George
2015-09-12
stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value.
Tom Soulanille
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
[next]