|
1 | 1 | #pragma once |
2 | 2 |
|
3 | | -#include "pico-sdk-configboard.h" |
4 | | - |
5 | | -// alphabetized |
6 | | -#define LIB_CMSIS_CORE (1) |
7 | | -#define LIB_PICO_BINARY_INFO (0) |
8 | | -#define LIB_PICO_PRINTF_NONE (0) |
9 | | -#define LIB_PICO_PRINTF_PICO (0) |
10 | | -#define LIB_PICO_STDIO_SEMIHOSTING (0) |
11 | | -#define LIB_PICO_STDIO_UART (0) |
12 | | -#define LIB_PICO_STDIO_USB (0) |
13 | | -#define PICO_DIVIDER_DISABLE_INTERRUPTS (0) |
14 | | -#define PICO_DOUBLE_SUPPORT_ROM_V1 (1) |
15 | | -#define PICO_ENTER_USB_BOOT_ON_EXIT (0) |
16 | | -#define PICO_FLOAT_SUPPORT_ROM_V1 (1) |
17 | | -#define PICO_IE_26_29_UNCHANGED_ON_RESET (0) |
18 | | -#define PICO_INT64_OPS_IN_RAM (0) |
19 | | -#define PICO_NO_HARDWARE (0) |
20 | | -#define PICO_ON_DEVICE (1) |
21 | | -#define PICO_PRINTF_ALWAYS_INCLUDED (1) |
22 | | -#define PICO_RP2040_USB_DEVICE_ENUMERATION_FIX (1) |
23 | | -#define PICO_RP2040_USB_DEVICE_UFRAME_FIX (1) |
24 | | -#define PICO_STDIO_IGNORE_NESTED_STDOUT (0) |
25 | | -#define PICO_USE_CRT_PRINTF (0) |
26 | | -#define PICO_USE_OPTIMISTIC_SBRK (0) |
27 | | -// Stack guards cause a hard fault when 32 bytes around the stack bottom are |
28 | | -// accessed. These backtraces aren't always helpful and this conflicts with our |
29 | | -// own stack checking. |
30 | | -#define PICO_USE_STACK_GUARDS (0) |
31 | | - |
32 | 3 | #include "include/cmsis/rename_exceptions.h" |
0 commit comments