mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
4bffde887d
follow other libc component naming convention Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I66cf8f3201560ce71576279640e94ae3147ad0a2
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.
|