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

6
src/configure vendored
View File

@@ -139,7 +139,11 @@ if test "$with_dfu" = "yes"; then
else
echo "Configured for bare system (no-DFU)"
ORIGIN=0x08000000
FLASH_SIZE=128k
if test "$target" = "STM8S_DISCOVERY"; then
FLASH_SIZE=64k
else
FLASH_SIZE=128k
fi
DFU_DEFINE="#undef DFU_SUPPORT"
fi