Allow the flash and ram memory region sizes to be specified in the default FT32 linke...
authorNick Clifton <nickc@redhat.com>
Mon, 4 Jul 2016 14:44:10 +0000 (15:44 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 4 Jul 2016 14:44:10 +0000 (15:44 +0100)
commit1dc8bf195d2c4d382e0d6d371f16ebfe83573acc
tree17b55da152543a72792ed6e2b7f0240ef8c3fbd3
parentbb44634d9be7833c3a2874070b434a0b4c6a7730
Allow the flash and ram memory region sizes to be specified in the default FT32 linker script.

* scripttempl/ft32.sc (__PMSIZE_): If not defined, set to 256K.
(__RAMSIZE): If not defined, set to 64K.
(MEMORY): Set the flash region size to __PMSIZE and the ram region
size to __RAMSIZE.
ld/ChangeLog
ld/scripttempl/ft32.sc
This page took 0.023846 seconds and 4 git commands to generate.