harald42
7383f6708b
timer4 servo pwm from Priesch Markus
2014-04-15 07:27:28 +02:00
harald42
3d10f4d0d1
timer4 servo pwm from Priesch Markus
2014-04-15 07:27:28 +02:00
harald42
0deca185bb
many bugfixes, add cputemp
2014-04-15 07:27:28 +02:00
andreas@reder.eu
86a6d88799
PARAMS_PANID is now defined in contiki-conf and no longer in params.h to be able
...
to change framer panid
2014-04-15 07:27:27 +02:00
andreas@reder.eu
46010cbbd6
bugfix: panid is now correctly loaded from eeprom and set in mac framer and radio on startup
2014-04-15 07:27:27 +02:00
harald42
057a3c3345
add light-actor
2014-04-15 07:27:27 +02:00
harald42
bba7b84a15
add servo example
2014-04-15 07:27:27 +02:00
harald42
43b9f7a23d
remove platform/osd-er-lp24
2014-04-15 07:27:27 +02:00
harald42
7f776ee918
add climate example
2014-04-15 07:27:26 +02:00
harald42
a6634acc50
add platform osd-merkur
2014-04-15 07:27:26 +02:00
harald42
b31a3397e0
remove merkur
2014-04-15 07:27:26 +02:00
harald42
b6f96951be
add merkur platform
2014-04-15 07:27:26 +02:00
harald42
252454c016
remove debug, minimize code size
2014-04-15 07:27:26 +02:00
harald42
641aad70a9
initial upload
2014-04-15 07:27:26 +02:00
harald42
32ab451fff
add pir sensor, sensor events
2014-04-15 07:27:26 +02:00
harald42
356ea01a8d
add button sensor with debug
2014-04-15 07:27:26 +02:00
harald42
48217bcf80
initial upload
2014-04-15 07:27:26 +02:00
harald42
ac235b9c57
make easyer experiments
2014-04-15 07:27:25 +02:00
harald42
b2040a6cd9
change rt tag and disable energest and radio stat
2014-04-15 07:27:25 +02:00
harald42
2e35f2225d
cleanup code
2014-04-15 07:27:25 +02:00
harald42
ff022fce05
add battery sensor
2014-04-15 07:27:25 +02:00
harald42
65341d8d3b
use ds1820.c from /dev directory
2014-04-15 07:27:25 +02:00
harald42
e92678a847
add sensors, internal temperature, battery
2014-04-15 07:27:25 +02:00
harald
17c93b259e
add DHT11 humidity sensor
2014-04-15 07:27:25 +02:00
harald
2b7e7b8f8c
bugfix ds1820
2014-04-15 07:27:25 +02:00
harald
92b835080b
initial upload
2014-04-15 07:27:25 +02:00
George Oikonomou
33abe26ec8
Merge pull request #411 from ADVANSEE/cc2538-adc
...
cc2538: Add adc driver and example
2014-04-13 03:05:12 +01:00
George Oikonomou
22554e6d72
Merge pull request #596 from hexluthor/cc2538-uart-baudrate
...
cc2538: Support any UART baudrate.
2014-04-13 02:51:58 +01:00
Ian Martin
336224633a
Eliminate UART_CONF_IBRD and UART_CONF_FBRD.
2014-03-22 10:26:03 -04:00
François Revol
726bdd699a
native: Add CTK to the module list
...
It is needed for apps compiled WITH_GUI.
2014-03-21 23:01:02 +01:00
Nicolas Tsiftes
b78eb96a54
Merge pull request #590 from g-oikonomou/native-rpl-module
...
Include the RPL module for the native platform
2014-03-18 12:32:56 +01:00
Oliver Schmidt
d1d6278f42
Added info on W5100 driver.
2014-03-15 16:56:08 +01:00
George Oikonomou
4704eeb919
Include the RPL module for the native platform
2014-03-09 03:29:43 +00:00
George Oikonomou
6dc9dfa6c2
Merge pull request #551 from JelmerT/feature-cc2538-bsl
...
CC2538 serial boot loader python script
2014-03-09 02:11:36 +00:00
Jelmer Tiete
34e48f4233
Added bootloader backdoor configuration for cc2538DK in contiki-conf.h and selector in startup-gcc.c. Updated Makefile.cc2538dk to support direct uploading. Also updated the platform readme to include the workflow with cc2538-bsl.
2014-03-07 15:44:08 +01:00
Brad Campbell
d14f0d5eed
CC2538: add secondary location to ieee address
...
The CC2538 currently has two addressing options: a hardcoded address set
at compile time or the address stored in primary address section of the
info page. This commit adds the option to choose the secondary location
of the ieee address from the info page, or any memory address.
To use, define `IEEE_ADDR_CONF_USE_SECONDARY_LOCATION` in `project-conf.h`
or similar.
For example:
#define IEEE_ADDR_CONF_USE_SECONDARY_LOCATION 1
2014-03-06 10:31:30 -05:00
Oliver Schmidt
a1cd642e6e
Merge pull request #554 from oliverschmidt/master
...
Fixed win32 broken by recent changes.
2014-02-02 12:10:57 -08:00
Oliver Schmidt
71c671b6cf
Fixed win32 broken by recent changes.
2014-02-02 20:19:47 +01:00
George Oikonomou
a63376f8be
Use -Os for CC2538 builds
...
As discussed in #503 , -Os was broken with one of the toolchains
recommended in the platform's README and for that reason we were
using -O2 by default.
This commit sets the default to -Os and updates the README to no
longer recommend the toolchain in question
2014-01-31 20:02:43 +00:00
Adam Dunkels
45265249fc
Changed the name of the rimeaddr module to linkaddr
2014-01-29 20:12:24 +01:00
Adam Dunkels
765e9acded
Merge pull request #499 from adamdunkels/bold/modularize-everything
...
A bold move: modularize everything
2014-01-29 08:17:10 -08:00
Ian Martin
f3cc607101
eval-adf7xxxmb4z: Use the nullrdc driver instead of sicslowmac.
2014-01-26 17:40:31 -05:00
Adam Dunkels
4f498e2eac
Updated the include paths to point to the new places
2014-01-26 23:20:47 +01:00
Adam Dunkels
2ec176891f
Added the necessary modules to make the eval-adf7xxxmb4z port compile
2014-01-26 23:20:47 +01:00
Adam Dunkels
824d2047da
Add the explicit list of modules, since we cannot do auto-dependency management of them
2014-01-26 23:20:47 +01:00
Adam Dunkels
fce84c178c
Removed unused rime-udp code
2014-01-26 23:20:45 +01:00
Adam Dunkels
8eace27f9b
Moved net/rime.h to net/rime/rime.h
2014-01-26 23:20:45 +01:00
Adam Dunkels
1be10f026a
Handle the CONTIKI_NO_NET case so that the ravenusbstick example builds
2014-01-26 23:20:42 +01:00
Adam Dunkels
6594873753
Updated the path to uip-debug.h
2014-01-26 23:20:41 +01:00
Adam Dunkels
4c2bd9f120
A set of default modules for the cc253x platform
2014-01-26 23:20:41 +01:00