diff options
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/olimex_stm32_h107.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/board/olimex_stm32_h107.cfg b/tcl/board/olimex_stm32_h107.cfg new file mode 100644 index 00000000..c21e19bd --- /dev/null +++ b/tcl/board/olimex_stm32_h107.cfg @@ -0,0 +1,8 @@ +# Olimex STM32-H107 and STM32-P107 eval boards +# http://olimex.com/dev/stm32-h107.html +# http://olimex.com/dev/stm32-p107.html + +# Work-area size (RAM size) = 64kB for STM32F107VC device +set WORKAREASIZE 0x10000 + +source [find target/stm32.cfg] |