X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Feasymini-v0.1%2Fao_pins.h;h=e0eb10bf3737983b0bed16d9282ed47e97ab4467;hb=77dc89ed5b7bf8f5b3fa3b6131660f1a98f583ea;hp=e14e1eb40e9cb30fa3deae2b467f17988e642b44;hpb=1676c7dbc3dcce2962be9ef9a58d37c7b48e3c0f;p=fw%2Faltos diff --git a/src/easymini-v0.1/ao_pins.h b/src/easymini-v0.1/ao_pins.h index e14e1eb4..e0eb10bf 100644 --- a/src/easymini-v0.1/ao_pins.h +++ b/src/easymini-v0.1/ao_pins.h @@ -18,6 +18,10 @@ #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 @@ -38,9 +42,14 @@ #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 +#define AO_LOG_FORMAT AO_LOG_FORMAT_EASYMINI + /* USART */ #define HAS_SERIAL 0