summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/storage.c
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* stmhal: Add support for NUCLEO_F446RE board.Dave Hylands2017-06-07
* stmhal: Convert all module and method tables to use MP_ROM macros.Damien George2017-05-06
* stmhal: Set the FatFs partition number when initialising VFS object.Damien George2017-01-30
* stmhal: Use LED constants from PYBv4 onwards.Damien George2017-01-30
* extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George2017-01-30
* stmhal: Convert to use VFS sub-system and new ooFatFs component.Damien George2017-01-27
* stmhal: Add ability to have filesystem stored on external SPI flash.Damien George2017-01-24
* stmhal: Add STM32F769DISC board files.Rami Ali2016-12-13
* stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7.Rami Ali2016-12-13
* stmhal: Add support for flash storage on STM32F415.Dave Hylands2016-11-26
* stmhal: Fix linker map for STM32L476 chips.Dave Hylands2016-10-04
* stmhal: L4: Modify flash.c and storage.c to support L4 MCU.Tobias Badertscher2016-04-21
* stmhal: Add support for generic STM32F439 board (non DISCO).Ryan Shaw2016-03-09
* extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h.Damien George2016-02-10
* extmod/fsusermount: Support mounting of multiple block devices.Damien George2016-02-10
* stmhal: Expose flash and SD card as proper objects with block protocol.Damien George2016-02-10
* stmhal: Add support for the STM32F429I-DISCO kit by STMicro.Tobias Badertscher2015-11-25
* stmhal: Add symbolic #defines for interrupt levels in irq.h.Dave Curtis2015-11-01
* stmhal: Add STM32F7 support for USB serial and storage.Dave Hylands2015-08-03
* stmhal: Add STM32F7DISC and associated changes.Dave Hylands2015-07-30
* stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands2015-07-30
* stmhal: Add config option for storage to use second flash segment.Damien George2015-06-27
* stmhal: Add support for STM32F411 MCU.Damien George2015-04-18
* stmhal: For flash storage use same params for F407 as F405.Damien George2015-04-18
* stmhal: Add support for flash filesystem on F401 MCUs.Damien George2015-04-18
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-28
* Add license header to (almost) all files.Damien George2014-05-03
* stmhal: Improve flash storage cache management.Damien George2014-04-16
* stmhal: Add flash write support and flash storage driver.Damien George2014-03-17