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-09 19:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
platform
/
micaz
History
Mohamed seliem
0ef0a21d9e
update for all platforms
2016-12-01 21:26:32 +02:00
..
apps
removed execute flag of source files (avoids diff problems with egit)
2011-03-01 18:16:42 +01:00
buildscripts
1. Changed fuse bits to preserve EEPROM through the chip erase when uploading a new OS image.
2009-09-24 07:09:31 +00:00
dev
Fix clock.h warnings caused by multiple, conflicting documentation blocks of clock functions
2015-02-15 21:48:30 +01:00
contiki-conf.h
update for all platforms
2016-12-01 21:26:32 +02:00
contiki-micaz-main.c
Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_*
2014-12-01 21:02:57 +01:00
init-net.c
Change the default IPv6 prefix from aaaa::/64 to fd00::/64
2016-03-07 17:47:44 +01:00
init-net.h
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
2013-11-24 20:20:11 +01:00
Makefile.micaz
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
node-id.c
Fixed compiler warnings for the AVR platforms
2015-10-20 10:11:42 +02:00
platform-conf.h
AVR platforms: use 32 bit clock_time_t.
2015-11-28 10:18:22 +01:00