altos: Set default LPC stack to 512 bytes, Em to 384 bytes
[fw/altos] / src / easymini-v0.1 / ao_pins.h
index d4fbe7a1e176e4e018e19f9c3b6d1b4f9a58bf12..c09fb4c2c58d2e199ceeae64ebd9e96bac4f323f 100644 (file)
 #define HAS_BEEP       1
 #define        HAS_LED         1
 
+#define AO_STACK_SIZE  384
+
+#define IS_FLASH_LOADER        0
+
 /* Crystal on the board */
 #define AO_LPC_CLKIN   12000000
 
 
 #define HAS_USB_CONNECT        0
 #define HAS_USB_VBUS   0
+#define HAS_USB_PULLUP 1
+#define AO_USB_PULLUP_PORT     0
+#define AO_USB_PULLUP_PIN      20
 
 #define PACKET_HAS_SLAVE       0
 
 /* USART */
 
-#define HAS_SERIAL             1
+#define HAS_SERIAL             0
 #define USE_SERIAL_0_STDIN     1
 #define SERIAL_0_18_19         1
 #define SERIAL_0_14_15         0