Contiki OS for 6502 based computers
Go to file
Oliver Schmidt 111a976f1e Explicitly mark constant as 'unsigned' to avoid unnecessary promotion to 'long'.
Long constants trigger the performance warning "Constant is long" with cc65.
2016-03-28 14:39:16 +02:00
apps Merge pull request #1438 from jkent/jsonparse 2016-03-11 14:23:17 +01:00
core Explicitly mark constant as 'unsigned' to avoid unnecessary promotion to 'long'. 2016-03-28 14:39:16 +02:00
cpu Added a pfs_remove() function and a pfs_seek() stub to the Commodore platforms. 2016-03-28 14:07:35 +02:00
dev Fix ip64 warnings 2016-02-04 00:26:54 +01:00
doc Fix doxygen warning 2016-03-15 10:25:05 +01:00
examples galileo: Add example to print out IMR information 2016-03-17 08:35:49 -07:00
lib/newlib Implement generic Newlib syscalls 2015-12-16 19:50:49 +01:00
platform Added a pfs_remove() function and a pfs_seek() stub to the Commodore platforms. 2016-03-28 14:07:35 +02:00
regression-tests Merge pull request #1297 from simonduq/pr/default-prefix 2016-03-13 20:39:16 +01:00
tools fix SerialSocketServer when run without GUI 2016-03-16 18:48:09 +01:00
.gitattributes
.gitignore Added a pfs_remove() function and a pfs_seek() stub to the Commodore platforms. 2016-03-28 14:07:35 +02:00
.gitmodules
.travis.yml travis: Force AAPCS toolchain version 2016-02-07 18:21:57 +01:00
CONTRIBUTING.md
LICENSE
Makefile.include
README-BUILDING.md
README-EXAMPLES.md
README.md

The Contiki Operating System

Build Status

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:

http://contiki-os.org