mirror of
https://github.com/gusmanb/logicanalyzer.git
synced 2025-02-05 10:08:06 +00:00
8 lines
271 B
CMake
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) |