Adam Dunkels
|
7af08abee5
|
Don't include the deprecated netsim platform
|
2011-08-31 22:04:02 +02:00 |
|
Adam Dunkels
|
4e5d3217ca
|
Copy the string first, since shell_output_str() does not ensure constness of the first string
|
2011-08-31 22:03:31 +02:00 |
|
Adam Dunkels
|
add8367947
|
Include stdlib.h for the NULL macro
|
2011-08-31 21:56:28 +02:00 |
|
Adam Dunkels
|
69d262af5b
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2011-08-31 20:57:31 +02:00 |
|
Adam Dunkels
|
089af1b2de
|
Updated for git (intermediate commit - not sure this works yet!)
|
2011-08-31 20:56:28 +02:00 |
|
Adam Dunkels
|
587ac9c501
|
Copyright headers
|
2011-08-31 20:54:57 +02:00 |
|
Adam Dunkels
|
d6508cf3c0
|
Made the number of phase neighbors configurable
|
2011-08-31 20:54:21 +02:00 |
|
Adam Dunkels
|
81e098d2da
|
Added some defensive programming
|
2011-08-31 20:53:48 +02:00 |
|
David Kopf
|
3520cc0bae
|
flash led on tcp get, fix pingbacks on rpl build, patch web data for params
|
2011-08-31 12:13:31 -04:00 |
|
David Kopf
|
dfdae5b02b
|
This fixes commit 9a1ce7 for spaces instead of ....
|
2011-08-31 12:08:01 -04:00 |
|
David Kopf
|
407c76c5df
|
output buffer unused at present, save some RAM
|
2011-08-31 11:52:55 -04:00 |
|
David Kopf
|
470887eddd
|
Print elf size if ELF_SIZE is defined
|
2011-08-31 11:50:14 -04:00 |
|
David Kopf
|
36b290a1cd
|
Refactor with params.c, h
|
2011-08-31 11:47:17 -04:00 |
|
David Kopf
|
9a1ce7cf75
|
Use enumerated tx return values
|
2011-08-31 11:40:23 -04:00 |
|
Adam Dunkels
|
2b245cf850
|
Update to new API
|
2011-08-29 22:00:25 +02:00 |
|
Adam Dunkels
|
2cbec29a42
|
Explicitly initialize module if it wasn't initialized before the first registration
|
2011-08-29 21:59:08 +02:00 |
|
Adam Dunkels
|
6699f6a6f6
|
To avoid ambiguity, address should be explicitly set by caller, not automatically by the module.
|
2011-08-29 21:56:49 +02:00 |
|
Adam Dunkels
|
823f28e87c
|
Made the simple UDP examples simpler
|
2011-08-29 21:51:09 +02:00 |
|
Adam Dunkels
|
2ae835ef65
|
Simulation file for the unicast example
|
2011-08-29 21:41:25 +02:00 |
|
Adam Dunkels
|
e480740fd9
|
Simulation file for the broadcast example
|
2011-08-29 21:41:15 +02:00 |
|
Adam Dunkels
|
b3f3163661
|
Example code for the simple UDP API
|
2011-08-29 21:33:23 +02:00 |
|
Adam Dunkels
|
8faaaa2c83
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2011-08-29 21:31:51 +02:00 |
|
Adam Dunkels
|
65360fd8a1
|
A significantly simpler API for sending UDP packets
|
2011-08-29 21:30:44 +02:00 |
|
Adam Dunkels
|
7ce313eef6
|
A significantly simpler API for sending UDP packets
|
2011-08-29 21:30:21 +02:00 |
|
David Kopf
|
d2aece89ef
|
Add settings manager with program flash defaults, random routine, periodic prints with ENERGEST, node-id.
|
2011-08-28 16:22:39 -04:00 |
|
David Kopf
|
4c4d9aa57c
|
Add serial logging tool.
|
2011-08-28 16:12:41 -04:00 |
|
David Kopf
|
5f2b2074f0
|
Implement WITH_RPL option in makefile
|
2011-08-28 16:11:48 -04:00 |
|
David Kopf
|
bdec65b889
|
Fix typos and file endings
|
2011-08-28 16:04:36 -04:00 |
|
David Kopf
|
4fee1513ff
|
makefsdata must be run with HTTPD_STRING_ADDR
|
2011-08-25 14:43:55 -04:00 |
|
David Kopf
|
9fec648b3e
|
Allow selection of slip port
|
2011-08-25 14:43:18 -04:00 |
|
David Kopf
|
6852c0cb03
|
Trap CR in framed debug string
|
2011-08-25 14:39:56 -04:00 |
|
David Kopf
|
dff77aea61
|
Correct typo
|
2011-08-25 14:37:12 -04:00 |
|
David Kopf
|
94fc40f736
|
Move LEDONPORTE1 define to contiki-conf.h, fixing typo.
|
2011-08-24 11:35:58 -04:00 |
|
David Kopf
|
7eff518d8f
|
Add timestamp option, print strings after CR
|
2011-08-24 11:05:58 -04:00 |
|
David Kopf
|
c42085c00b
|
Add warning about slip overrun
|
2011-08-24 10:59:15 -04:00 |
|
David Kopf
|
3c18372939
|
Add periodic prints and stack monitor
|
2011-08-24 10:55:58 -04:00 |
|
David Kopf
|
c23abeb3ed
|
More reliable webserver-nano build
|
2011-08-24 10:52:30 -04:00 |
|
David Kopf
|
09db159876
|
128rfa1 cca fix, NETSTACK_RADIO.off now returns 0/1 if radio off/on
|
2011-08-18 14:36:04 -04:00 |
|
David Kopf
|
11efc33d2c
|
Make comparison endian-safe, thanks Ivan.
|
2011-08-18 14:01:20 -04:00 |
|
David Kopf
|
53737d9a38
|
Use correct prescale factor
|
2011-08-18 13:58:20 -04:00 |
|
David Kopf
|
2feed121d2
|
Account for 16 bit rtimer wraparound, else ENERGEST way underreports AVR times.
|
2011-08-17 16:51:22 -04:00 |
|
David Kopf
|
3ea102050b
|
Apply patch of Ivan Delamer for atmega1281 @ 4 MHz
|
2011-08-17 13:16:46 -04:00 |
|
David Kopf
|
36fa735323
|
Calculate best prescaler based on F_CPU and CLOCK_CONF_SECONDS. Inspired by patch from Ivan Delamer.
|
2011-08-17 13:15:26 -04:00 |
|
David Kopf
|
d4eeeeb8c9
|
Remove inclusion of preprocessor directive in macro expansion. Some gcc's do not like that.
|
2011-08-17 13:13:55 -04:00 |
|
David Kopf
|
b7cd4fbd90
|
Add CONTIKI_PROJECT to the makefile, enabling make upload.
|
2011-08-16 14:37:28 -04:00 |
|
David Kopf
|
93097dcc0a
|
Minor tweaks based on maniacbug commits.
|
2011-08-16 14:25:16 -04:00 |
|
maniacbug
|
1c53807727
|
Make PERIOD and SERVER_REPLY configurable
|
2011-08-16 14:17:01 -04:00 |
|
maniacbug
|
912ea85199
|
Make PERIOD configurable in Makefile
|
2011-08-16 14:16:19 -04:00 |
|
maniacbug
|
3caf77a60b
|
Added 'webserver6' to CONTIKI_PROJECT. This enables make upload.
|
2011-08-16 14:14:24 -04:00 |
|
maniacbug
|
0990896f54
|
Added an .eu target to upload only the eeprom for AVR cpu.
|
2011-08-16 14:10:48 -04:00 |
|