altos/stm32f4: Add more stm32f413 definitions and support code
[fw/altos] / src / stm32f4 / ao_arch.h
index 4e9bdeb68b8202bf0befe59e4a397515e546cc99..73dc3e9359e57f107c63c281028784c3496e6fdb 100644 (file)
 #include <stm32f4.h>
 
 #ifndef AO_STACK_SIZE
-#define AO_STACK_SIZE  1024
+#define AO_STACK_SIZE  2048
+#endif
+
+#ifndef HAS_TASK_QUEUE
+#define HAS_TASK_QUEUE 1
 #endif
 
 #define AO_STACK_ALIGNMENT __attribute__ ((aligned(8)))