The official git repository for OSD-Contiki, the open source OS for the Internet of Things
ee3ee049e4
No entry point was defined, so it defaulted to the beginning of the .text output section where the vector table is located by default in Contiki. Actually, the vector table may be located elsewhere, and the ROM-based boot loader first reads the CCA to find the vector table. Consequently, this commit sets the entry point to the CCA, which fixes both the entry point and the initial symbol reference, so this commit also removes the now-unneeded "__used__" and "KEEP" keywords from the CCA. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com> |
||
---|---|---|
apps | ||
core | ||
cpu | ||
dev | ||
doc | ||
examples | ||
platform | ||
regression-tests | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile.include | ||
README-BUILDING.md | ||
README-EXAMPLES.md | ||
README.md |
The Contiki Operating System
Contiki is an open source operating system that runs on tiny low-power microcontrollers and makes it possible to develop applications that make efficient use of the hardware while providing standardized low-power wireless communication for a range of hardware platforms.
Contiki is used in numerous commercial and non-commercial systems, such as city sound monitoring, street lights, networked electrical power meters, industrial monitoring, radiation monitoring, construction site monitoring, alarm systems, remote house monitoring, and so on.
For more information, see the Contiki website: