Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
/doc/nrf/libraries/networking/ot_rpc.rst @nrfconnect/ncs-terahertz-doc @nrfconnect/ncs-protocols-serialization
/doc/nrf/libraries/networking/rest_client.rst @nrfconnect/ncs-iot-positioning-doc
/doc/nrf/libraries/networking/softap_wifi_provision.rst @nrfconnect/ncs-cia-doc
/doc/nrf/libraries/networking/wifi_credentials.rst @nrfconnect/ncs-cia-doc
/doc/nrf/libraries/networking/wifi_mgmt_ext.rst @nrfconnect/ncs-cia-doc
/doc/nrf/libraries/networking/wifi_ready.rst @nrfconnect/ncs-wifi-doc
/doc/nrf/libraries/nfc/ @nrfconnect/ncs-si-muffin-doc
Expand Down
68 changes: 0 additions & 68 deletions doc/nrf/libraries/networking/wifi_credentials.rst

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Thread
Wi-Fi®
------

|no_changes_yet_note|
* Added support for EAP-PEAP and EAP-TTLS authentication methods to enterprise security in the Wi-Fi management API.

Applications
============
Expand Down Expand Up @@ -932,5 +932,6 @@ Documentation
* The :ref:`log_rpc` library documentation page.
* The :ref:`mcuboot_serial_recovery` documentation page, based on the official Zephyr documentation, which discusses the implementation and usage of the serial recovery.

* Moved the Wi-Fi credentials library page to the upstream :ref:`Zephyr repository <zephyr:lib_wifi_credentials>`.
* Removed the Getting started with nRF7002 DK and Getting started with other DKs pages from the :ref:`gsg_guides` section.
These pages were no longer relevant as the `Quick Start app`_ now also supports the nRF7002 DK.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 101cff9874cb0ce004e193ab7d842665cfa9b574
revision: 9b0cfccc78663cfbca113937473ce20d819367f0
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading