12 lines
354 B
Plaintext
12 lines
354 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config LIBC_HEX2BIN
|
|
bool "Intel HEX to binary conversion library"
|
|
default n
|
|
---help---
|
|
Build in support for conversions from Intel Hex format to binary.
|
|
This selection enables the interfaces of include/hex2bin.h.
|