nes-proj/arch/cpu
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
..
arm Link without using an archive file 2017-12-17 21:31:39 +00:00
cc26xx-cc13xx Use Cortex-M mutexes (CC13xx/CC26xx) 2017-12-09 17:09:58 +00:00
cc2538 Link without using an archive file 2017-12-17 21:31:39 +00:00
msp430 Provide memory barrier (msp430) 2017-12-09 17:09:56 +00:00
native Use clock_gettime() instead of gettimeofday() to have a monotonic clock and use CLOCK_CONF_SECOND explicitly 2017-12-12 16:53:51 +01:00
nrf52832 Remove nrf52832.a on make clean 2017-12-17 01:20:38 +00:00