Skip to content

Commit

Permalink
civetweb: remove obsolete code
Browse files Browse the repository at this point in the history
This code has gone unmaintained and bugs continue to be reported
against it. We do not have the resources as a project to maintain this
in "odd fixes" mode, and nobody has stepped up to maintain it [1], so
sadly this must be removed for now.

If anyone would like to see civetweb supported in upstream Zephyr
again, they are welcome to add it back, as long as they promise to
maintain it going forward.

Many thanks to everyone who has contributed to civetweb support in
Zephyr while it was here. So long and thanks for all the fish.

Fixes: #45807
Fixes: #43910
Fixes: #34226
Fixes: #46743

[1] https://lists.zephyrproject.org/g/devel/message/8466

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
  • Loading branch information
mbolivar-nordic committed Jun 22, 2022
1 parent 27eeee8 commit f49d11d
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 1,775 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@
/samples/net/mqtt_publisher/ @rlubos
/samples/net/sockets/coap_*/ @rlubos
/samples/net/sockets/ @rlubos @tbursztyka @pfalcon
/samples/net/*civetweb* @Nukersson
/samples/sensor/ @MaureenHelm
/samples/shields/ @avisconti
/samples/subsys/logging/ @nordic-krch @jakub-uC
Expand Down
10 changes: 0 additions & 10 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1992,16 +1992,6 @@ West:
- manifest-canopennode
- "area: CAN"

"West project: civetweb":
status: obsolete
files:
- samples/net/civetweb/
- modules/Kconfig.civetweb
labels:
- manifest-civetweb
- "area: Networking"
- "area: civetweb"

"West project: cmsis":
status: maintained
maintainers:
Expand Down
1 change: 0 additions & 1 deletion modules/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ comment "Optional modules. Make sure they're installed, via the project manifest

source "modules/Kconfig.altera"
source "modules/Kconfig.atmel"
source "modules/Kconfig.civetweb"
source "modules/Kconfig.cmsis"
source "modules/Kconfig.cypress"
source "modules/Kconfig.eos_s3"
Expand Down
17 changes: 0 additions & 17 deletions modules/Kconfig.civetweb

This file was deleted.

7 changes: 1 addition & 6 deletions modules/deprecation_warnings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@
# This is done in a separate CMake file because the modules.cmake file
# in this same directory is evaluated before Kconfig runs.

if(CONFIG_CIVETWEB)
message(WARNING "The civetweb module is deprecated. \
Unless someone volunteers to maintain this module, \
support for it will be removed in Zephyr v3.2."
)
endif()
# (No modules are currently deprecated.)
29 changes: 0 additions & 29 deletions samples/net/civetweb/common/include/external_log_access.inl

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions samples/net/civetweb/common/include/helper.h

This file was deleted.

70 changes: 0 additions & 70 deletions samples/net/civetweb/common/include/libc_extensions.h

This file was deleted.

Loading

0 comments on commit f49d11d

Please sign in to comment.