Felix Held
26edb8ec42
[sam3s8] add flash size information for linker script generator
11 years ago
Frantisek Burian
10b4010097
[GENLINK] Updated definitions of memory sizes
Updated according versions of datasheets:
STM32F030 DS9773 v1.0
STM32F031 DS10111 v1.0
STM32F050 DS9262 v1.0
STM32F051 DS8668 v4.0 (updated RAM size)
STM32F071 DS10009 v1.0
STM32F072 DS9826 v1.0
F1, F2 and F3 have no changes and no new datasheets.
STM32F401 DS9716 v2.1
STM32F401 DS10086 v1.0
STM32F405 DS8626 v4.0
STM32F415 DS8597 v4.0
STM32F427 DS9405 v3.0
STM32F439 DS9484 v4.0
STM32L151 DS6876 v9.0
STM32L152 DS8576 v6.0
STM32L152 DS8890 v6.0
STM32L162 DS8669 v4.0
STM32L162 DS8928 v5.0
STM32L100 DS9496 v1.0
STM32L100 DS9821 v1.0
11 years ago
Felix Held
1f702cd940
fix base adresses in sam3 devices with multiple sram blocks, add nfc section
11 years ago
Frantisek Burian
b7785100c8
Add support of splitting parameter classes to ARCH, DEFS, LIB
in ARCH, there are all -m flags (will be expanded into ARCH_FLAGS in Makefile)
in DEFS, there are all -D flags (will be expanded into DEFS in Makefile)
in LIB, there are all -l flags (will be expanded into LIBNAME in Makefile)
If no MODE option specified, the generator behaves as in previous version.
11 years ago
BuFran
33f75a529d
[LINKER] Fix the -m parameter
11 years ago
BuFran
bebcd88431
[LINKER] Clear ARCH_FLAGS if the DEVICE is specified
11 years ago
BuFran
f015c8209b
[LINKER] Add ARCH_FLAGS to linker definition file
11 years ago
BuFran
d15a0e63fe
[LINKER] Add single underscore to all definitions, no -D for dashed param.
This makes possibility for the script to append the definitions to CFLAGS
and LDFLAGS, and with the feature of disabling of -D prependation it will
make possible to generate ARCH_FLAGS generic to each specific chip.
11 years ago
BuFran
ea589b9a4e
[BUILD] Updated to make from examples directory correctly
11 years ago
BuFran
6a41e5fccb
[GENLINK] Moved linker template source to ld directory
12 years ago
BuFran
08e08f5f84
[GENLINK] Edit the documentation to match current version
12 years ago
BuFran
ff3b177c47
[GENLINK] Add test patterns
12 years ago
BuFran
89236f0339
[GENLINK] Add Test suite + simple test
12 years ago
BuFran
ea5bbdc08c
Add Example makefile to linker script generator dir
12 years ago
BuFran
d38f3bbde5
Add Readme to linker script generator dir
12 years ago
BuFran
de5117e945
Add example to the device database file
12 years ago
BuFran
19fbf4e582
Add the linker generator makefile
Example of use is included in the file header
12 years ago
Piotr Esden-Tempski
56e2928ebe
[Style] Removed trailing spaces.
12 years ago
BuFran
c2f7128459
Linker generation script for most of the supported chips
12 years ago