George Oikonomou
d958ee3125
Deleted the old Sensinode 'read mac from flash' routine.
...
Since the introduction of a purpose-written routine, the old
generic one (which was written in asm) was never being used.
There was a configuration directive which allowed us to switch
between the two. All references to this configuration directive
have also been removed.
2012-04-02 11:21:32 +01:00
George Oikonomou
4f1e251603
Some uN_t had crept back in cc2530dk and sensinode.
...
Changed to uintN_t plus a bit of code formatting
2012-03-29 13:10:10 +01:00
Joakim Eriksson
7482fd6962
quick fix for enabling native-border router to run under windows - need to cleanup the arguments
2012-03-27 11:09:54 +02:00
simonduq
946f00bf7b
stm32w: added ability to upload and reset all connected boards, and login using MOTE=x
2012-03-26 23:00:44 +02:00
George Oikonomou
ad256e5014
New platform: TI cc2530 Development Kit
...
This commits adds support for TI's SmartRF05 Eval. Board with cc2530 EMs
Some initial support for cc2531 USB dongles
2012-03-23 14:41:07 +00:00
George Oikonomou
b7674c3636
Reincarnate the sensinode/cc2430 port
2012-03-23 14:41:07 +00:00
Matthias Kovatsch
d716ee55e7
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2012-03-21 21:51:03 +01:00
Matthias Kovatsch
d57904b289
Fixed bug in IPv6 address print function.
2012-03-21 21:27:52 +01:00
simonduq
e4fb360262
stm32w platforms: contikimac support in the Rime case, with EUI-64
2012-03-20 17:30:59 +01:00
simonduq
0eb9a46e3a
stm32w platforms: contiki-conf cleanup and added platform-conf
2012-03-20 17:30:57 +01:00
simonduq
762097eb50
stm32w platforms: 64-bit rtimer causes a bug in arm-none-eabi-objcopy 2.18.50, use 32-bit rtimer instead
2012-03-20 17:30:45 +01:00
simonduq
7784cf7827
stm32w platforms: use 2 cca and default contikimac guard time
2012-03-20 17:30:05 +01:00
simonduq
5da4463236
adding ducy cycling support to the stm32w-based platforms (patch by Chi-Anh La)
2012-03-20 17:29:58 +01:00
Fredrik Osterlind
862452b5b0
removed debugging output, code style
2012-03-13 14:17:43 +01:00
Niclas Finne
cf3827829d
Added resource definition for button, leds, and battery, and removed obsolete compiler setup
2012-03-09 20:35:49 +01:00
Fredrik Osterlind
97c7a55eea
simulating 1 ms turnaround time (before transmissions) by default, and no transmissions on channel busy
2012-03-09 14:58:13 +01:00
Fredrik Osterlind
e8294e8699
added objcopy external tools configuration
...
changed nm command to sort numerically, and changed regexpressions to accept output from newer gcc versions
added more debugging info under help menu
2012-03-09 14:57:21 +01:00
Niclas Finne
c2e07c9798
Improved support for the IAR compiler.
...
io and signal have been moved into contiki include file.
2012-03-08 22:41:55 +01:00
Matthias Kovatsch
f67fb672eb
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2012-03-08 00:49:25 +01:00
Matthias Kovatsch
87cd18539b
Eliminated RPL_CONF_ADJUST_LLH_LEN correction by using uip_l3_icmp_hdr_len instead of uip_l2_l3_icmp_hdr_len.
2012-03-08 00:48:04 +01:00
Niclas Finne
ff7a977dc7
Improved support for the IAR compiler for the MSP430 platforms
2012-03-07 23:09:05 +01:00
Niclas Finne
569477b10c
contiki-sky-platform is added by Makefile.sky
2012-03-07 23:07:57 +01:00
Niclas Finne
09e45cb12c
contiki-z1-platform is added by Makefile.z1
2012-03-07 23:07:47 +01:00
Niclas Finne
11fecd86da
Moved i2cmaster and adxl345 to contiki target source files
2012-03-07 23:07:28 +01:00
Niclas Finne
a8e8e6f51d
io and signal have been moved into contiki include file
2012-03-07 23:05:10 +01:00
Niclas Finne
684c3edfa6
Cross compiler interrupt service routine compatibility definitions for MSP430 based platforms based on isr_compat.h by Steve Underwood.
2012-03-07 23:04:52 +01:00
Ilya Dmitrichenko
1214086f97
Fixed TARGET=minimal-net compilation issues on Darwin.
2012-03-02 15:15:49 -05:00
Ilya Dmitrichenko
499d3052ee
Fixed TARGET=native compilation issues on Darwin.
2012-03-02 15:15:42 -05:00
David Kopf
79d65d2adc
Merge branch 'master' of git://contiki.git.sourceforge.net/gitroot/contiki/contiki
2012-02-25 10:17:57 -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
David Kopf
deb75d3d97
Several bugfixes
2012-02-21 11:14:52 -05:00
David Kopf
6e45dfe5ff
PROGMEM changes needed for newer avr-gcc compiler
2012-02-21 11:10:57 -05:00
Nicholas J Humfrey
680225e99d
Converted u8_t to uint8_t and u16_t to uint16_t in the platforms directory.
...
Added "These names are deprecated, use C99 names" warnings the contiki-conf.h files that were missing it.
2012-02-21 08:33:25 -05:00
David Kopf
20a5c794dd
Move address initialization to after proce_init. Something in that now wiping the address array.
2012-02-11 15:19:28 -05:00
Fredrik Osterlind
aecb4b03cc
bug fix: rpl was not included correctly
2012-01-31 14:53:52 +01:00
Adam Dunkels
acb2c28fdd
small code style fixes; removed left-over function call
2012-01-25 06:41:39 -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
aceb36c66b
Replaced SELECT_CALLBACK with an API that supports multiple select callbacks
2012-01-19 17:52:01 +01:00
Adam Dunkels
5e1946276b
Removed erroneous character from first line of file.
2012-01-18 12:37:03 -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
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
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
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
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