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:
parent
880896e783
commit
51a3a6904a
|
@ -125,6 +125,10 @@ SECTIONS
|
|||
{
|
||||
PROVIDE(_cmm_start = .);
|
||||
. = ALIGN(4);
|
||||
*(.ccm)
|
||||
. = ALIGN(4);
|
||||
*(.ccm.*)
|
||||
. = ALIGN(4);
|
||||
*(.bss.mainthread.*)
|
||||
. = ALIGN(4);
|
||||
*(.bss._idle_thread_wa)
|
||||
|
|
Loading…
Reference in New Issue