libc/hex2bin: Move the portable library portion of apps/system/hex2bin to nuttx/libc/hex2bin where it can be shared with the OS internals.

This commit is contained in:
Gregory Nutt
2016-06-27 11:22:38 -06:00
parent 79ff375b66
commit 2a19e16eb0
315 changed files with 1522 additions and 311 deletions
+1
View File
@@ -65,6 +65,7 @@ include aio/Make.defs
include audio/Make.defs
include dirent/Make.defs
include fixedmath/Make.defs
include hex2bin/Make.defs
include libgen/Make.defs
include math/Make.defs
include misc/Make.defs