0
mirror of https://github.com/gusmanb/logicanalyzer.git synced 2025-02-05 10:08:06 +00:00
gusmanb-logicanalyzer/Firmware/LogicAnalyzer/LogicAnalyzer_Build_Settings.cmake
2024-08-21 01:03:48 +02:00

8 lines
271 B
CMake

# This file controls the build settings, uncomment your board version
set(BOARD_TYPE "BOARD_PICO")
# set(BOARD_TYPE "BOARD_PICO_W")
# set(BOARD_TYPE "BOARD_PICO_W_WIFI")
# set(BOARD_TYPE "BOARD_ZERO")
# Uncomment to be able to debug the build
# set(DEBUG_BUILD 1)