mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
espressif: Update HAL library reference to include debug assert
During the board bringup, the new HAL reference includes an assert to check if the critical section flags is being stored as expected.
This commit is contained in:
committed by
Xiang Xiao
parent
b1884d2fa2
commit
a916de0e14
@@ -91,9 +91,7 @@ SECTIONS
|
||||
|
||||
*libc.a:lib_assert.*(.literal .text .literal.* .text.*)
|
||||
*libc.a:lib_utsname.*(.literal .text .literal.* .text.*)
|
||||
#ifdef CONFIG_ESP32_BLE
|
||||
*libc.a:sq_remlast.*(.literal .text .literal.* .text.*)
|
||||
#endif
|
||||
|
||||
*libdrivers.a:syslog_flush.*(.literal .text .literal.* .text.*)
|
||||
|
||||
|
||||
@@ -174,6 +174,9 @@ SECTIONS
|
||||
*libarch.a:*mmu_hal.*(.text .text.* .literal .literal.*)
|
||||
*libarch.a:*uart_hal.*(.text .text.* .literal .literal.*)
|
||||
*libarch.a:*esp_loader.*(.text .text.* .literal .literal.*)
|
||||
|
||||
*libc.a:sq_remlast.*(.literal .text .literal.* .text.*)
|
||||
|
||||
*(.wifirxiram .wifirxiram.*)
|
||||
*(.wifirxiram .wifi0iram.*)
|
||||
*(.wifislpiram .wifislpiram.*)
|
||||
|
||||
@@ -147,9 +147,7 @@ SECTIONS
|
||||
|
||||
*libc.a:lib_assert.*(.literal .text .literal.* .text.*)
|
||||
*libc.a:lib_utsname.*(.literal .text .literal.* .text.*)
|
||||
#ifdef CONFIG_ESP32_BLE
|
||||
*libc.a:sq_remlast.*(.literal .text .literal.* .text.*)
|
||||
#endif
|
||||
|
||||
*libdrivers.a:syslog_flush.*(.literal .text .literal.* .text.*)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user