File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
variants/NANO_RP2040_CONNECT Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ ENTRY(_entry_point)
99SECTIONS
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments