logicanalyzer6.0/LogicAnalyzer_Build_Settings.cmake
2026-04-21 22:21:41 +01:00

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)