boards changes

This commit is contained in:
NIIBE Yutaka
2012-05-25 15:36:09 +09:00
parent 6b47ee56b8
commit 2113d5b751
8 changed files with 48 additions and 55 deletions

View File

@@ -30,6 +30,13 @@
/*
* Setup for the STM32 Primer2.
*/
#define SET_USB_CONDITION(en) (!en) /* To connect USB, call palClearPad */
#define SET_LED_CONDITION(on) (!on) /* To emit light, call palClearPad */
#define GPIO_USB GPIOD_DISC
#define IOPORT_USB GPIOD
#define GPIO_LED GPIOE_LEDR
#define IOPORT_LED GPIOE
#define FLASH_PAGE_SIZE 2048
/*
* Board identifier.