Contiki OS for 6502 based computers
Go to file
Benoît Thébaudeau 1da00a482f cc2538: aes: Fix possibly missing result available status
Depending on the use case and on the timings,
aes_auth_crypt_check_status() sometimes never reported an available
result, leading to a deadlock of any protothread waiting for this event,
and to a WDT reset if a protothread was polling it.

This was caused by aes_auth_crypt_start() clearing the result available
interrupt after operations that may rightfully trigger it, leading to a
missed interrupt.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2016-06-23 22:25:27 +02:00
apps Orchestra: added support for RPL non-storing mode 2016-06-08 14:03:24 +02:00
core noncoresec: Fix build errors with DEBUG set to 1 2016-06-23 22:10:43 +02:00
cpu cc2538: aes: Fix possibly missing result available status 2016-06-23 22:25:27 +02:00
dev Merge pull request #1673 from njh/enc28j60_init_const 2016-06-03 19:46:31 +02:00
doc
examples Merge pull request #1714 from alignan/pull/add-relay 2016-06-13 19:45:46 +01:00
lib/newlib Implement generic Newlib syscalls 2015-12-16 19:50:49 +01:00
platform Merge pull request #1724 from nvt/coffee-simplify 2016-06-15 18:56:10 +02:00
regression-tests Incorporate latest changes on rpl tests to 23-rpl-non-storing 2016-06-08 14:09:43 +02:00
tools Merge pull request #1575 from atiselsts/cooja_bit_errors 2016-06-06 11:39:45 +02:00
.gitattributes
.gitignore
.gitmodules
.travis.yml Run RPL regression tests in non-storing mode 2016-06-08 14:03:19 +02:00
CONTRIBUTING.md
LICENSE
Makefile.include Extended SOURCEDIRS variable with EXTRALDIRS variable in Makefile.include 2016-02-15 09:37:38 +01:00
README-BUILDING.md Rename to md 2013-03-26 23:15:37 +01:00
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