This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2024-11-03 06:06:53 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
665eaba2df
contiki
/
cpu
History
oliverschmidt
35f7b6046e
Fixed 'Modulo operation with zero' error by making sure that NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE is not smaller than CLOCK_CONF_SECOND.
2010-10-06 19:48:26 +00:00
..
6502
Fixed 'Modulo operation with zero' error by making sure that NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE is not smaller than CLOCK_CONF_SECOND.
2010-10-06 19:48:26 +00:00
arm
Use .u prefix for uploading to device and PROG variable to select programmer
2010-02-10 10:08:36 +00:00
avr
Merge CDC-ECM, RNG, DFU bootloader, watchdog, settings manager, energy scan routines of Robert Quattlebaum
2010-09-17 21:59:09 +00:00
cc2430
Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific
2010-06-14 19:19:16 +00:00
mc1322x
Don't post from an interrupt context --- this resulted in process
2010-09-13 14:15:58 +00:00
msp430
Made stack printout on reboot configurable.
2010-09-22 22:12:37 +00:00
native
If rtimer_arch_now() is mapped to clock_time() it seems reasonable to map RTIMER_ARCH_SECOND to CLOCK_CONF_SECOND for consistency reasons.
2010-04-05 15:10:06 +00:00
x86
z80