-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #426 from adafruit/update-idf-5.3.2
Update idf 5.3.2
- Loading branch information
Showing
70 changed files
with
109 additions
and
40,649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule tinyusb
updated
1030 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
idf_component_register(SRCS boards.c board_flash.c ${BOARD_SOURCES} | ||
INCLUDE_DIRS "." "${BOARD}" ${BOARD_INCLUDES} ${TOP}/src | ||
REQUIRES driver esp_timer app_update spi_flash led_strip lcd ssd1306 XPowersLib tinyusb_src) | ||
PRIV_REQUIRES driver usb | ||
REQUIRES esp_timer app_update spi_flash led_strip lcd ssd1306 XPowersLib tinyusb_src) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
idf_component_register(SRCS "bootloader_start.c" | ||
INCLUDE_DIRS "../../boards/${BOARD}" | ||
REQUIRES bootloader bootloader_support hal) | ||
|
||
idf_build_get_property(target IDF_TARGET) | ||
|
||
# TODO: [ESP32C5] IDF-9197 remove this when beta3 is removed | ||
if(CONFIG_IDF_TARGET_ESP32C5_MP_VERSION) | ||
set(target_folder "esp32c5/mp") | ||
elseif(CONFIG_IDF_TARGET_ESP32C5_BETA3_VERSION) | ||
set(target_folder "esp32c5/beta3") | ||
else() | ||
set(target_folder "${target}") | ||
endif() | ||
|
||
# Use the linker script files from the actual bootloader | ||
set(scripts "${IDF_PATH}/components/bootloader/subproject/main/ld/${target_folder}/bootloader.ld" | ||
"${IDF_PATH}/components/bootloader/subproject/main/ld/${target_folder}/bootloader.rom.ld") | ||
|
||
target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}") |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.