nes-proj/arch/cpu/arm
George Oikonomou b5fa28e2d4 Link without using an archive file
For reasons discussed long ago and that have to do with how ld handles weak symbols, it was decided that it was preferable to link using an explicit list of object files, instead of adding object files to an archive first and then linking using this archive. This was applied for the CC2538, but not for CC13xx/CC26xx.

This pull applies this link logic to all CM3s. For this to work with the Contiki-NG build system, we need `.SECONDEXPANSION:`, so this pull moves that to the common CM3 Makefile.
2017-12-17 21:31:39 +00:00
..
common Move CMSIS arm/cortex-m and add Makefile 2017-12-03 15:04:00 +00:00
cortex-m Link without using an archive file 2017-12-17 21:31:39 +00:00
openocd Renamed the drivers directory to arch to reflect that this is the main place for architecture-dependent functionality. 2017-06-28 16:20:43 +02:00
arm-def.h Provide header file with configuration common to all Arm CPUs 2017-12-06 16:00:46 +00:00
doxygen-group.txt Create doxygen group for ARM CPUs 2017-12-02 23:30:47 +00:00
Makefile.arm Add Makefile for all Arm CPUs 2017-12-03 15:03:37 +00:00