File tree 4 files changed +5
-3
lines changed
variants/NANO_RP2040_CONNECT
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 19
19
-DDEVICE_USTICKER=1
20
20
-DDEVICE_WATCHDOG=1
21
21
-D__MBED__=1
22
- -DMBED_BUILD_TIMESTAMP=1620049821.23948
22
+ -DMBED_BUILD_TIMESTAMP=1621866523.0179708
23
23
-D__MBED_CMSIS_RTOS_CM
24
24
-DMBED_MPU_CUSTOM
25
+ -DPICO_FLASH_SIZE_BYTES=16*1024*1024
25
26
-DPICO_NO_BINARY_INFO=1
26
27
-DPICO_ON_DEVICE=1
27
28
-DPICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ ENTRY(_entry_point)
9
9
SECTIONS
10
10
{
11
11
.second_stage_ota : {
12
- KEEP (*(.second_stage_ota))
13
- } > FLASH
12
+ KEEP (*(.second_stage_ota))
13
+ } > FLASH
14
14
.flash_begin : {
15
15
__flash_binary_start = .;
16
16
} > FLASH
Original file line number Diff line number Diff line change 293
293
#define MBED_LFS_READ_SIZE 64 // set by library:littlefs
294
294
#define MBED_MEM_TRACING_ENABLED 1 // set by application[*]
295
295
#define MBED_STACK_DUMP_ENABLED 0 // set by library:platform
296
+ #define MBED_TRACE_COLOR_THEME 0 // set by library:mbed-trace
296
297
#define MEM_ALLOC malloc // set by library:mbed-trace
297
298
#define MEM_FREE free // set by library:mbed-trace
298
299
#define PPP_DEBUG 0 // set by library:ppp
You can’t perform that action at this time.
0 commit comments