Squashed commit of the following:

libs/libc/misc/Make.defs:  For platforms whose CPP tool does not support a variable number arguments to pre-processor macros, we may still need to build the debug functions even when CONFIG_DEBUG_FEATURES is not selected.  For example, __alert() may be needed is CONFIG_ARCH_STACKDUMP is set.

    configs/makerlisp:  Add an sdboot configuration that will load .hex files from the SD card.
This commit is contained in:
Gregory Nutt
2019-06-26 14:37:19 -06:00
parent 2f9a76b21c
commit 40179da030
14 changed files with 831 additions and 17 deletions
+1
View File
@@ -43,6 +43,7 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <stdio.h>
#ifdef CONFIG_LIB_HEX2BIN