Skip to content

Commit

Permalink
MicroPython: Drop Pico Wireless support.
Browse files Browse the repository at this point in the history
With PPP support added to MicroPython this would be better
handled by creating a PPP-compatible firmware for Pico Wireless
and using the PPP module instead... I think.
  • Loading branch information
Gadgetoid committed Oct 24, 2024
1 parent b65d5f5 commit 72c5117
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions micropython/modules/micropython-pico2w.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
include_directories(${CMAKE_CURRENT_LIST_DIR}/../../)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../")

set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

include(micropython-common)

# C++ Magic Memory
include(cppmem/micropython)

# Disable build-busting C++ exceptions
include(micropython-disable-exceptions)

0 comments on commit 72c5117

Please sign in to comment.