2017-02-10 16:32:55 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2021-08-01 09:27:08 +02:00
|
|
|
config LIBC_HEX2BIN
|
2017-02-10 16:32:55 +01:00
|
|
|
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.
|