Skip to content

Commit

Permalink
remove lwipopts-thread.h. LWIP is not using with our thread implement…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
jmartinez-silabs committed Feb 7, 2024
1 parent d7a7928 commit 54c3957
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 186 deletions.
1 change: 0 additions & 1 deletion src/lwip/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ if (current_os == "zephyr" || current_os == "mbed") {

sources += [
"${lwip_platform}/lwipopts-rs911x.h",
"${lwip_platform}/lwipopts-thread.h",
"${lwip_platform}/lwipopts-wf200.h",
]
} else if (lwip_platform == "standalone") {
Expand Down
182 changes: 0 additions & 182 deletions src/lwip/silabs/lwipopts-thread.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/lwip/silabs/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
#include "lwipopts-wf200.h"
#elif defined(RS911X_WIFI)
#include "lwipopts-rs911x.h"
#else
#include "lwipopts-thread.h"
#endif
1 change: 0 additions & 1 deletion third_party/silabs/silabs_lwip/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ lwip_target("silabs_lwip") {
sources = [
"${chip_root}/src/lwip/freertos/sys_arch.c",
"${chip_root}/src/lwip/silabs/lwipopts-rs911x.h",
"${chip_root}/src/lwip/silabs/lwipopts-thread.h",
"${chip_root}/src/lwip/silabs/lwipopts-wf200.h",
]

Expand Down

0 comments on commit 54c3957

Please sign in to comment.