Skip to content

Commit 5e594d4

Browse files
committed
remove lwip library in favor of pico_lwip which is now in the SDK
1 parent 0a221df commit 5e594d4

File tree

7 files changed

+1
-160
lines changed

7 files changed

+1
-160
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [pico-playground](https://github.com/raspberrypi/pico-playground) for builda
99
Library|Description
1010
---|---
1111
[hardware_rosc](src/rp2_common/hardware_rosc)| API for the ring oscillator
12-
[lwip](src/rp2_common/lwip)| [LWIP Lightweight IP Library](https://savannah.nongnu.org/projects/lwip/) packed as an INTERFACE library for use with the Pico SDK
12+
[lwip](src/rp2_common/lwip)| Deprecated as of SDK 1.5.0; use `pico_lwip` and `pico_lwip_arch` from the SDK instead.
1313
[pico_audio](src/common/pico_audio)|Audio output support; this is highly functional, but the API is subject to change
1414
   [pico_audio_i2s](src/rp2_common/pico_audio_i2s)|Audio output via I2S on 3 GPIOs using PIO. Arbitrary frequency
1515
   [pico_audio_pwm](src/rp2_common/pico_audio_pwm)|Audio output via (PIO) PWM. Currently a bit limited in frequency support (it was developed on FPGA to do 22050Hz at 48Mhz system clock). It does however support error diffusion dithering and noise shaping with 16x oversampling to give surprisingly good audio quality. This code will be split to provide both a fixed frequencie(s) version and a slightly slower but rather better arbitrary frequency version supporting ever higher carrier frequencies

lib/lwip

Submodule lwip deleted from c385f31

src/rp2_common/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This CMakeLists.txt intended to be included from other projectgs
22
pico_add_subdirectory(hardware_rosc)
3-
pico_add_subdirectory(lwip)
43
pico_add_subdirectory(pico_sleep)
54
pico_add_subdirectory(pico_audio_i2s)
65
pico_add_subdirectory(pico_audio_pwm)

src/rp2_common/lwip/CMakeLists.txt

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

src/rp2_common/lwip/README.md

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

src/rp2_common/lwip/include/arch/cc.h

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

src/rp2_common/lwip/lwip_arch.c

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

0 commit comments

Comments
 (0)