Skip to content

Commit 9c86ab1

Browse files
authored
Merge pull request #17 from espressif/master
14102021
2 parents e3855a1 + ed53b6c commit 9c86ab1

File tree

557 files changed

+18369
-4318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+18369
-4318
lines changed

Diff for: CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set(CORE_SRCS
77
cores/esp32/esp32-hal-dac.c
88
cores/esp32/esp32-hal-gpio.c
99
cores/esp32/esp32-hal-i2c.c
10+
cores/esp32/esp32-hal-i2c-slave.c
1011
cores/esp32/esp32-hal-ledc.c
1112
cores/esp32/esp32-hal-matrix.c
1213
cores/esp32/esp32-hal-misc.c

Diff for: cores/esp32/FirmwareMSC.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ static size_t msc_update_get_required_disk_sectors(){
113113
log_d("USING FAT12");
114114
mcs_is_fat16 = false;
115115
}
116+
log_d("FAT sector size: %u", DISK_SECTOR_SIZE);
116117
log_d("FAT data sectors: %u", data_sectors);
117118
log_d("FAT table sectors: %u", msc_table_sectors);
118119
log_d("FAT total sectors: %u (%uKB)", total_sectors, (total_sectors * DISK_SECTOR_SIZE) / 1024);

0 commit comments

Comments
 (0)