mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 06:34:34 +02:00
Merge branch 'bugfix/fix_esp32s2_chip_version_name' into 'master'
wifi: Change esp32s2beta dirname to esp32s2 in wifi-lib See merge request espressif/esp-idf!7654
This commit is contained in:
@@ -34,9 +34,6 @@ idf_build_get_property(build_dir BUILD_DIR)
|
||||
|
||||
# ToDo: Rename esp32s2beta to esp32s2 next time update wifi lib
|
||||
set(target_name "${idf_target}")
|
||||
if(idf_target STREQUAL "esp32s2")
|
||||
set(target_name "esp32s2beta")
|
||||
endif()
|
||||
target_link_libraries(${COMPONENT_LIB} PUBLIC "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib/${target_name}")
|
||||
|
||||
if(link_binary_libs)
|
||||
|
Submodule components/esp_wifi/lib updated: 16036e13df...6b5e54a1f7
@@ -19,7 +19,7 @@ case $IDF_TARGET in
|
||||
;;
|
||||
esp32s2)
|
||||
PREFIX=xtensa-esp32s2-elf-
|
||||
LIB_DIR=esp32s2beta
|
||||
LIB_DIR=esp32s2
|
||||
;;
|
||||
*)
|
||||
echo "Invalid IDF_TARGET value: \"${IDF_TARGET}\""
|
||||
|
Reference in New Issue
Block a user