osd-contiki/examples/cc2538dk
Benoît Thébaudeau b92a5afcc4 cc2538: ccm: Make it possible to use the interrupt
Using the AES interrupt allows the user process not to waste time
polling for the completion of the operation. This time can be used by
the user process to do something else, or to let the system enter PM0.

Since the system is now free to perform various operations during a
crypto operation, a protection of the crypto resource is added, and PM1+
is prohibited in order not to stall crypto operations.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2015-06-02 21:41:07 +02:00
..
crypto cc2538: ccm: Make it possible to use the interrupt 2015-06-02 21:41:07 +02:00
mqtt-demo Adjust the MQTT demo to use re-engineered sensors 2015-05-12 23:42:20 +01:00
sniffer Turn on the CC2538 RF explicitly 2015-02-28 15:01:32 +00:00
udp-ipv6-echo-server Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
cc2538-demo.c Re-work the CC2538 demo to use the 3 separate ADC sensors 2015-05-12 23:42:20 +01:00
Makefile Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
Makefile.target New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
project-conf.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
timer-test.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00