Skip to content

Commit

Permalink
Update board definitions and build system
Browse files Browse the repository at this point in the history
  • Loading branch information
gusmanb committed Apr 11, 2023
1 parent 2b587ad commit cb151b8
Show file tree
Hide file tree
Showing 30 changed files with 6,206 additions and 5,465 deletions.
2 changes: 1 addition & 1 deletion Firmware/LogicAnalyzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pico_enable_stdio_usb(LogicAnalyzer 1)
# Regular pico: empty
# Pico W without WiFi support: pico_cyw43_arch_none
# Pico W with WiFi support: pico_cyw43_arch_lwip_poll
set (CYW_LIB pico_cyw43_arch_lwip_poll)
# set (CYW_LIB pico_cyw43_arch_lwip_poll)
# set (CYW_LIB pico_cyw43_arch_none)

# Add any user requested libraries
Expand Down
4 changes: 2 additions & 2 deletions Firmware/LogicAnalyzer/LogicAnalyzer_Build_Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#define FIRMWARE_VERSION "4_5"

//Select the board type to build the firmware for
//#define BUILD_PICO
#define BUILD_PICO
//#define BUILD_PICO_W
#define BUILD_PICO_W_WIFI
//#define BUILD_PICO_W_WIFI
//#define BUILD_ZERO

#endif
Expand Down
Loading

0 comments on commit cb151b8

Please sign in to comment.