Skip to content

Commit f73101c

Browse files
committed
remove net demo which duplicates tinyusb/net_lwip_webserver
1 parent 0d6cd68 commit f73101c

File tree

7 files changed

+2
-228
lines changed

7 files changed

+2
-228
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ pico_sdk_init()
1515

1616
add_subdirectory(audio)
1717
add_subdirectory(apps)
18-
add_subdirectory(net)
1918
add_subdirectory(reset)
2019
add_subdirectory(scanvideo)
2120
add_subdirectory(sleep)
22-
add_subdirectory(stdio)
21+
add_subdirectory(stdio)

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,4 @@ even though it is in the Pico SDK
6464

6565
Name|Description
6666
---|---
67-
[stdio_pio](stdio/pio)| Demonstrates adding a custom STDIO driver using a PIO UART
68-
69-
## Networking
70-
Name|Description
71-
---|---
72-
[usb_host_webserver](net/usb_host_webserver)| A simple web server
67+
[stdio_pio](stdio/pio)| Demonstrates adding a custom STDIO driver using a PIO UART

net/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

net/usb_host_webserver/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

net/usb_host_webserver/lwipopts.h

Lines changed: 0 additions & 69 deletions
This file was deleted.

net/usb_host_webserver/main.c

Lines changed: 0 additions & 70 deletions
This file was deleted.

net/usb_host_webserver/tusb_config.h

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)