configMINIMAL_STACK_SIZE is only used within HID_RTOS.
 
Symbols
loading...
Files
loading...

configMINIMAL_STACK_SIZE macro

Syntax

#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 128 )

References

LocationText
FreeRTOSConfig.h:95
#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 128 )
main.c:54
osThreadDef(USER_Thread, StartThread, osPriorityNormal, 0, 8 * configMINIMAL_STACK_SIZE);
menu.c:71
osThreadDef(Menu_Thread, HID_MenuThread, osPriorityHigh, 0, 8 * configMINIMAL_STACK_SIZE);
usbh_conf.h:46
#define USBH_PROCESS_STACK_SIZE (8 * configMINIMAL_STACK_SIZE)