Skip to content

Commit

Permalink
RE1: Remove CCM section in Linker Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Christensen authored and mlyle committed Jul 23, 2016
1 parent d6550c8 commit 74b7422
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions flight/targets/brainre1/fw/sections_chibios.ld
Original file line number Diff line number Diff line change
Expand Up @@ -139,27 +139,6 @@ SECTIONS
__main_thread_stack_end__ = .;
} > ram

.ccm :
{
PROVIDE(_cmm_start = .);
. = ALIGN(4);
*(.bss.mainthread.*)
. = ALIGN(4);
*(.bss._idle_thread_wa)
. = ALIGN(4);
*(.bss.rlist)
. = ALIGN(4);
*(.bss.vtlist)
. = ALIGN(4);
*(.bss.endmem)
. = ALIGN(4);
*(.bss.nextmem)
. = ALIGN(4);
*(.bss.default_heap)
. = ALIGN(4);
PROVIDE(_cmm_end = .);
} > ram

.data :
{
. = ALIGN(4);
Expand Down

1 comment on commit 74b7422

@Sindrone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does the new tune feel?

Please sign in to comment.