summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/diskio.c
Commit message (Expand)AuthorAge
* extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.Paul Sokolovsky2016-02-15
* stmhal/diskio: Add provision for default returns for ioctl INIT/SEC_SIZE.Paul Sokolovsky2016-02-14
* stmhal/diskio,file: Nanbox cleanness.Paul Sokolovsky2016-02-14
* 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
* lib/fatfs: Add support for sector sizes larger than 512 bytes.Damien George2016-02-10
* extmod/fsusermount: Change block protocol to support ioctl method.Damien George2016-02-10
* stmhal: Move stmhal-specific FatFs routines/structs to fatfs_port.c.Paul Sokolovsky2016-02-06
* stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.Paul Sokolovsky2016-02-06
* extmod: Move fsusermount.c from stmhal for cross-port reuse.Paul Sokolovsky2015-11-25
* stmhal: Implement delayed RTC initialization with LSI fallback.T S2015-11-23
* stmhal: FatFS configuration moved to the library folder.Alex March2015-11-08
* stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands2015-07-30
* stmhal: Put fs_user_mount pointer in root ptr section of global state.Damien George2015-07-27
* stmhal: Check if user block device is mounted before accessing it.Damien George2015-07-27
* stmhal: Include fatfs headers using lib/fatfs prefix.Damien George2015-03-04
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* stmhal: Add ability to mount custom block device.Damien George2014-12-27
* stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.Damien George2014-09-15
* 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 RTC class; make fatfs use RTC for time stamping files.Damien George2014-04-19
* stmhal: Move fatfs volume/partition lookup table to ROM.Damien George2014-04-12
* stmhal: Unify naming of HW config; make SD detect configurable.Damien George2014-03-30
* stmhal: Add fatfs support, working with flash and SD card.Damien George2014-03-17