altos/stm: Provide another 4kB of flash space for apps
[fw/altos] / src / stm-flash / ao_pins.h
index 048fc8282ad0d077c9dbb6c75a49664b680f9b8f..1c00675bd8f1eca76abd0364f96b53809010173d 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,6 @@
 #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)
+#define AO_BOOT_APPLICATION_BASE       ((uint32_t *) 0x1000)
 
 #endif /* _AO_PINS_H_ */