Contiki OS for 6502 based computers
Go to file
Michael LeMay c5f9cefac7 x86: Add generic driver structure and associated initialization code
This patch adds a generic device driver structure with a field for
referencing an MMIO range.  It also provides a structure
initialization procedure that initializes the MMIO range field with
the value read from the PCI BAR0 register for a device.
2015-12-21 08:06:14 -02:00
apps
core
cpu x86: Add generic driver structure and associated initialization code 2015-12-21 08:06:14 -02:00
dev
doc
examples examples: Add all-timers example 2015-12-21 08:06:14 -02:00
lib/newlib Implement generic Newlib syscalls 2015-12-16 19:50:49 +01:00
platform galileo: Instruct developer to build C library prior to building Contiki 2015-12-21 08:06:14 -02:00
regression-tests
tools fixed make login for Zoul on MAC 2015-12-19 10:28:30 +01:00
.gitattributes
.gitignore gitignore: Add Vim swap files 2015-12-21 08:06:14 -02:00
.gitmodules
.travis.yml
CONTRIBUTING.md
LICENSE Removed the explicit year 2012 to make it more generic 2012-10-25 23:08:54 +02:00
Makefile.include
README-BUILDING.md
README-EXAMPLES.md Several minor consistency improvements. 2013-07-31 00:55:31 +02:00
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