We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bd917 commit 931107aCopy full SHA for 931107a
tools/libpico/make-libpico.sh
@@ -11,7 +11,10 @@ export PATH="$(cd ../../system/picotool; pwd):$PATH"
11
rm -rf build-rp2040
12
mkdir build-rp2040
13
cd build-rp2040
14
-CPU=rp2040 cmake ..
+CPU=rp2040 cmake \
15
+ -DPICO_STDIO_UART=1 \
16
+ -DPICO_STDIO_USB=0 \
17
+ ..
18
make -j
19
20
# The develop branch of the SDK seems to have busted the RP2040 boot2.S files.
0 commit comments