Skip to content

Commit af3e1c2

Browse files
keith-packardnashif
authored andcommitted
scripts/logging: Add RX config detection
The RX arch uses the CONFIG_RX kconfig symbol Signed-off-by: Keith Packard <[email protected]>
1 parent f5a8fa7 commit af3e1c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/logging/dictionary/dictionary_parser/log_database.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"riscv" : {
4646
"kconfig": "CONFIG_RISCV",
4747
},
48+
"rx" : {
49+
"kconfig": "CONFIG_RX",
50+
},
4851
"xtensa" : {
4952
"kconfig": "CONFIG_XTENSA",
5053
},

0 commit comments

Comments
 (0)