Skip to content

Commit

Permalink
Merge branch 'feature/update_at_core' into 'master'
Browse files Browse the repository at this point in the history
feat(core): Updated at core version to 285d735c

See merge request application/esp-at!1715
  • Loading branch information
xcguang committed Jan 13, 2025
2 parents eedd4f2 + 0bc0ac8 commit 97c8e39
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions components/at/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,7 @@ set_property(TARGET ${LIBS} PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_SOURCE_DI
target_link_libraries(${COMPONENT_LIB} INTERFACE ${LIBS})
set_property(TARGET ${LIBS} APPEND PROPERTY INTERFACE_LINK_LIBRARIES ${COMPONENT_LIB})

target_link_options(${COMPONENT_LIB} INTERFACE "-Wl,--wrap=esp_partition_find_first")

# force the referencing of some symbols
include (force_symbol_ref.cmake)
12 changes: 6 additions & 6 deletions components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ESP32: 752008f
ESP32C3: 752008f
ESP32C2: 752008f
ESP32C5: 8834929
ESP32C6: 752008f
ESP32S2: 752008f
ESP32: 285d735
ESP32C3: 285d735
ESP32C2: 285d735
ESP32C5: 285d735
ESP32C6: 285d735
ESP32S2: 285d735
Binary file modified components/at/lib/libesp32_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c5_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c5_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c6_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c6_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32s2_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32s2_at_core_silence.a
Binary file not shown.

0 comments on commit 97c8e39

Please sign in to comment.