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: zephyrproject-rtos#45807
Fixes: zephyrproject-rtos#43910

[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 May 25, 2022
1 parent c534ae2 commit 998444f
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,766 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,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 @@ -1926,16 +1926,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
13 changes: 0 additions & 13 deletions modules/Kconfig.civetweb

This file was deleted.

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 998444f

Please sign in to comment.