Contiki OS for 6502 based computers
Go to file
Jesus Sanchez-Palencia afd9b5b0b7 x86: Add APIs to 8259 PIC driver
This commit implements pic_eoi(int irq) and a helper macro PIC_INT(irq).
This first checks which PICs should be 'acked' given an IRQ number, while
the macro returns the actual system interrupt number for the IRQ according
to the offset used on the PIC initialization.
2015-12-21 08:06:14 -02:00
apps
core
cpu x86: Add APIs to 8259 PIC driver 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
platform galileo: Support for rtimer library 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
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