summaryrefslogtreecommitdiff
path: root/src/stm32f4/ao_arch.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-02 12:44:58 -0700
committerKeith Packard <keithp@keithp.com>2018-10-13 08:23:25 -0700
commit015d3055a52532070e96469907683c3aa3eda44e (patch)
tree74b09088bda611cc55518224295293d1f85bea46 /src/stm32f4/ao_arch.h
parent44ae8b9317fa4aaccabbe9d07b5972f7dfd3baa2 (diff)
altos/stm32f4: Add more stm32f413 definitions and support code
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm32f4/ao_arch.h')
-rw-r--r--src/stm32f4/ao_arch.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/stm32f4/ao_arch.h b/src/stm32f4/ao_arch.h
index 4e9bdeb6..73dc3e93 100644
--- a/src/stm32f4/ao_arch.h
+++ b/src/stm32f4/ao_arch.h
@@ -19,7 +19,11 @@
#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)))