770 Commits (f2ed736b29a8e9e772a5fd4b97162b2efdaf9716)

Author SHA1 Message Date
Damien George f705cb5f7a stmhal: Update PYBv3 and PYBv4 pin defs to include MMA pins, and others. 9 years ago
Dave Hylands 165734522e stmhal: f7: Fix recent RTC change to build on F7. 9 years ago
Peter Hinch 3819634469 stmhal: Make RTC init skip startup if LTE is already enabled and ready. 9 years ago
Dave Hylands b83d0b35e9 stmhal: Add define for UNIQUE_ID address (differs per MCU) 9 years ago
Dave Hylands 823a961ecc stmhal: Enable sdcard on STM32F7DISC board. 9 years ago
Damien George 6f70283909 stmhal: Make accel AVDD pin configurable via mpconfigboard.h. 9 years ago
Paul Sokolovsky 19b671c5cd stmhal/moduselect: Use mp_hal_ticks_ms(). 9 years ago
Paul Sokolovsky 04fa999cfe stmhal/pyexec: Use mp_hal_ticks_ms(). 9 years ago
Paul Sokolovsky 404dae80a9 unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms(). 9 years ago
Damien George 79f404a287 stmhal: Fix USB_VCP.recv so that it returns actual amount of bytes read. 9 years ago
Paul Sokolovsky 4a9c60cdfb stmhal: Typo fix in comment. 9 years ago
Paul Sokolovsky 81a1e17238 stmhal/ffconf.h: Include py/mpconfig.h. 9 years ago
Paul Sokolovsky 0dbd928cee Makefiles: Remove duplicate object files when linking. 9 years ago
Damien George 9d0192de4a stmhal: Enable "all special methods" configuration option. 9 years ago
Damien George 60401d461a stmhal/rtc: Fix indentation to use spaces rather than tabs. 9 years ago
Peter Hinch b106532b32 stmhal/rtc: Init uses YMD rather than backup register to detect powerup. 9 years ago
Damien George 2f96b1982a stmhal: Bring Pin class close to new machine module specification. 9 years ago
Paul Sokolovsky bedab235f9 stmhal/uart: If char is not received within timeout, return EAGAIN error. 9 years ago
Damien George 83158e0e7f stmhal: Implement os.dupterm (was pyb.repl_uart). 9 years ago
Damien George d8066e999d stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module. 9 years ago
Dave Hylands 504420c51d stmhal: Early version of machine module for stmhal. 9 years ago
Paul Sokolovsky e0f5df579b all: Make netutils.h available to all ports by default. 9 years ago
Dave Hylands affcbe4139 stmhal: Make USB serial number actually be unique. 9 years ago
Damien George b5c43be135 stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12. 9 years ago
Damien George 0334058fa4 Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. 9 years ago
Damien George 6206f431cf stmhal: Enable REPL auto indent; document paste mode in help(). 9 years ago
Damien George 46a1102852 repl: Add paste mode to friendly REPL, entered via CTRL-E. 9 years ago
Paul Sokolovsky 1b586f3a73 py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
Dave Hylands 01d64914c5 stmhal: Fix USB CDC-only mode under Windows. 9 years ago
Damien George 2a8d7ee0f8 stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods. 9 years ago
Damien George fa391eed9d stmhal: In RTC.wakeup, fix setting of wucksel to get correct period. 9 years ago
Damien George 58e0f4ac50 py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. 9 years ago
Tom Soulanille aeb62f9ae3 py/objslice: Make slice attributes (start/stop/step) readable. 9 years ago
Damien George d80174d7c3 stmhal: Use polling, not DMA, for 1 byte SPI transfers. 9 years ago
Tom Soulanille 7731edf2f5 stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value. 9 years ago
Tony Abboud 8d8fdcb4be stmhal: add option to query for the current usb mode 9 years ago
Bob Clough 86e6ad76cb stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO). 9 years ago
tobbad 1abb449dfb stmhal: Fixed some typos in stm32f411_af.csv. 9 years ago
Dave Hylands c6f1d47dcb stmhal: Enable I & D caches for M7 9 years ago
blmorris bdd78c31b6 py: Add stream_tell method, and use for unix and stmhal file tell. 9 years ago
Dave Hylands 872f9af6ae stmhal: Use CMSIS_MCU definition from mpconfigboard.mk 9 years ago
Dave Hylands 8f59bacb92 stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7 9 years ago
Dave Hylands be66a9ecf6 stmhal: Generate modstm constants per build 9 years ago
Damien George 4836bcc957 stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe. 9 years ago
Dave Hylands 8a1a5c236d stmhal: Fix hardfault when configured as a SPI slave 9 years ago
Dave Hylands 5e11d2b349 stmhal: Enable SPI support for F7 MCUs. 9 years ago
Dave Hylands 34fe5a30c6 stmhal: Enable I2C support for F7 MCUs. 9 years ago
Damien George 4434e43fa1 stmhal: Add HALCOMMITS file with list of commits that touch the hal. 9 years ago
Dave Hylands 7a55c1a884 stmhal: Port of f4 hal commit 1d7fb82 to f7 hal 9 years ago
Dave Hylands 28e51c9eb1 stmhal: Port of f4 hal commit 09de030 to f7 hal 9 years ago