Smart supermarket toy implementation for Networked Embedded Systems exam on Launchpad CC2650 with contiki-ng
Go to file
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
arch Link without using an archive file 2017-12-17 21:31:39 +00:00
examples Add example demonstrating the data structure libraries 2017-12-13 16:38:50 +00:00
os Add circular, doubly-linked list library 2017-12-13 16:38:50 +00:00
tests Compile-test the data structure library example 2017-12-13 23:18:01 +00:00
tools Don't define doxygen groups for CPUs and platforms in the modules.txt 2017-12-02 23:39:22 +00:00
.gitattributes
.gitignore Gitignore saved defines 2017-12-17 01:54:43 +00:00
.gitmodules Merge pull request #114 from simonduq/pr/update-cooja-path 2017-10-26 15:20:15 +02:00
.travis.yml Add data structure library test on platform native 2017-12-13 16:38:50 +00:00
CONTRIBUTING.md CONTRIBUTING.md: link to wiki where the content has moved 2017-10-29 08:55:23 +01:00
LICENSE.md Remove outdated README files, link to wiki instead 2017-05-16 16:06:13 +02:00
Makefile.identify-target Move target identification code to a separate file 2017-10-28 22:36:08 +01:00
Makefile.include Move target identification code to a separate file 2017-10-28 22:36:08 +01:00
README.md Update README.md: social media and more 2017-10-27 22:01:25 +02:00

README.md

Contiki-NG: the Next Generation Contiki

Build Status

Contiki-NG is a fork of Contiki, with focus on next generation IoT protocols and platforms. Important links: