From a21ea7128bf738c458449ac51361fbb45834f447 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Thu, 5 May 2016 00:55:57 +0000 Subject: Completed STM32L0xx port adding STM32L011xx support, Added STM32 Nucleo32-L011K4 board files Added demo NIL-STM32L011K4-NUCLEO32 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9414 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCMx/compilers/GCC/ld/STM32L011x4.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/startup') diff --git a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L011x4.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L011x4.ld index e67b5fc41..f9d5ef057 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L011x4.ld +++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32L011x4.ld @@ -19,7 +19,7 @@ */ MEMORY { - flash0 : org = 0x08000000, len = 8k + flash0 : org = 0x08000000, len = 16k flash1 : org = 0x00000000, len = 0 flash2 : org = 0x00000000, len = 0 flash3 : org = 0x00000000, len = 0 -- cgit v1.2.3