Skip to content

Commit 26ca511

Browse files
Add LIB_PICO_MULTICORE to libpico build
1 parent e00480b commit 26ca511

31 files changed

+73
-33
lines changed

lib/rp2040/libipv4-big.a

4.88 KB
Binary file not shown.

lib/rp2040/libipv4-bt-big.a

4.88 KB
Binary file not shown.

lib/rp2040/libipv4-bt.a

4.88 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-big.a

4.88 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-bt-big.a

4.88 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6-bt.a

4.88 KB
Binary file not shown.

lib/rp2040/libipv4-ipv6.a

4.88 KB
Binary file not shown.

lib/rp2040/libipv4.a

4.88 KB
Binary file not shown.

lib/rp2040/libpico.a

0 Bytes
Binary file not shown.

lib/rp2040/platform_def.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,40 @@
66
-DARM_MATH_CM0_PLUS
77
-DTARGET_RP2040
88
-DPICO_RP2040=1
9+
-DLIB_BOOT_STAGE2_HEADERS=1
10+
-DLIB_PICO_ATOMIC=1
11+
-DLIB_PICO_BIT_OPS=1
12+
-DLIB_PICO_BIT_OPS_PICO=1
13+
-DLIB_PICO_CLIB_INTERFACE=1
14+
-DLIB_PICO_CRT0=1
15+
-DLIB_PICO_CXX_OPTIONS=1
16+
-DLIB_PICO_DIVIDER=1
17+
-DLIB_PICO_DIVIDER_COMPILER=1
18+
-DLIB_PICO_DOUBLE=1
19+
-DLIB_PICO_DOUBLE_PICO=1
20+
-DLIB_PICO_FIX_RP2040_USB_DEVICE_ENUMERATION=1
21+
-DLIB_PICO_FLOAT=1
22+
-DLIB_PICO_FLOAT_PICO=1
23+
-DLIB_PICO_FLOAT_PICO_VFP=1
24+
-DLIB_PICO_INT64_OPS=1
25+
-DLIB_PICO_INT64_OPS_COMPILER=1
26+
-DLIB_PICO_MEM_OPS=1
27+
-DLIB_PICO_MEM_OPS_COMPILER=1
28+
-DLIB_PICO_MULTICORE=1
29+
-DLIB_PICO_NEWLIB_INTERFACE=1
30+
-DLIB_PICO_PLATFORM=1
31+
-DLIB_PICO_PLATFORM_COMPILER=1
32+
-DLIB_PICO_PLATFORM_PANIC=1
33+
-DLIB_PICO_PLATFORM_SECTIONS=1
34+
-DLIB_PICO_RUNTIME=1
35+
-DLIB_PICO_RUNTIME_INIT=1
36+
-DLIB_PICO_STANDARD_BINARY_INFO=1
37+
-DLIB_PICO_STANDARD_LINK=1
38+
-DLIB_PICO_SYNC=1
39+
-DLIB_PICO_SYNC_CRITICAL_SECTION=1
40+
-DLIB_PICO_SYNC_MUTEX=1
41+
-DLIB_PICO_SYNC_SEM=1
42+
-DLIB_PICO_TIME=1
43+
-DLIB_PICO_TIME_ADAPTER=1
44+
-DLIB_PICO_UNIQUE_ID=1
45+
-DLIB_PICO_UTIL=1

0 commit comments

Comments
 (0)