Skip to content

Commit 5a0a695

Browse files
committed
TEMP: rebuild Nano RP2040 Connect libmbed
1 parent 64621f2 commit 5a0a695

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

variants/NANO_RP2040_CONNECT/defines.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
-DDEVICE_USTICKER=1
2020
-DDEVICE_WATCHDOG=1
2121
-D__MBED__=1
22-
-DMBED_BUILD_TIMESTAMP=1620049821.23948
22+
-DMBED_BUILD_TIMESTAMP=1621866523.0179708
2323
-D__MBED_CMSIS_RTOS_CM
2424
-DMBED_MPU_CUSTOM
25+
-DPICO_FLASH_SIZE_BYTES=16*1024*1024
2526
-DPICO_NO_BINARY_INFO=1
2627
-DPICO_ON_DEVICE=1
2728
-DPICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1
-3.07 KB
Binary file not shown.

variants/NANO_RP2040_CONNECT/linker_script.ld

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ENTRY(_entry_point)
99
SECTIONS
1010
{
1111
.second_stage_ota : {
12-
KEEP (*(.second_stage_ota))
13-
} > FLASH
12+
KEEP (*(.second_stage_ota))
13+
} > FLASH
1414
.flash_begin : {
1515
__flash_binary_start = .;
1616
} > FLASH

variants/NANO_RP2040_CONNECT/mbed_config.h

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
#define MBED_LFS_READ_SIZE 64 // set by library:littlefs
294294
#define MBED_MEM_TRACING_ENABLED 1 // set by application[*]
295295
#define MBED_STACK_DUMP_ENABLED 0 // set by library:platform
296+
#define MBED_TRACE_COLOR_THEME 0 // set by library:mbed-trace
296297
#define MEM_ALLOC malloc // set by library:mbed-trace
297298
#define MEM_FREE free // set by library:mbed-trace
298299
#define PPP_DEBUG 0 // set by library:ppp

0 commit comments

Comments
 (0)