File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52
TARGET_MCU_NRF52832/device/TOOLCHAIN_ARM_STD
TARGET_MCU_NRF52840/device/TOOLCHAIN_ARM_STD Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE {
27
27
ER_IROM1 MBED_APP_START MBED_APP_SIZE {
28
28
*.o (RESET, +First)
29
29
*(InRoot$$Sections)
30
+ __start_sdh_soc_observers *(sdh_soc_observers) __stop_sdh_soc_observers
31
+ __start_sdh_stack_observers *(sdh_stack_observers) __stop_sdh_stack_observers
32
+ __start_sdh_req_observers *(sdh_req_observers) __stop_sdh_req_observers
33
+ __start_sdh_state_observers *(sdh_state_observers) __stop_sdh_state_observers
34
+ __start_sdh_ble_observers *(sdh_ble_observers) __stop_sdh_ble_observers
30
35
.ANY (+RO)
31
36
}
32
37
RW_IRAM0 MBED_RAM0_START UNINIT MBED_RAM0_SIZE { ;no init section
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE {
27
27
ER_IROM1 MBED_APP_START MBED_APP_SIZE {
28
28
*.o (RESET, +First)
29
29
*(InRoot$$Sections)
30
+ __start_sdh_soc_observers *(sdh_soc_observers) __stop_sdh_soc_observers
31
+ __start_sdh_stack_observers *(sdh_stack_observers) __stop_sdh_stack_observers
32
+ __start_sdh_req_observers *(sdh_req_observers) __stop_sdh_req_observers
33
+ __start_sdh_state_observers *(sdh_state_observers) __stop_sdh_state_observers
34
+ __start_sdh_ble_observers *(sdh_ble_observers) __stop_sdh_ble_observers
30
35
.ANY (+RO)
31
36
}
32
37
RW_IRAM0 MBED_RAM0_START UNINIT MBED_RAM0_SIZE { ;no init section
You can’t perform that action at this time.
0 commit comments