This commit is contained in:
hathach
2012-12-18 15:08:30 +07:00
parent 50c89192d8
commit ec4a3f6048
35 changed files with 1570 additions and 3637 deletions

View File

@@ -57,7 +57,11 @@
#include <stdint.h>
#define TICKS_PER_SECOND 1000
#define BSP_TICKS_PER_SECOND 1000
//#define BSP_UART_ENABLE
#define BSP_UART_BAUDRATE 115200
/// n-th Bit
#ifndef BIT_
@@ -82,6 +86,8 @@
void board_init(void);
void board_leds(uint32_t mask, uint32_t state);
extern volatile uint32_t system_ticks;
#ifdef __cplusplus
}
#endif