Refactor fwu library into a Zephyr module

This commit is contained in:
2025-07-02 21:30:15 +02:00
parent 140d2baa24
commit c3df6565b7
7 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
config FWU
bool "Enable Firmware Update Library"
default y
help
Enable the Firmware Update module.