minor boards fixes

This commit is contained in:
NIIBE Yutaka
2011-07-22 15:48:00 +09:00
parent 241f62238d
commit 9528867c2a
3 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
2011-07-22 NIIBE Yutaka <gniibe@fsij.org>
* boards/OLIMEX_STM32_H103/board.h (BOARD_NAME): Fixed.
* boards/STBEE_MINI/mcuconf.h: Added missing include of
mcuconf-common.h.
2011-07-04 NIIBE Yutaka <gniibe@fsij.org>
* ChibiOS_2.0.8/os/ports/GCC/ARMCMx/chcore_v7m.c

View File

@@ -28,14 +28,14 @@
#define _BOARD_H_
/*
* Setup for the Olimex STM32-P103 proto board.
* Setup for the Olimex STM32-H103 proto board.
*/
/*
* Board identifier.
*/
#define BOARD_OLIMEX_STM32_P103
#define BOARD_NAME "Olimex STM32-P103"
#define BOARD_OLIMEX_STM32_H103
#define BOARD_NAME "Olimex STM32-H103"
/*
* Board frequencies.

View File

@@ -10,3 +10,5 @@
#define STM32_PPRE2 STM32_PPRE2_DIV2
#define STM32_ADCPRE STM32_ADCPRE_DIV4
#define STM32_MCO STM32_MCO_NOCLOCK
#include "mcuconf-common.h"