lbernstone
99c94bb482
Set SD state to idle before unregister (reduces power) ( #4272 )
2020-10-01 15:31:16 +03:00
lbernstone
d5f71ce545
Added a parameter for max files in SD ( #2563 )
2019-04-09 21:07:25 +02:00
Luc
ce340faf94
Clean warnings when all warning enabled ( #2112 )
...
* Clean warnings when all warning enabled
Not used variables / functions due to debug log
Dual define with different values :
cores\esp32/binary.h
#define B110 6
#define B1000000 64
tools/sdk/include/newlib/sys/termios.h
#define B110 3
#define B1000000 23
Local variable returned in WiFiclient Secure
* change due to deprecated function
* Update with proper variable and label
* Update esp32-hal-i2c.c
* Apply changes requested
* Fix warnings due to #define conflict thanks @atanisoft
2018-11-29 11:34:55 +01:00
Me No Dev
81a9c45a1e
Update IDF to e5b2c1c ( #865 )
...
* Update BLE Library
* Fix SD driver
* Update toolchain
* Update IDF to e5b2c1c
2017-11-23 23:26:53 +01:00
me-no-dev
1b994d54be
Fix wrong size reported for cards above 16GB
...
Fixes: https://github.com/espressif/arduino-esp32/issues/803
2017-11-06 16:20:42 +02:00
me-no-dev
45d5d9b360
Fix SD issue on failed mount
...
fixes: https://github.com/espressif/arduino-esp32/issues/613
2017-11-06 16:13:09 +02:00
me-no-dev
22d92e7b7f
Change size of fatfs ioctl returns
2017-10-09 07:18:18 +03:00
Luc
3ba46c7fbc
Add totalBytes / usedBytes to SD/SDMMC ( #673 )
...
to be same as SPIFFS
2017-09-28 10:01:02 +08:00
Andreas Pokorny
b3fdfda914
Bugfix: Put every SPI access between begin / end Transaction ( #509 )
...
The change intrdocues a local RAII helper to simplify maintaining begin/end scopes
Signed-off-by: Andreas Pokorny <andreas.pokorny@siemens.com>
2017-07-31 22:46:15 +03:00
me-no-dev
13bb22de30
Fix SD Card not properly initializing
2017-07-07 11:34:54 +03:00
me-no-dev
e81d4d3f72
Fix SD Card not mounting on boot
...
The card seems to need a bit of a nudge at boot to properly mount
sometimes.
Fixes: https://github.com/espressif/arduino-esp32/issues/272
2017-03-20 00:50:27 +02:00
Me No Dev
e625b3b08e
Add FS, SD and SD_MMC ( #256 )
2017-03-10 15:25:38 +01:00