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-01-24 11:34:53 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
platform
/
avr-ravenusb
History
Laurent Deru
1784338b2e
Add uip_clear_buf() macro and replace all instances of uip_len = 0; with it
2015-06-15 11:10:51 +02:00
..
cdc_task.c
Move MAX, MIN and ABS to sys/cc.h
2015-05-18 08:53:17 +02:00
cdc_task.h
…
contiki-conf.h
Remove unused flag SICSLOWPAN_CONF_ACK_ALL. Include packetbuf attribute PACKETBUF_ATTR_RELIABLE only when RIME is compiled.
2015-05-06 16:34:26 +02:00
contiki-raven-default-init-lowlevel.c
…
contiki-raven-default-init-net.c
…
contiki-raven-main.c
Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_*
2014-12-01 21:02:57 +01:00
contiki-raven.h
…
httpd-simple-avr.c
Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_*
2014-12-01 21:02:57 +01:00
loadable_prg.c
…
Makefile.avr-ravenusb
Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_*
2014-12-01 21:02:57 +01:00
rng.c
…
rng.h
…
sicslow_ethernet.c
Add uip_clear_buf() macro and replace all instances of uip_len = 0; with it
2015-06-15 11:10:51 +02:00
sicslow_ethernet.h
…