Salvatore Pitrulli
6655c876f2
Added functions and example for deep sleep on mb851.
...
The added function let a process to make the system go
into deep sleep for maximum power saving.
The udp-ipv6-example shows how to use these new functions.
2011-04-08 11:53:48 +00:00
dak664
89741bd322
Exit on watchdog reboot call
2011-04-07 17:47:54 -04:00
dak664
581d081ffe
Don't use RF230_CONF_CCA_THRES if it is not defined.
2011-04-07 17:44:10 -04:00
Joakim Eriksson
5a054c82d2
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2011-04-07 17:46:01 +02:00
Joakim Eriksson
02fcf5835a
fixed RPL to handle inifinite rank better
2011-04-07 17:44:07 +02:00
Niclas Finne
5a4a39afb3
changed etx to metric
2011-04-07 09:46:37 +02:00
Niclas Finne
236c459ecf
Added missing include
2011-04-07 09:26:12 +02:00
Joakim Eriksson
f603c965c1
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2011-04-06 20:15:44 +02:00
Joakim Eriksson
d8e54ca585
fixed for compilation with IAR compiler
2011-04-06 20:14:30 +02:00
Joakim Eriksson
928bf6b6c1
fixed cpu/msp430 for compilation with IAR compiler
2011-04-06 20:08:48 +02:00
Mariano Alvira
4f4e06c71b
Merge remote branch 'libmc1322x/master'
2011-04-06 05:56:06 -04:00
Mariano Alvira
a3412a0b81
set the UART1 pin directions in uart1_init()
...
patch from Hedde Bosman
2011-04-06 05:53:18 -04:00
Oliver Schmidt
eadd74ae5f
Removed VC++ project files.
...
Being able to build about any Contiki project in the WIN32 target using VC++ is _so_ much more useful than those project files not integrated in any way into the Contiki build system.
2011-04-03 22:37:03 +02:00
Oliver Schmidt
5da4faf71e
Allow VC++ to be used as alternative to GCC for building in the WIN32 target.
...
TODOs:
- Update README
- Add dependency handling
- Add rtimersupport
2011-04-03 22:32:11 +02:00
Oliver Schmidt
f83fb3704b
Replaced make-empty-symbols with empty-symbols.[c|h]
...
The symbol generation shell scripts cause CRLF issues on Windows/Cygwin again and again. Instead of fixing this yet again I opted to remove the symbol generation script at least for the "no symbols" scenario with two C source files to be copied.
2011-04-03 13:24:58 +02:00
Oliver Schmidt
4a731dfda9
Allow for non-GUI win32 apps.
2011-04-03 10:56:18 +02:00
Joakim Eriksson
26f0a6e88e
changed ext to link_metric
2011-03-28 16:17:53 +02:00
dak664
4e8b4e408c
Temporary fix for RNDIS enumeration before the mac address is set up.
...
(Turn on RS232 debug to bypass the enumeration wait and let the mac address get set first)
2011-03-27 14:21:47 -04:00
Enric M. Calvo
4ba4d55e34
cleaned up main
2011-03-26 10:15:49 +01:00
Enric M. Calvo
aba380b960
removed modif. to sky files
2011-03-25 17:57:17 +01:00
Enric M. Calvo
1716d837fc
Merge branch 'master' of git://contiki.git.sourceforge.net/gitroot/contiki/contiki into master_cleanup
...
Makefile.z1 is broken into .common and .z1 to share it with Z1 Starter Platform
Conflicts:
.gitignore
platform/z1/Makefile.z1
2011-03-25 17:46:38 +01:00
dak664
fcb41fa5c2
Refactor with settings manager and better usb enumeration for debug prints
2011-03-23 18:10:49 -04:00
dak664
a9cbbb4570
Add sneezer mode and tx power change
2011-03-23 18:08:07 -04:00
Mariano Alvira
0af24040f1
econotag: add an option to use the watchdog timer
2011-03-22 16:35:54 -04:00
Mariano Alvira
11f5bca7c4
Merge remote branch 'libmc1322x/master'
...
Conflicts:
cpu/mc1322x/board/redbee-econotag.h
2011-03-22 16:28:08 -04:00
Mariano Alvira
81a0a0356d
add watchdog timer example
2011-03-22 14:51:08 -04:00
Mariano Alvira
a8b75286d6
add GPIO definitions for econotag LEDs
2011-03-22 14:50:22 -04:00
Salvatore Pitrulli
efa214533c
In tun mode, device's fake MAC address is derived from its EUI-64.
2011-03-22 19:35:50 +01:00
Salvatore Pitrulli
45db1a6faf
Reduced uip buffer size in order to compile all the examples.
2011-03-22 19:35:50 +01:00
Salvatore Pitrulli
eb588f1aec
New HAL and SimpleMAC for STM32W108.
2011-03-22 19:35:49 +01:00
Enric M. Calvo
425edf3a44
Cleaned up some files, moved z1-websense example
2011-03-16 17:41:03 +01:00
Mariano Alvira
ee0c0a4699
change short switch for baud to -u
2011-03-15 14:54:11 -04:00
Mariano Alvira
51ca60b35f
add bin2macbin.pl to create bins that will also set the mac address
...
add usage to burn-mac.pl
2011-03-13 16:39:32 -04:00
Mariano Alvira
19c61dc5b2
add tool to burn the mac of a single econotag
2011-03-13 14:22:00 -04:00
Mariano Alvira
72cb4157d9
fix burn-macs to work on 32-bit machines too
2011-03-12 22:36:39 -05:00
Mariano Alvira
c27e96f1e9
add adc support
2011-03-11 16:25:23 -05:00
Mariano Alvira
b2b18b37fc
add gpio-utils
2011-03-11 16:24:57 -05:00
Mariano Alvira
c7dc2a45a4
add pwm support
2011-03-11 16:24:50 -05:00
Mariano Alvira
c967150038
add rtc support
2011-03-11 15:53:13 -05:00
Joakim Eriksson
2432a8ee7d
set expected reception sequence no to zero - to get initial connection to avoid having ack-number other than zero
2011-03-11 14:27:23 -05:00
Mariano Alvira
724bcbd2d3
Merge remote branch 'libmc1322x/master'
...
Conflicts:
cpu/mc1322x/src/default_lowlevel.c
2011-05-14 21:19:47 -04:00
Joakim Eriksson
fd75050c67
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2011-05-13 11:53:45 +02:00
Joakim Eriksson
2c16538e6a
fixed support for IAR compiler
2011-05-13 11:52:42 +02:00
Salvatore Pitrulli
4fb433ac1f
'if' statement replaced by a preprocessor directive.
2011-05-12 21:50:47 +02:00
Niclas Finne
28780dff57
Removed example for deprecated Rime abstraction
2011-05-12 15:14:41 +02:00
unknown
32bb593612
Bug fix in function for validating IP address and in command option list.
2011-05-10 20:06:48 +02:00
Salvatore Pitrulli
7a48110067
STM32W flasher utilities for Linux and Windows merged into a single folder.
2011-05-10 19:26:33 +02:00
Salvatore Pitrulli
02175b5e17
STM32W Flasher utility for Windows updated to version 2.0.2b2.
2011-05-10 19:26:28 +02:00
Salvatore Pitrulli
d405d9c9fc
STM32W flasher utility for Linux updated to 2.0.2b2.
...
This new version also programs boards equipped with STM32F103
chip as USB-serial converter.
2011-05-10 19:26:26 +02:00
Niclas Finne
1601b25d53
Updated to use new Rime sniffer API
2011-05-10 15:48:34 +02:00