Skip to content

Commit

Permalink
Merge pull request #37 from rgrr/feature/debug-probe-minor
Browse files Browse the repository at this point in the history
Feature/debug probe minor
  • Loading branch information
rgrr committed Apr 23, 2023
2 parents 3590ff9 + 9d84480 commit 9bb0771
Show file tree
Hide file tree
Showing 20 changed files with 759 additions and 388 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,9 @@ target_link_libraries(${PROJECT} PRIVATE

if(PICO_BOARD STREQUAL "pico_w")
target_link_libraries(${PROJECT} PRIVATE
pico_cyw43_arch_lwip_sys_freertos
pico_lwip_iperf
#pico_cyw43_arch_lwip_sys_freertos
#pico_lwip_iperf
pico_cyw43_arch_none
)
endif()

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

VERSION_MAJOR := 1
VERSION_MINOR := 12
VERSION_MINOR := 13

BUILD_DIR := build
PROJECT := picoprobe
Expand All @@ -20,7 +20,7 @@ CMAKE_FLAGS += -DCMAKE_EXPORT_COMPILE_COMMANDS=True

ifeq ($(PICO_BOARD),)
# pico|pico_w|pico_debug_probe
PICO_BOARD := pico_w
PICO_BOARD := pico_debug_probe
endif


Expand Down
Loading

0 comments on commit 9bb0771

Please sign in to comment.