Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssf: remove the reset_evt sdfw_update and echo service #19490

Merged
merged 1 commit into from
Jan 23, 2025
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
4 changes: 0 additions & 4 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -628,15 +628,11 @@
- "samples/bluetooth/multiple_adv_sets/**/*"
- "samples/nfc/record_text/**/*"
- "samples/app_event_manager/**/*"
- "samples/sdfw/ssf_client/**/*"
- "lib/dk_buttons_and_leds/**/*"
- "subsys/app_event_manager/**/*"
- "include/nfc/ndef/msg.h"
- "include/nfc/ndef/record.h"
- "include/nfc/ndef/text_rec.h"
- "include/dk_buttons_and_leds.h"
- "include/sdfw/sdfw_services/echo_service.h"
- "include/sdfw/sdfw_services/reset_evt_service.h"
- "include/sdfw/sdfw_services/sdfw_update_service.h"
- "include/app_event_manager/app_event_manager.h"
- "include/sdfw/sdfw_services/ssf_errno.h"
4 changes: 0 additions & 4 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@
/doc/nrf/samples/other.rst @nrfconnect/ncs-doc-leads
/doc/nrf/samples/peripheral.rst @nrfconnect/ncs-radio-sw-doc
/doc/nrf/samples/pmic.rst @nrfconnect/ncs-pmic-doc
/doc/nrf/samples/sdfw.rst @nrfconnect/ncs-aurora-doc
/doc/nrf/samples/sensor.rst @nrfconnect/ncs-cia-doc
/doc/nrf/samples/serialization.rst @nrfconnect/ncs-si-muffin-doc
/doc/nrf/samples/suit.rst @nrfconnect/ncs-charon-doc
Expand Down Expand Up @@ -518,8 +517,6 @@
/samples/peripheral/lpuart/ @nordic-krch
/samples/peripheral/radio_test/ @nrfconnect/ncs-si-muffin
/samples/pmic/native/ @nordic-auko
/samples/sdfw/ @nrfconnect/ncs-aurora
/samples/sdfw/ssf_client/ @anhmolt
/samples/sensor/bh1749/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/samples/sensor/bme68x_iaq/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/samples/suit/ @nrfconnect/ncs-charon
Expand Down Expand Up @@ -641,7 +638,6 @@
/samples/peripheral/lpuart/*.rst @nrfconnect/ncs-doc-leads
/samples/peripheral/radio_test/*.rst @nrfconnect/ncs-si-muffin-doc
/samples/pmic/**/*.rst @nrfconnect/ncs-pmic-doc
/samples/sdfw/**/*.rst @nrfconnect/ncs-aurora-doc
/samples/sensor/**/*.rst @nrfconnect/ncs-cia-doc
/samples/suit/**/*.rst @nrfconnect/ncs-charon-doc
/samples/tfm/**/*.rst @nrfconnect/ncs-aegir-doc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ Protocol serialization samples
SDFW samples
------------

|no_changes_yet_note|
* Removed the SDFW: Service Framework Client sample as all services demonstrated by the sample have been removed.

Sensor samples
--------------
Expand Down Expand Up @@ -536,7 +536,7 @@ nRF RPC libraries
Other libraries
---------------

|no_changes_yet_note|
* Removed the following unused SDFW services: ``echo_service``, ``reset_evt_service``, and ``sdfw_update_service``.

Security libraries
------------------
Expand Down
1 change: 0 additions & 1 deletion doc/nrf/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ General information about samples in the |NCS|
samples/nrf5340
samples/peripheral
samples/pmic
samples/sdfw
samples/sensor
samples/serialization
samples/suit
Expand Down
19 changes: 0 additions & 19 deletions doc/nrf/samples/sdfw.rst

This file was deleted.

27 changes: 0 additions & 27 deletions include/sdfw/sdfw_services/echo_service.h

This file was deleted.

64 changes: 0 additions & 64 deletions include/sdfw/sdfw_services/reset_evt_service.h

This file was deleted.

26 changes: 0 additions & 26 deletions include/sdfw/sdfw_services/sdfw_update_service.h

This file was deleted.

14 changes: 0 additions & 14 deletions samples/sdfw/ssf_client/CMakeLists.txt

This file was deleted.

46 changes: 0 additions & 46 deletions samples/sdfw/ssf_client/Kconfig

This file was deleted.

63 changes: 0 additions & 63 deletions samples/sdfw/ssf_client/README.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading