diff options
Diffstat (limited to 'circuitpython/ports/raspberrypi/sdk_config/pico/config_autogen.h')
-rw-r--r-- | circuitpython/ports/raspberrypi/sdk_config/pico/config_autogen.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/circuitpython/ports/raspberrypi/sdk_config/pico/config_autogen.h b/circuitpython/ports/raspberrypi/sdk_config/pico/config_autogen.h new file mode 100644 index 0000000..a29ccb4 --- /dev/null +++ b/circuitpython/ports/raspberrypi/sdk_config/pico/config_autogen.h @@ -0,0 +1,24 @@ +#pragma once + +#include "pico-sdk-configboard.h" + +// alphabetized +#define LIB_PICO_BINARY_INFO (0) +#define LIB_PICO_PRINTF_NONE (0) +#define LIB_PICO_PRINTF_PICO (0) +#define LIB_PICO_STDIO_SEMIHOSTING (0) +#define LIB_PICO_STDIO_UART (0) +#define LIB_PICO_STDIO_USB (0) +#define PICO_DIVIDER_DISABLE_INTERRUPTS (0) +#define PICO_DOUBLE_SUPPORT_ROM_V1 (1) +#define PICO_ENTER_USB_BOOT_ON_EXIT (0) +#define PICO_FLOAT_SUPPORT_ROM_V1 (1) +#define PICO_IE_26_29_UNCHANGED_ON_RESET (0) +#define PICO_INT64_OPS_IN_RAM (0) +#define PICO_NO_HARDWARE (0) +#define PICO_ON_DEVICE (1) +#define PICO_PRINTF_ALWAYS_INCLUDED (1) +#define PICO_STDIO_IGNORE_NESTED_STDOUT (0) +#define PICO_USE_CRT_PRINTF (0) +#define PICO_USE_OPTIMISTIC_SBRK (0) +#define PICO_USE_STACK_GUARDS (0) |