summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-15 12:07:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-15 12:07:27 -0600
commit2fba86a7717ecd534d94189fdf8734bf8d3ec91f (patch)
treeac8b2b6b18816b4d4e04c41dc43b3379ea860e46 /apps/system/Kconfig
parent4d332f0bcc2f1feeec8b3344e694e66095b61080 (diff)
downloadpx4-nuttx-2fba86a7717ecd534d94189fdf8734bf8d3ec91f.tar.gz
px4-nuttx-2fba86a7717ecd534d94189fdf8734bf8d3ec91f.tar.bz2
px4-nuttx-2fba86a7717ecd534d94189fdf8734bf8d3ec91f.zip
Add conversion of Intel HEX to binary
Diffstat (limited to 'apps/system/Kconfig')
-rw-r--r--apps/system/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/Kconfig b/apps/system/Kconfig
index 5b6c4102b..382ef3476 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -19,6 +19,10 @@ menu "FLASH Erase-all Command"
source "$APPSDIR/system/flash_eraseall/Kconfig"
endmenu
+menu "Intel HEX to binary conversion"
+source "$APPSDIR/system/hex2bin/Kconfig"
+endmenu
+
menu "I2C tool"
source "$APPSDIR/system/i2c/Kconfig"
endmenu