Nicolas Tsiftes
6ae1b4ab66
Merge pull request #1463 from MichaelKlemm/FixUsingAtmega128RFA1
...
Fixed using target AVR ATmega128RFA1
2016-04-21 14:30:35 +02:00
Boernsman
79df347afa
added guhRF; added atmega256rfr2 support
2016-04-21 08:41:48 +02:00
Pere Tuset
d9f4d97a41
Adapted OpenMote-CC2538 sensor drivers to Contiki sensor API.
2016-04-19 22:41:40 +02:00
Simon Duquennoy
de51dd5c30
Merge pull request #1598 from mguc/jn516x_llsecinit_ccm-star
...
JN516x NETSTACK_LLSEC.init and ccm-star fix
2016-04-19 17:27:15 +02:00
Simon Duquennoy
ba72f0a131
Merge pull request #1422 from kkrentz/packetbuf-cleanup
...
packetbuf cleanup
2016-04-19 17:23:47 +02:00
George Oikonomou
040bada378
Merge pull request #1590 from OpenMote/master
...
Add OpenMote-CC2538 platform and examples.
2016-04-18 21:26:15 +01:00
Pere Tuset
3e00ea55d1
Updated the OpenMote-CC2538 platform and examples.
2016-04-18 16:48:48 +02:00
kkrentz
6fb6fd5bb9
packetbuf: No more splitting of header and data
2016-04-15 03:12:40 -07:00
Marko Gucanin
d8db093eb2
renamed ccm-star.c to jn516x-ccm-star.c, adapted Makefile accordingly
2016-04-14 16:55:48 +02:00
Marko Gucanin
f1110bf6df
removed NETSTACK_LLSEC.init
2016-04-14 16:52:32 +02:00
Antonio Lignan
8f064511d3
Merge pull request #1213 from joakimeriksson/dao_ack_handling
...
End-to-End DAO and DAO ACK handling for Contiki RPL.
2016-04-11 18:53:43 +02:00
Pere Tuset
1d3c37d6da
Add OpenMote-CC2538 platform and examples.
2016-04-11 12:35:02 +02:00
Toni Lozano
a81b4007b0
Allow to use up to 6xADC channels (now hardcoded), disabling the user button
...
(PA3) if ADC6 is enabled
2016-04-04 10:48:43 +02:00
Marko Gucanin
1818700bde
JN516x clock module sign error fix
2016-03-31 13:51:03 +02:00
thomas-ha
bc2f1b5a2a
update delay constants
2016-03-29 10:24:38 +02:00
Oliver Schmidt
7a5249b066
Added a Contiki version of the CBM exec() system file; it uses PFS instead of POSIX.
...
It reduces the webbrowsers' size by 735 bytes.
2016-03-28 20:03:47 +02:00
Oliver Schmidt
4f28289df2
Added a pfs_remove() function and a pfs_seek() stub to the Commodore platforms.
...
- "Normalized" some Assembly code.
- Implemented CFS_APPEND in pfs_open().
- Made CFS_WRITE work in VICE's virtual disk/file system.
2016-03-28 14:07:35 +02:00
Joakim Eriksson
ee97dc4bcd
tuned configuration for rpl-collect and micaz platform
2016-03-26 09:45:39 +01:00
Joakim Eriksson
37c5f741e9
removed viztool usage of learned-from routing state that was removed
2016-03-26 09:45:37 +01:00
Michael LeMay
3908253038
x86: Add support for (paging-based) protection domains
...
This patch implements a simple, lightweight form of protection domains
using a pluggable framework. Currently, the following plugin is
available:
- Flat memory model with paging.
The overall goal of a protection domain implementation within this
framework is to define a set of resources that should be accessible to
each protection domain and to prevent that protection domain from
accessing other resources. The details of each implementation of
protection domains may differ substantially, but they should all be
guided by the principle of least privilege. However, that idealized
principle is balanced against the practical objectives of limiting the
number of relatively time-consuming context switches and minimizing
changes to existing code.
For additional information, please refer to cpu/x86/mm/README.md.
This patch also causes the C compiler to be used as the default linker
and assembler.
2016-03-21 17:18:06 -07:00
George Oikonomou
de2ecf8e3a
Document that LaunchPads can be programmed with cc2538-bsl
2016-03-21 00:00:38 +00:00
Michael LeMay
93126b57bb
x86, galileo: Use IMRs to restrict DMA
...
This patch configures Isolated Memory Regions (IMRs) to block DMA to
code and data regions that do not contain any data that needs to be
DMA-accessible.
2016-03-17 08:35:49 -07:00
Michael LeMay
58a00b7c23
x86, galileo: Add driver for Isolated Memory Regions (IMRs)
...
The Intel Quark X1000 SoC includes support for Isolated Memory Regions
(IMRs), which are specified using range registers and associated
control registers that are accessible via the message bus. This patch
adds a driver for accessing those registers.
2016-03-17 08:35:49 -07:00
Michael LeMay
25c07613c2
x86: Add driver for message bus
...
The Intel Quark X1000 SoC includes a message bus that is accessible
via PCI configuration registers. It communicates to various SoC
components such as the Isolated Memory Region (IMR) registers and the
Remote Management Unit. This patch adds a driver for accessing the
message bus.
2016-03-17 08:35:48 -07:00
harald42
f2af0c7329
change default channel from 26 to 25
2016-03-16 15:00:46 +01:00
Nicolas Tsiftes
9ab327090c
Merge pull request #1444 from mdlemay/galileo-always-init-gpio
...
galileo: Enable I2C and GPIO interrupt sharing and centralize their initialization
2016-03-14 20:09:40 +01:00
Nicolas Tsiftes
862e43d9b0
Merge pull request #1523 from Zolertia/pull/z1-apify-sensors
...
Adapt Z1 on-board sensors to Contiki's API
2016-03-14 17:10:46 +01:00
Simon Duquennoy
1ffbafeaa6
Merge pull request #1375 from myrfy001/myrfy001-patch-1
...
off_t changed to signed to stay the same as POSIX
2016-03-14 16:42:13 +01:00
thomas-ha
400a09e82c
comment
2016-03-11 11:05:04 +01:00
Robert Olsson
39094e3c41
CO2 sensor bug fix
2016-03-08 20:04:01 +01:00
thomas-ha
0e0dba932f
disable TSCH HW frame filtering
2016-03-08 15:52:40 +01:00
thomas-ha
9ac14d1c7b
defines needed for TSCH
2016-03-07 18:39:13 +01:00
Simon Duquennoy
dea04c67d7
Change the default IPv6 prefix from aaaa::/64 to fd00::/64
2016-03-07 17:47:44 +01:00
Robert Olsson
07ec06ad09
Setting node_id and RIME linkaddr from EUI64 chip.
2016-03-06 21:37:25 +01:00
Oliver Schmidt
8b3d220761
Merge pull request #1542 from oliverschmidt/master
...
Adjusted segment names to match recent cc65 change.
2016-03-06 21:29:50 +01:00
Oliver Schmidt
6876b97466
Adjusted segment names to match recent cc65 change.
2016-03-06 21:11:18 +01:00
Nicolas Tsiftes
fbf3aba152
Merge pull request #1513 from mdlemay/check-newlib-conf
...
galileo: build_newlib.sh: Exit on configuration error
2016-03-03 13:39:27 +01:00
Nicolas Tsiftes
da5044acb2
Merge pull request #1514 from mdlemay/newlib-filter-patches
...
galileo: build_newlib.sh: Only apply patch files with the extension ".patch"
2016-03-03 13:38:56 +01:00
Harald Pichler
daf2191555
add arduino folder
2016-02-27 22:13:12 +01:00
harald42
7d8254bd81
use uint32 for clock time
2016-02-25 09:32:21 +01:00
harald42
b462052bf5
CRLF will be replaced by LF
2016-02-25 08:20:41 +01:00
harald42
98e4451518
Merge branch 'contiki' into osd
2016-02-25 08:18:55 +01:00
Atis Elsts
9f1fedfbc1
avr-rss2 platform examples: remove some binary files
2016-02-23 11:59:29 +02:00
Atis Elsts
d8f2129b17
avr-rss2 platform: Update README.md
2016-02-23 11:59:09 +02:00
Robert Olsson
ce8e87d60e
Adding the avr-rss2 platform based on AtMega256RFR2
2016-02-22 20:46:07 +01:00
Aitor Mejias
56aeb7cd7e
Added Zolertia Zonik sound sensor test and drivers
2016-02-22 16:49:35 +01:00
Antonio Lignan
934cdbacca
Adapted the ADXL345 sensor to Contiki's sensor API
2016-02-22 12:08:56 +01:00
Antonio Lignan
1be30d52dc
Removed unused blocks and made functions static
2016-02-22 12:08:56 +01:00
Antonio Lignan
151f532225
Adapted the TMP102 sensor to Contiki's sensor API
2016-02-22 12:08:56 +01:00
Ralf Schlatterbeck
de6477efa8
Fix run.sh scripts to use jumptable of bootloader
...
Otherwise a crash results with a bootloader compiled with a newer AVR
toolchain (e.g. Debian Jessie). If you still have an ages-old bootloader
without a jump-table, as a short-term measure you can revert this change
in your run.sh. As a long-term fix we recommend you get your bootloader
updated!
2016-02-19 17:32:09 +01:00