aboutsummaryrefslogtreecommitdiff
path: root/stmhal/storage.c
AgeCommit message (Expand)Author
2016-04-21stmhal: L4: Modify flash.c and storage.c to support L4 MCU.Tobias Badertscher
2016-03-09stmhal: Add support for generic STM32F439 board (non DISCO).Ryan Shaw
2016-02-10extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h.Damien George
2016-02-10extmod/fsusermount: Support mounting of multiple block devices.Damien George
2016-02-10stmhal: Expose flash and SD card as proper objects with block protocol.Damien George
2015-11-25stmhal: Add support for the STM32F429I-DISCO kit by STMicro.Tobias Badertscher
2015-11-01stmhal: Add symbolic #defines for interrupt levels in irq.h.Dave Curtis
2015-08-03stmhal: Add STM32F7 support for USB serial and storage.Dave Hylands
2015-07-30stmhal: Add STM32F7DISC and associated changes.Dave Hylands
2015-07-30stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands
2015-06-27stmhal: Add config option for storage to use second flash segment.Damien George
2015-04-18stmhal: Add support for STM32F411 MCU.Damien George
2015-04-18stmhal: For flash storage use same params for F407 as F405.Damien George
2015-04-18stmhal: Add support for flash filesystem on F401 MCUs.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-04-16stmhal: Improve flash storage cache management.Damien George
2014-03-17stmhal: Add flash write support and flash storage driver.Damien George