Browse Source

scripts/logging: Add RX config detection

The RX arch uses the CONFIG_RX kconfig symbol

Signed-off-by: Keith Packard <keithp@keithp.com>
pull/92244/head
Keith Packard 2 months ago committed by Benjamin Cabé
parent
commit
a8eed43491
  1. 3
      scripts/logging/dictionary/dictionary_parser/log_database.py

3
scripts/logging/dictionary/dictionary_parser/log_database.py

@ -43,6 +43,9 @@ ARCHS = { @@ -43,6 +43,9 @@ ARCHS = {
"riscv" : {
"kconfig": "CONFIG_RISCV",
},
"rx" : {
"kconfig": "CONFIG_RX",
},
"xtensa" : {
"kconfig": "CONFIG_XTENSA",
},

Loading…
Cancel
Save