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
2025-03-10 01:30:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
msp430
History
adamdunkels
4ff6b5460a
Removed safeguards around the update code for the timer; turns out they weren't needed (but instead triggered a bug in MSPsim)
2010-01-30 14:03:35 +00:00
..
dev
IRQ_PORTx is no longer used. Instead returning port number.
2010-01-14 20:05:58 +00:00
button.c
…
cc2420-arch-sfd.c
Values altered in interrupt handlers should be volatile
2010-01-26 10:20:16 +00:00
cc2420-arch-sfd.h
Values altered in interrupt handlers should be volatile
2010-01-26 10:20:16 +00:00
cc2420-arch.c
Bugfix: changed #ifdef to #if, otherwise the SFD code would be enabled anyway
2010-01-19 20:35:41 +00:00
clock.c
Removed safeguards around the update code for the timer; turns out they weren't needed (but instead triggered a bug in MSPsim)
2010-01-30 14:03:35 +00:00
flash.c
…
leds-arch.c
…
loader-arch.c
…
lpm.c
…
Makefile.msp430
…
minileds.c
…
msp430.c
…
msp430.h
…
msp430def.h
…
mtarch.c
…
mtarch.h
…
rom.c
…
rtimer-arch.c
Removed safeguards around the update code for the timer; turns out they weren't needed (but instead triggered a bug in MSPsim)
2010-01-30 14:03:35 +00:00
rtimer-arch.h
Increased the clock speed to 32768/4 from 32768/8 to provide better accuracy for power profiling of radio CCA checks
2009-12-09 12:55:35 +00:00
slip_uart1.c
…
spi.c
…
uip-ipchksum.c
…
watchdog.c
…