1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 13:33:49 +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:
Francisco 2022-03-11 18:00:43 +01:00 committed by GitHub
commit eda4284cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,11 @@
# General Public License v2.1. See the file LICENSE in the top level # General Public License v2.1. See the file LICENSE in the top level
# directory for more details. # directory for more details.
config MODULE_OD menuconfig MODULE_OD
bool "OD Hex Dump" bool "OD Hex Dump"
select MODULE_FMT select MODULE_FMT
depends on TEST_KCONFIG depends on TEST_KCONFIG
config MODULE_OD_STRING
bool "Print ASCII representation of the dumped data"
depends on MODULE_OD