Improved CCM handling for F4 devices.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6848 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2014-04-21 07:50:27 +00:00
parent 880896e783
commit 51a3a6904a
1 changed files with 4 additions and 0 deletions

View File

@ -125,6 +125,10 @@ SECTIONS
{
PROVIDE(_cmm_start = .);
. = ALIGN(4);
*(.ccm)
. = ALIGN(4);
*(.ccm.*)
. = ALIGN(4);
*(.bss.mainthread.*)
. = ALIGN(4);
*(.bss._idle_thread_wa)