summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/main.c
Commit message (Expand)AuthorAge
* stmhal: Make TIM3 available for use by the user.Damien George2016-01-29
* py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky2016-01-29
* stmhal: Print exception information in nlr_jump_failedDave Hylands2015-12-07
* stmhal: Execute boot.py and main.py when formatting the file system.Dave Hylands2015-12-07
* stmhal: Add option to free up TIM3 from USB VCP polling.Damien George2015-12-04
* stmhal: Add rtc.init() method to force RTC to re-initialise.Damien George2015-12-04
* stmhal: Implement delayed RTC initialization with LSI fallback.T S2015-11-23
* lib/pyexec: Move header pyexec.h from stmhal directory.Damien George2015-11-09
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* stmhal: Early version of machine module for stmhal.Dave Hylands2015-10-19
* Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George2015-10-12
* stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value.Tom Soulanille2015-09-12
* stmhal: Enable SPI support for F7 MCUs.Dave Hylands2015-08-05
* stmhal: Enable I2C support for F7 MCUs.Dave Hylands2015-08-05
* stmhal: Factor out USRSW boot-up code and support boards with 1 LED.Damien George2015-08-03
* stmhal: Add STM32F7DISC and associated changes.Dave Hylands2015-07-30
* stmhal: Move debug UART repl to after uart_init0 call.Dave Hylands2015-05-06
* stmhal: Include fatfs headers using lib/fatfs prefix.Damien George2015-03-04
* stmhal: Add support for CAN rx callbacks.Henrik Sölver2015-02-15
* stmhal: Make pybstdio usable by other ports, and use it.Damien George2015-02-13
* stmhal: Properly define pyb.usb_mode() semantics.Damien George2015-02-13
* stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.Damien George2015-02-13
* stmhal: Add Python-configurable USB HID mode.Damien George2015-02-13
* stmhal: Reclaim 72 bytes of stack by factoring out flash init code.Damien George2015-01-09
* stmhal: Collect all root pointers together in 1 place.Damien George2015-01-07
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* stmhal: Change fresh boot.py and main.py to use \r\n newlines.Damien George2014-10-25
* Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset.Dave Hylands2014-10-22
* stmhal: Overhaul UART class to use read/write, and improve it.v1.3.4Damien George2014-10-21
* stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver.Damien George2014-10-06
* stmhal: Add network and usocket module.Damien George2014-09-30
* stmhal: Add label to internal flash drive on creation.Damien George2014-09-29
* stmhal: Initialise stack pointer correctly.Damien George2014-09-23
* py: Move definition of mp_sys_exit to core.Damien George2014-09-15
* Add save/restore_irqDave Hylands2014-08-25
* stmhal: In safe mode, still mount SD card and present as MSD over USB.Damien George2014-08-16
* doc: Document gc, sys, math, cmath.Damien George2014-08-10
* stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George2014-08-04
* Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George2014-08-04
* stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.Damien George2014-07-31
* Add support for storing args during an exception raised by an irq.Dave Hylands2014-07-25
* stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George2014-07-20
* stmhal: Some reordering of code/functions.Damien George2014-07-02
* Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...Damien George2014-07-02
|\
| * Add timer_deinit and call it just before doing a soft-restartDave Hylands2014-06-30
* | stackctrl: Add "mp_" prefix.Paul Sokolovsky2014-07-01
* | Merge pull request #710 from iabdalkader/assertDamien George2014-06-30
|\ \
| * | Add NORETURN to __fatal_errormux2014-06-21
| * | Fix asser_func warning/errormux2014-06-21
* | | stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-28
| |/ |/|