Skip to content

Commit

Permalink
modules: hostap: Remove hostap module
Browse files Browse the repository at this point in the history
Migrate to using Zephyr upstream.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and bjarki-andreasen committed Sep 10, 2024
1 parent 92fb728 commit c48f8c0
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 3,994 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ Kconfig* @tejlmand
/lib/sample_rate_converter/ @nrfconnect/ncs-audio
/lib/tone/ @nrfconnect/ncs-audio
/modules/ @tejlmand
/modules/hostap/ @krish2718 @jukkar @rado17 @sachinthegreen @rlubos
/modules/mcuboot/ @de-nordic @nordicjm
/modules/cjson/ @nrfconnect/ncs-cia @plskeggs @sigvartmh
/modules/trusted-firmware-m/ @frkv @Vge0rge @vili-nordic
Expand Down
1 change: 0 additions & 1 deletion modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ add_subdirectory_ifdef(CONFIG_BUILD_WITH_TFM trusted-firmware-m)
add_subdirectory_ifdef(CONFIG_MEMFAULT memfault-firmware-sdk)
add_subdirectory_ifdef(CONFIG_MCUBOOT mcuboot/hooks)
add_subdirectory_ifdef(CONFIG_COREMARK coremark)
add_subdirectory(hostap)
add_subdirectory(wfa-qt)
1 change: 0 additions & 1 deletion modules/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
#

osource "$(NCS_MEMFAULT_FIRMWARE_SDK_KCONFIG)"
rsource "hostap/Kconfig"
rsource "wfa-qt/Kconfig"
Loading

0 comments on commit c48f8c0

Please sign in to comment.