aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/machine_sdcard.c
AgeCommit message (Expand)Author
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2020-05-28esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor.cccc
2020-04-23esp32: Consolidate check_esp_err functions and add IDF error string.Thorsten von Eicken
2020-04-13all: Clean up error strings to use lowercase and change cannot to can't.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-03-25all: Remove spaces between nested paren and inside function arg paren.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-06-17esp32/machine_sdcard: Fix bug in SPI slot number selection.Nicko van Someren
2019-06-03esp32: Add machine.SDCard class using built-in HW SD/MMC controller.Nicko van Someren