18 Commits (d7019d0628be21bbd1bdf66642d0443316e039f4)

Author SHA1 Message Date
Ryan Shaw ad725a6661 stmhal: Add support for generic STM32F439 board (non DISCO). 9 years ago
Damien George e372e83b30 extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h. 9 years ago
Damien George b33a770596 extmod/fsusermount: Support mounting of multiple block devices. 9 years ago
Damien George 3770cd2e70 stmhal: Expose flash and SD card as proper objects with block protocol. 9 years ago
Tobias Badertscher 8844d031e4 stmhal: Add support for the STM32F429I-DISCO kit by STMicro. 9 years ago
Dave Curtis 32b3549cce stmhal: Add symbolic #defines for interrupt levels in irq.h. 9 years ago
Dave Hylands 8f1eced69d stmhal: Add STM32F7 support for USB serial and storage. 9 years ago
Dave Hylands 92d4b51ad5 stmhal: Add STM32F7DISC and associated changes. 9 years ago
Dave Hylands ea8bf81058 stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. 9 years ago
Damien George 0807139c1d stmhal: Add config option for storage to use second flash segment. 10 years ago
Damien George b42a5050fb stmhal: Add support for STM32F411 MCU. 10 years ago
Damien George 3e592531eb stmhal: For flash storage use same params for F407 as F405. 10 years ago
Damien George 6be0bbb886 stmhal: Add support for flash filesystem on F401 MCUs. 10 years ago
Damien George 2cf6dfa280 stmhal: Prefix includes with py/; remove need for -I../py. 10 years ago
Paul Sokolovsky 8139494e54 stmhal: Include mpconfig.h before all other includes. 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 6d983539bc stmhal: Improve flash storage cache management. 11 years ago
Damien George 9e5ea4d768 stmhal: Add flash write support and flash storage driver. 11 years ago
Damien George 23177088d2 stm: Mount SD card on 1:/ if present. 11 years ago
Damien George 55baff4c9b Revamp qstrs: they now include length and hash. 11 years ago
ian-v 5fd8fd2c16 Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
ian-v 7a16fadbf8 Co-exist with C++ (issue #85) 11 years ago
Damien George 2a5e6538b9 stm: Add comments for storage read from cache. 11 years ago
stevie67 2c62e262b2 Fix issue #62: Cache loses data 11 years ago
Damien d99b05282d Change object representation from 1 big union to individual structs. 11 years ago
Damien b73085d288 stm: add pyb.sd_test; flash cache flushed only via MSD. 11 years ago
Damien 8c3da5c2c5 stm: flush storage cache immediately; improve user interface. 11 years ago
Damien ec643130d0 stm: add timer to storage cache so it can be flushed. 11 years ago
Damien 0f6545139b Implement simple servo control using PWM. 11 years ago
Damien afe12bca23 Fix IRQ priority issue to give working USB; and some cleanup. 11 years ago
Damien 00ff04fc49 Working SysTick, code factoring, some boot-up code. 11 years ago
Damien 995b8aabb1 Partially implement proper flash storage. 11 years ago