altos: Use flash loader on all STM products
[fw/altos] / src / stm-flash / ao_pins.h
index 048fc8282ad0d077c9dbb6c75a49664b680f9b8f..8fb56f7bf36de0c0041b8d03de715a01b3a46994 100644 (file)
@@ -47,6 +47,9 @@
 #define HAS_USB                        1
 #define USE_USB_STDIN          1
 #define HAS_BEEP               0
+#define HAS_TASK               0
+#define HAS_ECHO               0
+#define HAS_TICK               0
 
 #define PACKET_HAS_SLAVE       0
 
@@ -72,6 +75,5 @@
 #define AO_BOOT_APPLICATION_PIN                0
 #define AO_BOOT_APPLICATION_VALUE      1
 #define AO_BOOT_APPLICATION_MODE       0
-#define AO_BOOT_APPLICATION_BASE       ((uint32_t *) 0x2000)
 
 #endif /* _AO_PINS_H_ */