File tree Expand file tree Collapse file tree 5 files changed +6
-1
lines changed
Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3030#include < pins_arduino.h>
3131#include " hardware/gpio.h" // Required for the port*Register macros
3232#include " debug_internal.h"
33+ #include < RP2040.h> // CMSIS
3334
3435// Try and make the best of the old Arduino abs() macro. When in C++, use
3536// the sane std::abs() call, but for C code use their macro since stdlib abs()
@@ -95,7 +96,7 @@ void analogWriteResolution(int res);
9596#endif
9697
9798#include " SerialUART.h"
98- #include " RP2040 .h"
99+ #include " RP2040Support .h"
99100#include " Bootsel.h"
100101
101102// Template which will evaluate at *compile time* to a single 32b number
File renamed without changes.
Original file line number Diff line number Diff line change 1515-iwithprefixbefore/pico-sdk/src/common/pico_util/include
1616-iwithprefixbefore/pico-sdk/src/rp2040/hardware_regs/include
1717-iwithprefixbefore/pico-sdk/src/rp2040/hardware_structs/include
18+ -iwithprefixbefore/pico-sdk/src/rp2_common/cmsis/include
19+ -iwithprefixbefore/pico-sdk/src/rp2_common/cmsis/stub/CMSIS/Core/Include
20+ -iwithprefixbefore/pico-sdk/src/rp2_common/cmsis/stub/CMSIS/Device/RaspberryPi/RP2040/Include
1821-iwithprefixbefore/pico-sdk/src/rp2_common/hardware_adc/include
1922-iwithprefixbefore/pico-sdk/src/rp2_common/hardware_base/include
2023-iwithprefixbefore/pico-sdk/src/rp2_common/hardware_claim/include
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ target_link_libraries(pico
5353 hardware_vreg
5454 hardware_watchdog
5555 hardware_xosc
56+ cmsis
5657 pico_bit_ops
5758 pico_bootrom
5859 pico_bootsel_via_double_reset
You can’t perform that action at this time.
0 commit comments