blob: 98b0b658db1039465af93f3e7a2ed1e2f0f25982 (
plain)
1
2
3
4
5
6
7
|
# Olimex STM32-H103 eval board
# http://olimex.com/dev/stm32-h103.html
# Work-area size (RAM size) = 20kB for STM32F103RB device
set WORKAREASIZE 0x5000
source [find target/stm32.cfg]
|