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 |
|
oliverschmidt
|
0d8d5c7c5c
|
Added (default) binary config file.
|
2007-11-27 21:46:35 +00:00 |
|
oliverschmidt
|
9d39b4be54
|
Added global error_exit() and config read function to build.
|
2007-11-27 21:43:32 +00:00 |
|
oliverschmidt
|
6028fccc39
|
Added read function for a simple binary config file.
|
2007-11-27 21:42:02 +00:00 |
|
oliverschmidt
|
67af780c93
|
Made include paths consistent.
|
2007-11-27 20:54:10 +00:00 |
|
oliverschmidt
|
20824c5603
|
Make use of global error_exit().
|
2007-11-27 20:52:52 +00:00 |
|
adamdunkels
|
64a2602183
|
Makefile for compiling a set of Contiki platforms and produce error messages for those platforms that do not compile
|
2007-11-27 20:50:54 +00:00 |
|
nvt-se
|
34ebd14ec7
|
Removed usleep and moved the pseudo-random factor to nanosleep's argument.
|
2007-11-27 20:45:15 +00:00 |
|
adamdunkels
|
90c13c2603
|
Added time.h include to get nanosleep to compile
|
2007-11-27 20:32:08 +00:00 |
|
oliverschmidt
|
2ef0eec6f6
|
Made error_exit() globally available.
|
2007-11-27 18:17:47 +00:00 |
|
oliverschmidt
|
ef55496de0
|
Use common log implementation for cc65 targets.
|
2007-11-27 16:50:02 +00:00 |
|
oliverschmidt
|
18d591206e
|
Added (default) log implementation for cc65 targets.
|
2007-11-27 16:48:44 +00:00 |
|
oliverschmidt
|
23bd37c0d1
|
Added references to the wpcap driver info.
|
2007-11-27 13:07:53 +00:00 |
|
oliverschmidt
|
689e0f077a
|
Added some info on the wpcap driver.
|
2007-11-27 13:06:55 +00:00 |
|
oliverschmidt
|
380407ae5a
|
Reduced stacksize.
|
2007-11-27 12:24:03 +00:00 |
|
adamdunkels
|
a677abb6b1
|
Fixed compiler warning
|
2007-11-26 23:36:09 +00:00 |
|
adamdunkels
|
4edbad10a7
|
Fixed so that it runs with multiple Tmote Sky boards attached; it now uses the first one
|
2007-11-26 23:34:52 +00:00 |
|
adamdunkels
|
99f1aa9238
|
Added upload and rundemo targets, removed obsoleted %.upload target
|
2007-11-26 23:32:32 +00:00 |
|
adamdunkels
|
f6cf045413
|
Always add neighbors to the list regardless if their rtmetric is higher than ours or not. If our rtmetric rises, we may need ot have those neighbors in our list.
|
2007-11-26 23:31:44 +00:00 |
|
adamdunkels
|
98854f80e0
|
Made Rime address size configurable through contiki-conf.h
|
2007-11-26 23:30:35 +00:00 |
|
adamdunkels
|
75be20bea6
|
Added function for accessing a specific neighbor
|
2007-11-26 23:30:13 +00:00 |
|
adamdunkels
|
4eae027dd3
|
Changed usleep() to nanosleep()
|
2007-11-26 23:28:33 +00:00 |
|
adamdunkels
|
85c75d18fb
|
Added rt-leds and sky-treeroute ass default compile targets, removed tcprudolph0 as it currently does not compile due to memory exhaustion
|
2007-11-26 23:25:35 +00:00 |
|
adamdunkels
|
efe0306687
|
Removed dependency on PIR sensor
|
2007-11-26 23:24:33 +00:00 |
|
adamdunkels
|
6dc278fd0c
|
Removed ctk-textedit, added a bunch of Rime modules
|
2007-11-26 23:23:55 +00:00 |
|
adamdunkels
|
6e0e6e1279
|
Removed -Werror since LPM*_EXIT; and friends trigger an internal mspgcc compiler error
|
2007-11-26 23:23:20 +00:00 |
|
adamdunkels
|
58d6310979
|
Added #ifdef around MAX definition to avoid compiler warnings
|
2007-11-26 23:22:41 +00:00 |
|
adamdunkels
|
2c4aba1b1b
|
Closing stderr to avoid error messages for compilation without Tmote Sky boards
|
2007-11-26 23:21:41 +00:00 |
|
nifi
|
f0a901fc7c
|
fixed compiler warnings
|
2007-11-26 21:58:51 +00:00 |
|