altos/stmf0: Add SPI driver.
[fw/altos] / src / stmf0 / ao_arch.h
index 6ee71ef9caeec029f4cdd2042c62e817fc50ce0b..26a34c85f57c658056181caac2286d8e479e5818 100644 (file)
@@ -25,7 +25,9 @@
  * STM32F0 definitions and code fragments for AltOS
  */
 
+#ifndef AO_STACK_SIZE
 #define AO_STACK_SIZE  512
+#endif
 
 #define AO_LED_TYPE    uint16_t
 
@@ -115,6 +117,7 @@ extern const uint32_t ao_radio_cal;
 #define AO_PCLK1       (AO_HCLK / AO_APB1_PRESCALER)
 #define AO_PCLK2       (AO_HCLK / AO_APB2_PRESCALER)
 #define AO_SYSTICK     (AO_HCLK)
+#define AO_PANIC_DELAY_SCALE  (AO_SYSCLK / 12000000)
 
 #if AO_APB1_PRESCALER == 1
 #define AO_TIM23467_CLK                AO_PCLK1