rbaron
d5891f4a6f
[ZigBee sample] Implements factory reset via SW1 button (hardware v2.0.0+)
2023-06-27 21:28:56 +02:00
rbaron
afa53f0e94
Introduce CONFIG_BOARD_REVISION_CODE
...
Beside having a `CONFIG_BOARD_REVISION` Kconfig string that represents
our semantic versioning for board revisions, the ZigBee sample requires
an integer representation of it. Instead of conditioning the integer
version on the string version only for that sample and having to touch
the ZigBee sample whenever we add a revision, I decided to have a
board-wide config, so that both string and int versions live close to
each other.
Fixes #138 .
2023-06-15 07:45:55 +02:00
Ole Odendahl
ce748c4759
Added restart watchdog timeout to Kconfig.
2023-06-02 11:31:58 +02:00
rbaron
5d25499ae1
[zb] Implement double-reset factory resetting method
2022-12-27 19:22:01 +01:00
rbaron
98433502af
Default PRST_ZB_SLEEP_DURATION_SEC to 60s
2022-12-24 18:37:00 +01:00
rbaron
3d68e5c689
Better docs
2022-12-24 10:06:35 +01:00
rbaron
fe63fda2f1
Setup Kconfig for prstlib
2022-12-19 18:34:03 +01:00
Ole Odendahl
54382e3356
Removed log level config from board definition.
...
Moved prst lib log level config to application layer with prst lib default fallback behaviour.
2022-12-18 21:23:10 +01:00
Ole Odendahl
580f425b01
Added hardware version config value.
2022-12-18 17:15:58 +01:00
Ole Odendahl
ac8677f3e8
Renamed basic cluster attributes to comply with library defaults.
2022-12-18 17:12:25 +01:00
Ole Odendahl
0933c4a2a6
Fixed default sleep duration in Kconfig to 600s.
...
Removed specific Kconfig values from prj*.conf files.
2022-12-18 16:57:50 +01:00
Ole Odendahl
61729aa81a
Made more basic attributes compile time configurable.
2022-12-16 12:16:42 +01:00
rbaron
3c2094db2d
Add GitHub action
2022-12-09 20:01:46 +01:00
rbaron
fbf1a35099
Moves configs to Kconfig
2022-12-09 19:38:56 +01:00