feat(ieee802154): add support for phyreg -g register debug

This commit is contained in:
Tan Yan Quan
2025-12-22 17:54:50 +08:00
parent 40cb2854ce
commit a2d88a4e95
2 changed files with 88 additions and 1 deletions

View File

@@ -256,6 +256,14 @@ menu "IEEE 802.15.4"
counts, errors, and other metrics for transmitted and received frames.
Statistics can be accessed via debug APIs for performance analysis.
config IEEE802154_PRINT_PHY_REG
bool "Enable print IEEE802154 PHY register command"
default n
help
Enable the 'phyreg' console command to print IEEE 802.15.4 PHY register
information for debugging purposes. This command displays register values
and configuration settings of the IEEE 802.15.4 hardware.
endmenu # IEEE 802.15.4 Debug Parameters
endmenu # IEEE 802.15.4