![]() |
ARMEBS4
revision-26.06.2015
|
Configuration options for the current project. More...
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_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... | |
Configuration options for the current project.
#define USE_FREERTOS |
Use the FreeRTOS real time OS.
Possible values:
FIXME : examples
#define USE_UGFX |
Use the uGFX graphical library.
Possible values:
FIXME : examples
#define USE_LWIP |
Use the lwip TCP/IP stack.
Possible values:
FIXME : examples
#define USE_STM32_LIB_ASSERT |
#define USE_BOOT_TIME_CRITICAL |
#define USE_STM32_USB_USE_DEVICE_MODE |
#define USE_STM32_USB_HOST_MODE |
#define USE_STM32_USB_OTG_MODE |
#define USE_STDIO_USART |
#define USE_SEMIHOSTING |
#define USE_STDIO_NOBUF |
#define USE_FATAL_MALLOC_FAILED |
Call #bsp_fatal(ERROR_OUT_OF_MEMORY) when a malloc fails.
Possible values:
Defaults to 1
#define USE_STDIO_ECHO |
#define USE_STDIO_AUTO_CR_BEFORE_LF |
#define USE_LIBJPEG |
Use the libjpeg JPEG compression and decompression library.
Possible values:
FIXME : examples
#define USE_FATFS |
Use the FatFS library by ChaN.
Possible values:
FIXME : examples
#define USE_GPL_LICENSE |
This project has a GPL licence, so GPL libraries are enable.
GCC stack protections is incompatible with FreeRTOS
Possible values: