osd-contiki/apps/rest-common
Adam Dunkels ec8c7e9be0 Cleanup of the node-id.h files. The node-id.h file contains
declarations of functions for setting and getting a node ID number, a
functionality that exists on many platforms. Since this functionality
was not considered part of the Contiki core, each platform defined its
own node-id.h file. This commit attempts to clean this up by
collecting the node-id.h into a core/sys/node-id.h file that replaces
the old node-id.h files from the platform directories.
2012-11-20 19:59:46 +01:00
..
buffer.c Fix alignment issue on ARM 2012-01-13 19:38:46 -05:00
buffer.h Initial commit of an experimental COAP/HTTP/REST implementation for Contiki 2010-10-28 12:37:42 +00:00
Makefile.rest-common removed execute flag of source files (avoids diff problems with egit) 2011-03-01 18:16:42 +01:00
rest-util.c Bug fix and updates 2010-11-24 10:16:45 +00:00
rest-util.h Bug fix and updates 2010-11-24 10:16:45 +00:00
rest.c Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory. 2012-02-21 08:33:25 -05:00
rest.h removed execute flag of source files (avoids diff problems with egit) 2011-03-01 18:16:42 +01:00
static-routing.c Cleanup of the node-id.h files. The node-id.h file contains 2012-11-20 19:59:46 +01:00
static-routing.h Changes for minimal-net and bug fix for buffer handling. 2011-04-12 00:09:15 +02:00