Matthias Kovatsch
|
b44d125d80
|
Observe handler now checks if GET request.
|
2012-01-30 22:01:31 +01:00 |
|
Matthias Kovatsch
|
6e41f6fbe9
|
Erbium README update.
|
2012-01-30 01:41:53 +01:00 |
|
Matthias Kovatsch
|
de82815186
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
Conflicts:
apps/er-coap-06/er-coap-06-engine.c
apps/er-coap-06/er-coap-06-observing.c
apps/er-coap-06/er-coap-06-separate.c
apps/er-coap-06/er-coap-06-transactions.c
apps/er-coap-06/er-coap-06.c
Removed er-coap-06.
|
2012-01-30 01:30:49 +01:00 |
|
David Kopf
|
23b782b06e
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2012-02-27 17:07:56 -05:00 |
|
David Kopf
|
2b7ecefce7
|
Remove unused SPI initializer flag from AVR. Comment out in the msp-430 template.
|
2012-02-27 17:05:22 -05:00 |
|
Nicolas Tsiftes
|
16c437da7e
|
Adjust for the multi-instance structures.
|
2012-02-27 23:03:52 +01:00 |
|
David Kopf
|
79d65d2adc
|
Merge branch 'master' of git://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2012-02-25 10:17:57 -05:00 |
|
David Kopf
|
8aff86b2e4
|
Merge branch 'master' of github.com:contiki/contiki-mirror
|
2012-02-25 10:12:46 -05:00 |
|
Ilya Dmitrichenko
|
ab9ddc62ea
|
Added TODO note regarding flavours of Windows.
|
2012-02-25 10:09:37 -05:00 |
|
Ilya Dmitrichenko
|
4b60851527
|
Missed ifeq ...
|
2012-02-25 10:09:35 -05:00 |
|
Ilya Dmitrichenko
|
9c99d46e24
|
Simplified host OS platform detection in Makefiles
|
2012-02-25 10:09:33 -05:00 |
|
Mariano Alvira
|
008250afc6
|
econotag: increase UIP_CONF_RECEIVE_WINDOW to 300 for webserver nano
|
2012-02-24 12:19:05 -05:00 |
|
Joakim Eriksson
|
417a2b691f
|
increase uip buffer size for native border router
|
2012-02-23 13:59:39 -08:00 |
|
Matthias Kovatsch
|
f23e86f589
|
Moved status code API from REST engine to main coap implementation.
|
2012-01-30 01:28:43 +01:00 |
|
Matthias Kovatsch
|
a4589ee9da
|
Renamed CoAP transaction ID (tid) to message ID (mid).
|
2012-01-28 19:21:13 +01:00 |
|
Matthias Kovatsch
|
bca4d56eec
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2012-01-28 18:52:45 +01:00 |
|
Matthias Kovatsch
|
2240289d1f
|
Erbium code cleanup.
|
2012-01-28 18:52:14 +01:00 |
|
nvt
|
66868253f0
|
Enable debug.
|
2012-01-28 03:34:41 +01:00 |
|
nvt
|
4c75a250e6
|
Refactoring.
|
2012-01-28 03:34:16 +01:00 |
|
Mariano Alvira
|
abcfebb92b
|
add the external flash interface to nvm-read and write
|
2012-01-27 12:31:26 -05:00 |
|
Niclas Finne
|
1e85183754
|
fixed debug output and changed to use uip-debug.h for debug output
|
2012-01-27 15:51:46 +01:00 |
|
Joakim Eriksson
|
c3655728b8
|
fixed extension header handling
|
2012-01-27 15:40:39 +01:00 |
|
Fredrik Osterlind
|
a7e4fa3436
|
bleeding edge mspsim.jar
|
2012-01-26 16:21:56 +01:00 |
|
Fredrik Osterlind
|
4653778e8c
|
minor bug fix to avoid need for updating filesystem twice initially
|
2012-01-26 16:19:01 +01:00 |
|
Fredrik Osterlind
|
4e1432af97
|
method for emptying simulation event queue
|
2012-01-26 16:18:13 +01:00 |
|
Fredrik Osterlind
|
3a02e43e09
|
save command history with configs
|
2012-01-26 16:16:02 +01:00 |
|
Fredrik Osterlind
|
207fddddf0
|
method that returns the next wakeup time
|
2012-01-26 16:14:20 +01:00 |
|
Fredrik Osterlind
|
caade67d62
|
new watchpoint api, and method that allows for manipulating simulation time without affecting the
mote
execution
|
2012-01-26 16:10:11 +01:00 |
|
Fredrik Osterlind
|
5bcb6ad8a5
|
updated to mspsims new watchpoint api
|
2012-01-26 16:09:31 +01:00 |
|
Fredrik Osterlind
|
681b40c3c1
|
public clean method, and broke out add log messages method
|
2012-01-26 16:03:41 +01:00 |
|
Fredrik Osterlind
|
08ba0b83dc
|
make clean method public
|
2012-01-26 16:03:01 +01:00 |
|
Fredrik Osterlind
|
2a86f7a5ad
|
help method for converting from hex string to binary
|
2012-01-26 16:01:32 +01:00 |
|
Adam Dunkels
|
acb2c28fdd
|
small code style fixes; removed left-over function call
|
2012-01-25 06:41:39 -08:00 |
|
Adam Dunkels
|
6ae8d85c09
|
simple-udp should be included in the IPv4 build as well.
|
2012-01-25 06:34:47 -08:00 |
|
Adam Dunkels
|
cdfc788967
|
Increased wait time between main loop polls; cleaned up the code to Contiki code style standards; moved process autostart code to after network setup
|
2012-01-25 06:34:10 -08:00 |
|
Niclas Finne
|
c8c5ddd99d
|
Updated API to avoid compiler warnings (added const)
|
2012-01-22 22:27:23 +01:00 |
|
Niclas Finne
|
b65972d32d
|
Corrected debug output
|
2012-01-22 22:27:20 +01:00 |
|
David Kopf
|
7ca141b457
|
Access uart registers directly instead of through intermediate addresses in a RAM struct.
Add a platform define to reduce the number of ports supported by the cpu.
|
2012-01-21 13:49:58 -05:00 |
|
Matthias Kovatsch
|
4c3e858df5
|
Made Erbium function parameters const where applicable.\nMinor clean-up.
|
2012-01-20 18:30:12 +01:00 |
|
Matthias Kovatsch
|
0a4c77dbff
|
Fixed snprintf() return value handling.
|
2012-01-20 16:11:45 +01:00 |
|
Matthias Kovatsch
|
690e03a8a7
|
Removed Erbium CoAP draft-06.
|
2012-01-20 16:08:24 +01:00 |
|
Niclas Finne
|
aceb36c66b
|
Replaced SELECT_CALLBACK with an API that supports multiple select callbacks
|
2012-01-19 17:52:01 +01:00 |
|
Fredrik Osterlind
|
c67954c773
|
activated exp5438 platform in cooja
|
2012-01-18 21:44:36 +01:00 |
|
Fredrik Osterlind
|
2387561680
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2012-01-18 21:39:45 +01:00 |
|
Adam Dunkels
|
5e1946276b
|
Removed erroneous character from first line of file.
|
2012-01-18 12:37:03 -08:00 |
|
Fredrik Osterlind
|
5cca043a84
|
added cooja mote type using mspsim's msp430x platforms (ti's exp5438)
|
2012-01-18 21:27:11 +01:00 |
|
Adam Dunkels
|
79e26d79a8
|
MSPsim with support for the MSP430x architecture
|
2012-01-18 07:51:50 -08:00 |
|
Adam Dunkels
|
959096ca67
|
Contiki port to the TI EXP5438 MSP430x5438a experimenters board
|
2012-01-18 07:27:59 -08:00 |
|
Adam Dunkels
|
465c401cdc
|
Reduce size of the neighbor table entries to make RPL fit into the Tmote Sky RAM.
|
2012-01-18 06:15:38 -08:00 |
|
Adam Dunkels
|
6185da7b80
|
Default to SMALL unless otherwise specified, to get size of binaries smaller so that Contiki with RPL/IPv6 fits on the Tmote Sky again.
|
2012-01-18 06:13:17 -08:00 |
|