aboutsummaryrefslogtreecommitdiff
path: root/stmhal/main.c
AgeCommit message (Expand)Author
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
2014-07-01stackctrl: Add "mp_" prefix.Paul Sokolovsky
2014-06-30Add timer_deinit and call it just before doing a soft-restartDave Hylands
2014-06-30Merge pull request #710 from iabdalkader/assertDamien George
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-27py: Move stack_ctrl_init() to mp_init().Paul Sokolovsky
2014-06-27stmhal: Use stackctrl framework.Paul Sokolovsky
2014-06-21Add NORETURN to __fatal_errormux
2014-06-21Fix asser_func warning/errormux
2014-06-19Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot
2014-06-15stmhal: Update and improve LCD driver.Damien George
2014-06-14Make __assert_func weakmux
2014-06-14Add __assert_func only if DEBUG=1mux
2014-06-14Add __assert_funcmux
2014-05-24Add SystemExit exception and use it in unix/ and stmhal/ ports.Damien George
2014-05-10stmhal: Implement draft version of sys.exit().Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.Damien George
2014-04-30stmhal: Reinstate CC3000 driver from old stm/ port.Damien George
2014-04-26Add ARRAY_SIZE macro, and use it where possible.Damien George
2014-04-21stmhal: Make switch a class, to follow suit of all other modules.Damien George
2014-04-21stmhal: Add Timer class: simple TIM control, incl callback on IRQ.Damien George
2014-04-21stmhal: Rename USART to UART.Damien George
2014-04-20stmhal: Only init RNG if it's used.Damien George
2014-04-20stmhal: Tidy up and improve consistency across modules.Damien George
2014-04-20stmhal: Add SPI class.Damien George