New board: STM8S_DISCOVERY

This commit is contained in:
NIIBE Yutaka
2010-11-26 16:27:01 +09:00
parent d369d176cb
commit 2aafb451b4
6 changed files with 273 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2010-11-26 NIIBE Yutaka <gniibe@fsij.org>
* boards/STM8S_DISCOVERY/*: New.
* src/configure: STM8S_DISCOVERY only has 64KB flash memory.
* boards/STBEE_MINI/board.h (CPU_WITH_NO_GPIOE): New define.
* ChibiOS_2.0.6/os/hal/platforms/STM32/hal_lld.c: Use it.
* ChibiOS_2.0.6/os/hal/platforms/STM32/pal_lld.c: Likewise.