aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCMx/compilers
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-26 10:41:51 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-26 10:41:51 +0000
commit90888c48dd81c73a6ddc06adb109e5cccd563dea (patch)
tree978b544bdad09c6ae122116950a7c001cfeb4578 /os/common/ports/ARMCMx/compilers
parent65f19c1d66f34a9ca070a5d24ab4c29474f0237a (diff)
downloadChibiOS-90888c48dd81c73a6ddc06adb109e5cccd563dea.tar.gz
ChibiOS-90888c48dd81c73a6ddc06adb109e5cccd563dea.tar.bz2
ChibiOS-90888c48dd81c73a6ddc06adb109e5cccd563dea.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7928 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/ARMCMx/compilers')
-rw-r--r--os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld b/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld
index 7e9b46c06..2d5461957 100644
--- a/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld
+++ b/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld
@@ -23,7 +23,7 @@
MEMORY
{
flash : org = 0x08000000, len = 64k
- ram0 : org = 0x20000000, len = 12k
+ ram0 : org = 0x20000000, len = 16k
ram1 : org = 0x00000000, len = 0
ram2 : org = 0x00000000, len = 0
ram3 : org = 0x00000000, len = 0