11 lines
388 B
CMake
11 lines
388 B
CMake
# This file controls the build settings, set your board version
|
|
# Current versions: "BOARD_PICO", "BOARD_PICO_W", "BOARD_PICO_W_WIFI", "BOARD_ZERO", "BOARD_PICO_2"
|
|
set(BOARD_TYPE "BOARD_PICO_2")
|
|
|
|
# Set to 1 to enable 200Mhz mode (warning! extreme overclock and overvoltage!)
|
|
# Not available for the Pico W
|
|
set(TURBO_MODE 1)
|
|
|
|
# Uncomment to be able to debug the build
|
|
# set(DEBUG_BUILD 1)
|