summaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2015-11-14stmhal/modmachine: Initial attempt to add I2C & SPI classes.Paul Sokolovsky
2015-11-10lib/utils/printf: Move from stmhal/ .Paul Sokolovsky
2015-11-09stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.Paul Sokolovsky
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George
2015-11-08stmhal: FatFS configuration moved to the library folder.Alex March
2015-11-07stmhal: Fix RTC code to work on the F7Dave Hylands
2015-11-07stmhal: Print more information at HardFault time.Dave Hylands
2015-11-06stmhal: Add missing regex property for parsing header commentsTony Abboud
2015-11-06stmhal/rtc: LSx oscillator is only initialized upon initial power up.T S
2015-11-02stmhal/can: Fix a bug in filter handling.Henrik Sölver
2015-11-01stmhal: Add symbolic #defines for interrupt levels in irq.h.Dave Curtis
2015-10-31stmhal: pyexec.c is common module, move to lib/utils/ .Paul Sokolovsky
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-31stmhal: Update PYBv3 and PYBv4 pin defs to include MMA pins, and others.Damien George
2015-10-30stmhal: f7: Fix recent RTC change to build on F7.Dave Hylands
2015-10-30stmhal: Make RTC init skip startup if LTE is already enabled and ready.Peter Hinch
2015-10-30stmhal: Add define for UNIQUE_ID address (differs per MCU)Dave Hylands
2015-10-30stmhal: Enable sdcard on STM32F7DISC board.Dave Hylands
2015-10-29stmhal: Make accel AVDD pin configurable via mpconfigboard.h.Damien George
2015-10-29stmhal/moduselect: Use mp_hal_ticks_ms().Paul Sokolovsky
2015-10-29stmhal/pyexec: Use mp_hal_ticks_ms().Paul Sokolovsky
2015-10-27unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().Paul Sokolovsky
2015-10-25stmhal: Fix USB_VCP.recv so that it returns actual amount of bytes read.Damien George
2015-10-24stmhal: Typo fix in comment.Paul Sokolovsky
2015-10-24stmhal/ffconf.h: Include py/mpconfig.h.Paul Sokolovsky
2015-10-24Makefiles: Remove duplicate object files when linking.Paul Sokolovsky
2015-10-20stmhal: Enable "all special methods" configuration option.Damien George
2015-10-20stmhal/rtc: Fix indentation to use spaces rather than tabs.Damien George
2015-10-20stmhal/rtc: Init uses YMD rather than backup register to detect powerup.Peter Hinch
2015-10-19stmhal: Bring Pin class close to new machine module specification.Damien George
2015-10-20stmhal/uart: If char is not received within timeout, return EAGAIN error.Paul Sokolovsky
2015-10-19stmhal: Implement os.dupterm (was pyb.repl_uart).Damien George
2015-10-19stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module.Damien George
2015-10-19stmhal: Early version of machine module for stmhal.Dave Hylands
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-10-17stmhal: Make USB serial number actually be unique.Dave Hylands
2015-10-13stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12.Damien George
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-10-11stmhal: Enable REPL auto indent; document paste mode in help().Damien George
2015-10-11repl: Add paste mode to friendly REPL, entered via CTRL-E.Damien George
2015-10-11py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky
2015-10-09stmhal: Fix USB CDC-only mode under Windows.Dave Hylands
2015-10-08stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods.Damien George
2015-10-06stmhal: In RTC.wakeup, fix setting of wucksel to get correct period.Damien George
2015-10-02py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George
2015-09-15py/objslice: Make slice attributes (start/stop/step) readable.Tom Soulanille
2015-09-15stmhal: Use polling, not DMA, for 1 byte SPI transfers.Damien George
2015-09-12stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value.Tom Soulanille
2015-09-03stmhal: add option to query for the current usb modeTony Abboud
2015-08-29stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO).Bob Clough