index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
diskio.c
Age
Commit message (
Expand
)
Author
2015-11-25
extmod: Move fsusermount.c from stmhal for cross-port reuse.
Paul Sokolovsky
2015-11-23
stmhal: Implement delayed RTC initialization with LSI fallback.
T S
2015-11-08
stmhal: FatFS configuration moved to the library folder.
Alex March
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-07-27
stmhal: Put fs_user_mount pointer in root ptr section of global state.
Damien George
2015-07-27
stmhal: Check if user block device is mounted before accessing it.
Damien George
2015-03-04
stmhal: Include fatfs headers using lib/fatfs prefix.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
stmhal: Add ability to mount custom block device.
Damien George
2014-09-15
stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.
Damien George
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-19
stmhal: Improve RTC class; make fatfs use RTC for time stamping files.
Damien George
2014-04-12
stmhal: Move fatfs volume/partition lookup table to ROM.
Damien George
2014-03-30
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-17
stmhal: Add fatfs support, working with flash and SD card.
Damien George