Commit graph

1875 commits

Author SHA1 Message Date
adamdunkels d9bda3bc80 Added mh.h and rmh.h to the default includes 2007-11-28 19:54:24 +00:00
nifi 0b44c75e94 added compiler error when compiled without nodeid=<the ID of the node> 2007-11-28 19:53:09 +00:00
oliverschmidt 394d70c57d Added some info on the 6502 targets. 2007-11-28 18:19:14 +00:00
oliverschmidt d6deb82df8 Fixed typo. 2007-11-28 17:57:52 +00:00
oliverschmidt 2bec16e07d Added some info on the apple2enh plattform. 2007-11-28 17:55:43 +00:00
oliverschmidt bb5c0b3c73 Added some info on the c64 plattform. 2007-11-28 17:55:11 +00:00
adamdunkels 95ffdc283e Forgot to remove -Werror 2007-11-28 17:17:19 +00:00
adamdunkels 7e89af8992 Removed -Werror -pedantic and -std=c99 because of problems with compiling under Linux 2007-11-28 17:15:15 +00:00
oliverschmidt 171c84a9d9 Added some info on the win32 platform. 2007-11-28 17:12:11 +00:00
adamdunkels f21225eb1c More reasonable current draw numbers + multiply by voltage 2007-11-28 17:06:55 +00:00
adamdunkels 8d96443a3b A set of scripts for producing plots from the output of the sky-collect program 2007-11-28 16:56:37 +00:00
adamdunkels 1b659316b7 Updated to use the 'collect' module instead of the old 'tree' module 2007-11-28 16:52:22 +00:00
oliverschmidt 2e1b1acfaa Now that there's a Cygwin based build there's no more need to drive people to use Visual Studio - if they aren't already experienced and want to use it. 2007-11-28 16:51:17 +00:00
oliverschmidt 75c49f8d7b Added CTK_CONF_HYPERLINK in order to keep them ;-)) 2007-11-28 16:41:35 +00:00
adamdunkels 6dfeb266ff Fixed to use the 'collect' module instead of the 'tree' module 2007-11-28 16:05:32 +00:00
adamdunkels dca1e0e446 Changed module name to 'collect' from 'tree' to better reflect the purpose of the module, rather than the particular data structure used to implement it 2007-11-28 16:04:41 +00:00
adamdunkels 8a6309aa45 Changed UIP_UDP -> UIP_CONF_UDP 2007-11-28 15:32:25 +00:00
adamdunkels 40d9045a2d Moved energy estimation initialization before starting processes so that processes may turn things on and off without messing up the energy estimates 2007-11-28 14:45:22 +00:00
adamdunkels d6c597cf0b Added missing sys/select.h include 2007-11-28 14:16:12 +00:00
nvt-se 4a5ad23ff4 Make it compile on Linux. tz isn't used anyway. 2007-11-28 13:01:02 +00:00
adamdunkels a725de0f79 Reimplemented waiting with select() instead of nanosleep(). Let's see if Linux compiles this code now... 2007-11-28 12:54:41 +00:00
adamdunkels 13ca6c9946 It now says if it succeeded as well as failed 2007-11-28 12:53:39 +00:00
adamdunkels b003f32e27 Added #ifdef around label (yes, ugly) to avoid compiler warning with UIP_UDP == 0 2007-11-28 12:53:07 +00:00
adamdunkels 6e228f7a79 uaodv.c now compiles without #if UIP_UDP 2007-11-28 12:52:34 +00:00
adamdunkels 3e35a97776 Exposed a few UDP declarations even when UIP_UDP == 0 to make uaodv.c compile 2007-11-28 12:52:12 +00:00
matsutsuka 1dd0e32a1e #if UIP_UDP
option is added, because this file cannot be compiled and is unnecessary when UIP_UDP==0.
2007-11-28 10:15:44 +00:00
matsutsuka 2f121a1609 CTK_WINDOW_CLOSE support is enhanced.
CTK_CONF_HYPERLINK is introduced.
Both are for the memory sake.
2007-11-28 10:13:57 +00:00
matsutsuka 9f753bf737 network configuration has been modified for appropriate compilation 2007-11-28 10:11:55 +00:00
matsutsuka 16f9b124c4 a minor glitch (apps setting) has been fixed 2007-11-28 10:03:40 +00:00
matsutsuka 5318ab9e2e Additional support for main files. 2007-11-28 09:44:27 +00:00
matsutsuka 825c793b92 Several configuration variables have been added to support loader and applications 2007-11-28 09:44:03 +00:00
matsutsuka b00156d9b0 Makefiles are entirely reformed to make configuration easier. 2007-11-28 09:43:01 +00:00
matsutsuka 5682272b78 Platform specific loader, which is yet supported. 2007-11-28 09:41:41 +00:00
matsutsuka 61e83679ca SDCC-to-Binary translation tool is added for convenience. 2007-11-28 09:40:49 +00:00
matsutsuka 04af453e72 Special version of web server that consumes less memory. 2007-11-28 09:40:13 +00:00
matsutsuka 2555d7fdf0 Added experimental logging support for debug. 2007-11-28 09:39:30 +00:00
matsutsuka e1456c5522 Some changes have been applied to support various CTK configurations. 2007-11-28 09:38:21 +00:00
matsutsuka 5d1aaa4fe8 CTK has been changed. 2007-11-28 09:37:11 +00:00
matsutsuka 80f858b68b typedef uint8_t, uint16_t, and uint32_t have been added to help some sources. 2007-11-28 09:36:06 +00:00
matsutsuka 1f1f2e12ed The Micro-Executable Format support (experimental). 2007-11-28 06:16:20 +00:00
matsutsuka 874217b5b7 initialization added 2007-11-28 06:15:19 +00:00
matsutsuka c1f7c16f7d Network client (simpletelnet) 2007-11-28 06:14:11 +00:00
matsutsuka fbb8fb409a The Micro-Executable Format (MEF) support (experimental). 2007-11-28 06:13:24 +00:00
oliverschmidt bcfc99fa5b Limit the maximum number of simultaneous connections to the cfs webserver to the maximum number of open files. 2007-11-28 00:00:29 +00:00
oliverschmidt 632240da25 Avoid memory block leaks (and minor code style adjustment). 2007-11-27 23:36:07 +00:00
adamdunkels b07b46dd79 Removed unused return value from ruc recv callback 2007-11-27 23:32:34 +00:00
nifi 8cf6ac9212 ESB examples 2007-11-27 22:32:38 +00:00
oliverschmidt a91fe3ea98 Limit the maximum number of simultaneous connections to the cfs webserver to three because there's not enough memory left on the heap for more open files anyway - ProDOS 8 needs 1kB of page-aligned heap per open file :-( 2007-11-27 22:03:29 +00:00
adamdunkels 0074e4248b Fixed problem that made error output not visible 2007-11-27 21:58:07 +00:00
oliverschmidt 963cc8b31e Made use of config file read function. 2007-11-27 21:50:19 +00:00