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
/
extmod
/
vfs_fat_diskio.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-03-12
[vfs_fat_diskio] pdrv is not a drive number since f5f4cdae89
Artyom Skrobov
2020-10-07
Unify iMX flash config and add Metro M7 1011
Scott Shawcroft
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2018-07-28
merge finished
Dan Halbert
2018-07-23
WIP: complete manual inspection of all significant changes
Dan Halbert
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-06-21
allow '/' to be mounted on '/' from Python code
Dan Halbert
2018-06-14
Fix playing audio from SD card
Dan Halbert
2017-10-30
atmel-samd: More USB polish
Scott Shawcroft
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-03-13
extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-30
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-27
extmod/vfs_fat: Rework to support new generic VFS sub-system.
Damien George
2017-01-27
extmod/vfs_fat: Rework so it can optionally use OO version of FatFS.
Damien George
2016-10-21
Add support for USB writeable, MicroPython read-only volumes.
Scott Shawcroft
2016-10-21
atmel-samd: Rework mass storage interaction with underlying block
Scott Shawcroft
2016-03-27
extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs.
Paul Sokolovsky
2016-02-15
extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.
Paul Sokolovsky