mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 05:23:50 +01:00
Merge pull request #17790 from leandrolanzieri/pr/sys/od/kconfig/add_string
sys/od/kconfig: add od_string module
This commit is contained in:
commit
eda4284cfc
@ -4,7 +4,11 @@
|
||||
# General Public License v2.1. See the file LICENSE in the top level
|
||||
# directory for more details.
|
||||
|
||||
config MODULE_OD
|
||||
menuconfig MODULE_OD
|
||||
bool "OD Hex Dump"
|
||||
select MODULE_FMT
|
||||
depends on TEST_KCONFIG
|
||||
|
||||
config MODULE_OD_STRING
|
||||
bool "Print ASCII representation of the dumped data"
|
||||
depends on MODULE_OD
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user