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 |
|
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 |
|
Adam Dunkels
|
8a89f90e3e
|
Update to the newest RPL API
|
2012-01-18 06:12:24 -08:00 |
|
Niclas Finne
|
42a7125ce7
|
fixed compiler warning
|
2012-01-17 21:47:48 +01:00 |
|
Niclas Finne
|
9ea5149433
|
The definitions for PxSEL2 are missing in some versions of mspgcc
|
2012-01-16 13:00:16 +01:00 |
|
Maxim Osipov
|
37faa8ce59
|
Fix alignment issue on ARM
Signed-off-by: Maxim Osipov <maxim.osipov@gmail.com>
|
2012-01-13 19:38:46 -05:00 |
|
Joakim Eriksson
|
6ee05f4a2d
|
fixed loop detection bug in RPL
|
2012-01-13 05:37:30 -08:00 |
|
Matthias Kovatsch
|
8ee68b4345
|
Added ext. header handling for UDP (RPL multihop still not functional).
|
2012-01-12 20:22:31 +01:00 |
|
Matthias Kovatsch
|
c861ce0197
|
Fixed Erbium bugs (ext. header, client request path) and added server resource config defines.
|
2012-01-12 20:19:54 +01:00 |
|
Niclas Finne
|
f26920ae9b
|
Define the BV macro if not already defined
|
2012-01-11 08:46:16 +01:00 |
|
Niclas Finne
|
1c6c4ba2f1
|
Added resource definition for button and removed obsolete compiler setup (compiler setup is now handled by cpu/msp430/msp430def.h)
|
2012-01-11 01:54:52 +01:00 |
|
David Kopf
|
24d58edf15
|
Adjust cycle starts when RTIMER_ARCH_SECOND not a power of two.
|
2012-01-10 12:48:39 -05:00 |
|
David Kopf
|
58298f59db
|
Add F_CPU=0x800000 option with phase lock to external 32768 Hz crystal
Add MCU_CONF_LOW_WEAR option to avoid eeprom writes during development.
|
2012-01-10 12:42:27 -05:00 |
|
Nicolas Tsiftes
|
057398a6d1
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2012-01-10 16:38:48 +01:00 |
|
Joakim Eriksson
|
d24ecf8d59
|
added timestamp to neighbor info
|
2012-01-10 16:04:56 +01:00 |
|
Joakim Eriksson
|
237100f6fa
|
changed so that ext hdr len code checks against buffer size instead of link mtu
|
2012-01-10 15:51:06 +01:00 |
|
Nicolas Tsiftes
|
510f20dc42
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2012-01-10 11:38:57 +01:00 |
|
Nicolas Tsiftes
|
343b2376c0
|
Use variable-length arrays instead of alloca.
|
2012-01-10 11:38:33 +01:00 |
|
Nicolas Tsiftes
|
c6abd58340
|
Include stdarg.h
|
2012-01-10 11:26:03 +01:00 |
|
Nicolas Tsiftes
|
41ad30f93a
|
Avoid setting GCC-specific flags here.
|
2012-01-10 11:25:18 +01:00 |
|
Niclas Finne
|
9d261eec56
|
Use NETSTACK_RDC_* instead of NETSTACK_CONF_RDC_*
|
2012-01-09 18:06:30 +01:00 |
|
Niclas Finne
|
f3db12c19d
|
MSP430 setup for f2xxx based on Z1
|
2012-01-09 14:56:03 +01:00 |
|
Niclas Finne
|
9ffcd53868
|
Fixed compiler warning (with IAR compiler)
|
2012-01-09 14:56:00 +01:00 |
|
Niclas Finne
|
3daa822f89
|
Moved configuration of memcpy workaround to cpu (only needed for an older version of mspgcc)
|
2012-01-09 14:55:57 +01:00 |
|
Niclas Finne
|
fd81a0d393
|
Minor cleanup (avoid setting some compiler flags twice)
|
2012-01-09 14:55:54 +01:00 |
|
Niclas Finne
|
8aaa9d14b7
|
minor code cleanup
|
2012-01-09 14:55:51 +01:00 |
|
Niclas Finne
|
8e1e12dfd3
|
Ignore SMALL when using IAR compiler
|
2012-01-09 14:55:48 +01:00 |
|
Nicolas Tsiftes
|
eba64bdc5e
|
Be more explicit with the relationship between inheritance between MSP430 families.
|
2012-01-09 14:55:45 +01:00 |
|
Niclas Finne
|
987b57b015
|
moved macros to implementation file, end-of-line normalization, code style
|
2012-01-09 14:55:43 +01:00 |
|
Niclas Finne
|
013571ed3f
|
* Removed __MSP430X__ (already defined by newer mspgcc4)
* Commented out pragma not supported by mspgcc
|
2012-01-09 14:55:40 +01:00 |
|
Niclas Finne
|
866bc91e5a
|
enabled nullrdc autoack support
|
2012-01-09 14:55:37 +01:00 |
|
Niclas Finne
|
8e59df78e2
|
Autoenable RX after TX + removed exception check
|
2012-01-09 14:55:34 +01:00 |
|
Niclas Finne
|
f4f35973d1
|
Fixed some configuration problems and support for AUTOACK
|
2012-01-09 14:55:31 +01:00 |
|
Niclas Finne
|
cdfa8708e3
|
* Added f2xxx for two series (for example z1)
* f1xxx is baseline and always included
* Cleaned up the names of uart and spi (no x in names)
* Updated SPI configuration for WiSMote
|
2012-01-09 14:54:57 +01:00 |
|