Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Side by Side Diff: platforms/stm/disco_dartino/generated/SW4STM32/configuration/STM32F746NGHx_FLASH.ld

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 ***************************************************************************** 2 *****************************************************************************
3 ** 3 **
4 4
5 ** File : LinkerScript.ld 5 ** File : LinkerScript.ld
6 ** 6 **
7 ** Abstract : Linker script for STM32F746NGHx Device with 7 ** Abstract : Linker script for STM32F746NGHx Device with
8 ** 1024KByte FLASH, 320KByte RAM 8 ** 1024KByte FLASH, 320KByte RAM
9 ** 9 **
10 ** Set heap size, stack size and stack location according 10 ** Set heap size, stack size and stack location according
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 { 179 {
180 libc.a ( * ) 180 libc.a ( * )
181 libm.a ( * ) 181 libm.a ( * )
182 libgcc.a ( * ) 182 libgcc.a ( * )
183 } 183 }
184 184
185 .ARM.attributes 0 : { *(.ARM.attributes) } 185 .ARM.attributes 0 : { *(.ARM.attributes) }
186 } 186 }
187 187
188 188
OLDNEW
« no previous file with comments | « platforms/stm/disco_dartino/generated/Inc/stm32f7xx_it.h ('k') | platforms/stm/disco_dartino/generated/Src/mx_init.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698