Skip to content

Commit d8171bf

Browse files
Add pico_low_power SDK module
1 parent f90bf89 commit d8171bf

12 files changed

Lines changed: 7 additions & 0 deletions

File tree

cores/rp2040/main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,8 @@ extern "C" void __attribute__((__noreturn__)) __wrap___stack_chk_fail() {
244244
}
245245
}
246246

247+
248+
// Pico_Low_Power needs stdio_flush...
249+
extern "C" void stdio_flush() {
250+
Serial.flush();
251+
}

lib/core_inc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
-iwithprefixbefore/pico-sdk/src/rp2_common/pico_flash/include
5353
-iwithprefixbefore/pico-sdk/src/rp2_common/pico_float/include
5454
-iwithprefixbefore/pico-sdk/src/rp2_common/pico_int64_ops/include
55+
-iwithprefixbefore/pico-sdk/src/rp2_common/pico_low_power/include
5556
-iwithprefixbefore/pico-sdk/src/rp2_common/pico_lwip/include
5657
-iwithprefixbefore/pico-sdk/src/rp2_common/pico_multicore/include
5758
-iwithprefixbefore/pico-sdk/src/rp2_common/pico_platform/include

lib/rp2040/liblwip-bt.a

0 Bytes
Binary file not shown.

lib/rp2040/liblwip.a

0 Bytes
Binary file not shown.

lib/rp2040/libpico.a

50.6 KB
Binary file not shown.

lib/rp2350-riscv/liblwip-bt.a

0 Bytes
Binary file not shown.

lib/rp2350-riscv/liblwip.a

0 Bytes
Binary file not shown.

lib/rp2350-riscv/libpico.a

180 KB
Binary file not shown.

lib/rp2350/liblwip-bt.a

0 Bytes
Binary file not shown.

lib/rp2350/liblwip.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)