![]() |
ARMEBS4
revision-26.06.2015
|
libheivs configuration file More...
#include "config/config.h"
Go to the source code of this file.
Macros | |
#define | USE_FREERTOS |
Use the FreeRTOS real time OS. More... | |
#define | USE_UGFX |
Use the uGFX graphical library. More... | |
#define | USE_LWIP |
Use the lwip TCP/IP stack. More... | |
#define | USE_STM32_LIB_ASSERT |
Call bsp_fatal when the stm32 library detects a problem. More... | |
#define | USE_BOOT_TIME_CRITICAL |
Boot as fast as possible. More... | |
#define | USE_STM32_USB_USE_DEVICE_MODE |
Use the ST USB device library. More... | |
#define | USE_STM32_USB_HOST_MODE |
Use the ST USB host library. More... | |
#define | USE_STM32_USB_OTG_MODE |
Use the ST USB on the go library. More... | |
#define | USE_STDIO_USART |
Use this usart number for stdio redirection. More... | |
#define | USE_SEMIHOSTING |
Use semihosting for stdio. More... | |
#define | USE_STDIO_NOBUF |
Disable stdio buffering. More... | |
#define | USE_FATAL_MALLOC_FAILED |
Call #bsp_fatal(ERROR_OUT_OF_MEMORY) when a malloc fails. More... | |
#define | USE_STDIO_ECHO |
Enable echo for stdio. More... | |
#define | USE_STDIO_AUTO_CR_BEFORE_LF |
Put a CR ('') before every LF (' ') on stdout (and stderr) More... | |
#define | USE_LIBJPEG |
Use the libjpeg JPEG compression and decompression library. More... | |
#define | USE_FATFS |
Use the FatFS library by ChaN. More... | |
#define | USE_GCC_STACK_PROTECTOR |
gcc -fstack-protector and -fstack-protector-all support | |
#define | USE_GPL_LICENSE |
This project has a GPL licence, so GPL libraries are enable. More... | |
#define | USE_CYASSL |
Use the CYASSL library (requires USE_GPL_LICENSE) More... | |
libheivs configuration file
Definition in file config.h.