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 2, 2024
1 parent 44b27c7 commit f521f5c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion micropython/modules/micropython-pico.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

include(micropython-common)
include(pico_wireless/micropython)

# C++ Magic Memory
include(cppmem/micropython)
Expand Down
1 change: 0 additions & 1 deletion micropython/modules/micropython-pico_usb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

include(micropython-common)
include(pico_wireless/micropython)

# C++ Magic Memory
include(cppmem/micropython)
Expand Down
1 change: 0 additions & 1 deletion micropython/modules/micropython-picolipo_16mb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

include(micropython-common)
include(pico_wireless/micropython)

enable_ulab()

Expand Down
1 change: 0 additions & 1 deletion micropython/modules/micropython-picolipo_4mb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

include(micropython-common)
include(pico_wireless/micropython)

enable_ulab()

Expand Down

0 comments on commit f521f5c

Please sign in to comment.