contiki/core
Billy Kozak 9cd439d8c0 changed tcpip static temporaries to stack vars
A number of local variables in tcpip.c were declared with static
storage for no good reason (they do not ever preserve state between
function calls).

This patch removes static declaration from these variables.
2015-08-12 09:51:26 -06:00
..
cfs Remove redundant assignment 2015-05-20 15:37:32 +05:30
ctk Fix warnings caused by unescaped special doxygen chars 2015-02-15 20:11:09 +01:00
dev CC2538: added support for SSI1 2015-05-18 10:02:55 +02:00
lib Merge pull request #1108 from phoenix-frozen/generify-ccm-star 2015-07-01 10:44:41 +02:00
loader [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
net changed tcpip static temporaries to stack vars 2015-08-12 09:51:26 -06:00
sys Merge pull request #883 from cmorty/pull/global-macros 2015-05-18 21:33:00 +02:00
contiki-default-conf.h Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
contiki-lib.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
contiki-net.h Add standardized nameserver pool 2015-01-09 09:44:06 +01:00
contiki-version.h Bumped the version number from 2.6 to 3.x, which is to be used in the development branch 2013-12-12 17:33:18 +01:00
contiki.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