aboutsummaryrefslogtreecommitdiff
path: root/stmhal/main.c
AgeCommit message (Expand)Author
2016-09-20stmhal: Use attribute to avoid inlining.Stefan Agner
2016-09-06stmhal/modmachine: Implement machine.reset_cause() function, and consts.Damien George
2016-08-29stmhal: Update boot.py files to use VCP instead of CDC.Philip Potter
2016-05-05stmhal: L4: Make CCM/DTCM RAM start-up conditional on MCU type.Tobias Badertscher
2016-02-15stmhal: Some NETDUINO_PLUS_2 cleanupDave Hylands
2016-02-10extmod/fsusermount: Support mounting of multiple block devices.Damien George
2016-01-29stmhal: Make TIM3 available for use by the user.Damien George
2016-01-29py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky
2015-12-07stmhal: Print exception information in nlr_jump_failedDave Hylands
2015-12-07stmhal: Execute boot.py and main.py when formatting the file system.Dave Hylands
2015-12-04stmhal: Add option to free up TIM3 from USB VCP polling.Damien George
2015-12-04stmhal: Add rtc.init() method to force RTC to re-initialise.Damien George
2015-11-23stmhal: Implement delayed RTC initialization with LSI fallback.T S
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-19stmhal: Early version of machine module for stmhal.Dave Hylands
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-09-12stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value.Tom Soulanille
2015-08-05stmhal: Enable SPI support for F7 MCUs.Dave Hylands
2015-08-05stmhal: Enable I2C support for F7 MCUs.Dave Hylands
2015-08-03stmhal: Factor out USRSW boot-up code and support boards with 1 LED.Damien George
2015-07-30stmhal: Add STM32F7DISC and associated changes.Dave Hylands
2015-05-06stmhal: Move debug UART repl to after uart_init0 call.Dave Hylands
2015-03-04stmhal: Include fatfs headers using lib/fatfs prefix.Damien George
2015-02-15stmhal: Add support for CAN rx callbacks.Henrik Sölver
2015-02-13stmhal: Make pybstdio usable by other ports, and use it.Damien George
2015-02-13stmhal: Properly define pyb.usb_mode() semantics.Damien George
2015-02-13stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.Damien George
2015-02-13stmhal: Add Python-configurable USB HID mode.Damien George
2015-01-09stmhal: Reclaim 72 bytes of stack by factoring out flash init code.Damien George
2015-01-07stmhal: Collect all root pointers together in 1 place.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-10-25stmhal: Change fresh boot.py and main.py to use \r\n newlines.Damien George
2014-10-22Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset.Dave Hylands
2014-10-21stmhal: Overhaul UART class to use read/write, and improve it.Damien George
2014-10-06stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver.Damien George
2014-09-30stmhal: Add network and usocket module.Damien George
2014-09-29stmhal: Add label to internal flash drive on creation.Damien George
2014-09-23stmhal: Initialise stack pointer correctly.Damien George
2014-09-15py: Move definition of mp_sys_exit to core.Damien George
2014-08-25Add save/restore_irqDave Hylands
2014-08-16stmhal: In safe mode, still mount SD card and present as MSD over USB.Damien George
2014-08-10doc: Document gc, sys, math, cmath.Damien George
2014-08-04stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George
2014-08-04Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George
2014-07-31stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.Damien George
2014-07-25Add support for storing args during an exception raised by an irq.Dave Hylands
2014-07-20stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George
2014-07-02stmhal: Some reordering of code/functions.Damien George
2014-07-02Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...Damien George