Skip to content

Commit

Permalink
correct c6 BOOTLOADER_OFFSET
Browse files Browse the repository at this point in the history
Signed-off-by: Peter M <[email protected]>
  • Loading branch information
petermm committed Feb 17, 2024
1 parent 15e0fb0 commit 4c3dc8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platforms/esp32/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ if(${CONFIG_IDF_TARGET} STREQUAL "esp32s3")
set(BOOTLOADER_OFFSET "0x0")
elseif(${CONFIG_IDF_TARGET} STREQUAL "esp32c3")
set(BOOTLOADER_OFFSET "0x0")
elseif(${CONFIG_IDF_TARGET} STREQUAL "esp32c6")
set(BOOTLOADER_OFFSET "0x0")
elseif( ${CONFIG_IDF_TARGET} STREQUAL "esp32s2")
set(BOOTLOADER_OFFSET "0x0")
endif()
Expand Down

0 comments on commit 4c3dc8d

Please sign in to comment.