osd-contiki/cpu
maralvira dab7faf13c Add gpio_set and gpio_reset
Use them like gpio_set(GPIO_xx) and gpio_reset(GPIO_xx).
These macros efficiently set the DATA_SET and DATA_RESET bits without
reading the registers first, as a direct GPIO->DATA_SET.GPIO_xx would do
2010-11-07 14:29:04 +00:00
..
6502 Use some defined event constant instead of just 0. 2010-10-31 22:51:17 +00:00
arm A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
avr Add missing includes 2010-11-03 16:55:40 +00:00
cc2430 A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
mc1322x Add gpio_set and gpio_reset 2010-11-07 14:29:04 +00:00
msp430 By default, don't print stack on reboot, since there are cases where this may hang the CPU (when the CPU is in LPM when the watchdog triggers). Must fix the code to set the UART and CU into correct modes before enabling stack printout on reboot. 2010-10-24 21:10:25 +00:00
native The recent global change regarding htons allowed to remove this hack :-) 2010-10-19 20:30:47 +00:00
stm32w108 Added configuration in order to run Rime. 2010-10-27 14:05:23 +00:00
x86 Patch by Gideon Ernst: use explicit $(CONTIKI) path instead of implicit ../../ path to the mknmlist script 2009-09-03 17:41:58 +00:00
z80 A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00