George Oikonomou
3cc5505b69
Merge pull request #1787 from g-oikonomou/contrib/cc26xx/improve-cca-monitoring
...
Use `ccaInfo.ccaState` to decide whether CCA is complete
2017-04-24 16:02:47 +01:00
George Oikonomou
7b193ee014
Merge pull request #1932 from g-oikonomou/contrib/cc1350/lp-and-st
...
Add support for the CC1350 LP and Sensortag
2017-04-24 15:34:22 +01:00
George Oikonomou
6a36a398bd
Merge pull request #1931 from g-oikonomou/contrib/cc26xx-cc13xx/update-rf-api
...
Use TI-Provided CC13xx/CC26xx RF API
2017-04-24 15:33:14 +01:00
Bernhard Hackl
848f801460
Fix several uninitialized variables
2017-04-19 01:55:27 -07:00
Oliver Schmidt
fa618ad86c
Adjusted cc65 compiler options to recent cc65 option handling change.
2017-04-10 11:09:28 +02:00
Robert Olsson
aed5457332
Correct names for Atmel previous radio fixes plus static declarations.
2017-04-02 11:32:52 +02:00
Robert Olsson
093550ecbf
Update for Atmel radio part II
...
modified: cpu/avr/radio/rf230bb/halbb.c
modified: cpu/avr/radio/rf230bb/rf230bb.c
2017-03-31 18:38:27 +02:00
George Oikonomou
4425a67433
Merge pull request #2162 from posjodin/PR4
...
Updates for Atmel radio
2017-03-31 12:24:55 +01:00
Robert Olsson
d6128852b2
Added missing register definitions in at86rf230_registermap.h
...
modified: cpu/avr/radio/rf230bb/at86rf230_registermap.h
2017-03-29 11:32:39 +02:00
Robert Olsson
55daec98dc
Added missing registers in
...
modified: cpu/avr/radio/rf230bb/atmega128rfa1_registermap.h
2017-03-28 22:16:50 +02:00
Robert Olsson
94defe6ba2
Updates for Atmel RF233 radio in AtMega256rfr2 including register
...
update for MAC symbol counter. Basic functions for get/set-value
parameter setting added. SPI radios needs to be tested.
modified: cpu/avr/radio/rf230bb/atmega256rfr2_registermap.h
modified: cpu/avr/radio/rf230bb/rf230bb.c
2017-03-28 18:53:56 +02:00
Robert Olsson
bf8e77ea4e
Added missing prototype
...
modified: cpu/avr/radio/rf230bb/rf230bb.h
2017-03-24 17:07:35 +01:00
Robert Olsson
9e5aed5df6
Support for changing PANID and channel from project-conf.h
...
modified: cpu/avr/radio/rf230bb/rf230bb.c
modified: platform/avr-rss2/contiki-conf.h
modified: platform/avr-rss2/contiki-main.c
2017-03-24 16:56:22 +01:00
Oliver Schmidt
356814fe9c
Merge pull request #2146 from oliverschmidt/slip
...
Add SLIP support to retro platforms.
2017-03-18 15:56:06 +01:00
Oliver Schmidt
7f3fcbd8e7
Made it somewhat more obvious that this is SLIP-only.
2017-03-18 14:19:36 +01:00
George Oikonomou
6d51c1a9f9
Merge pull request #2138 from atiselsts/bugfix/cc26xx/limited_busywait
...
CC26xx IEEE mode driver fixes and robustness improvements
2017-03-17 23:09:11 +00:00
George Oikonomou
b91448dfa4
Merge pull request #1348 from g-oikonomou/bugfix/cc26xx/wait-for-rssi-valid
...
Wait for a valid RSSI reading in CC13xx/CC26xx RF drivers
2017-03-17 22:52:51 +00:00
Atis Elsts
c850bae186
CC26xx IEEE mode: introduce and use LIMITED_BUSYWAIT macro; avoids watchdog reboots in cases when the radio fails to turn off
2017-03-14 18:42:09 +00:00
Atis Elsts
3b090d97c7
CC26xx IEEE mode: more robust radio timer handling: do not crash the system in case the radio timer failed to start; allow the overflow checker to be called when the radio is off
2017-03-14 18:41:05 +00:00
Atis Elsts
dbd9d32daf
CC26xx RF core: don't bail out from restarting the radio timer if just stopping it failed
2017-03-14 18:36:23 +00:00
Thanos Tsakiris
dbcac67aab
Normalize code style with uncrustify
2017-03-08 17:09:53 +02:00
Thanos Tsakiris
d80f362a2b
Adjust CC26xx/CC13xx ADC reading for gain and offset
2017-03-08 15:55:28 +02:00
George Oikonomou
809ca640a1
Merge pull request #2090 from atiselsts/bugfix/cc26xx_lqi
...
CC26xx IEEE mode radio: fix LQI reading
2017-02-18 22:25:01 +00:00
Oliver Schmidt
91beb8670f
Added SLIP support to retro platforms.
...
The cc65 tool chain comes with V.24 drivers so it seems reasonable to use the existing Contiki SLIP driver to implement network access via SLIP as alternative to Ethernet.
Some notes:
- The Ethernet configuration was simplified in order to allow share it with SLIP.
- The Contiki SLIP driver presumes an interrupt driven serial receiver to write into the SLIP buffer. However the cc65 V.24 drivers aren't up to that. Therefore the main loops were extended to pull received data from the V.24 buffers and push it into the SLIP buffer.
- As far as I understand the serial sender is supposed to block until the data is sent. Therefore a loop calls the non-blocking V.24 driver until the data is sent.
On all platforms there's only one V.24 driver available. Therefore V.24 drivers are always loaded statically.
On the Apple][ the mouse driver is now loaded statically - independently from SLIP vs. Ethernet. After all there's only one mouse driver available. However there's a major benefit with SLIP: Here all drivers are loaded statically. Therefore the dynamic module loader isn't necessary at all. And without the loader the heap manager isn't necessary at all. This allows for a reduction in code size roughly compensating for the size of the SLIP buffer.
2017-02-15 23:43:28 +01:00
Oliver Schmidt
a6472c8dd9
Revert to static Ethernet driver for the ATARI.
...
After all there's no momentum for a W5100-based Ethernet solution on the ATARI. So I revert to static linkage of the CS8900A driver as this improves program load times.
2017-01-27 00:18:25 +01:00
Atis Elsts
cd1bcb101d
CC26xx IEEE mode radio: fix reading lqi
2017-01-26 13:31:15 +00:00
George Oikonomou
07de8b238b
Easy manipulation of CC13xx Prop Mode RX buffers
2017-01-15 12:25:10 +00:00
George Oikonomou
ba12ed2cce
Re-initialise RX buffers each time we turn the RF on
2017-01-15 12:24:30 +00:00
George Oikonomou
7603e104c4
Allow band-specific RSSI offset override
2016-12-11 20:44:25 +00:00
George Oikonomou
47bda9b6be
Provide additional overrides for the 470MHz frequency band
2016-12-11 20:44:25 +00:00
George Oikonomou
c745199d53
Allow frequency band-specific overrides
2016-12-11 20:44:25 +00:00
George Oikonomou
5756248949
Factor-out CC13xx PROP mode TX power table
...
The CC13xx PROP mode TX power table can differ between boards as well as across frequency bands. This commit provides defaults for all bands and allows the board to override.
2016-12-11 20:41:00 +00:00
George Oikonomou
7ca3bea701
Make LNA bias trim offset configurable
2016-12-11 20:40:24 +00:00
George Oikonomou
6b7681c516
Extend the RF core to support RF switches
2016-12-11 16:54:11 +00:00
George Oikonomou
e0e6f82c46
Allow boards to explicitly provide an RSSI offset
2016-12-11 16:54:10 +00:00
George Oikonomou
00944ec677
Allow boards to append to overrides
2016-12-11 16:54:10 +00:00
George Oikonomou
d9ea888323
Delegate RF Front End and Bias settings to board.h
2016-12-11 16:54:10 +00:00
Jonas Olsson
a56b520215
Make sure correct clocks is running in the RF Core (RFE).
2016-12-11 16:51:48 +00:00
Jonas Olsson
43b9679bcc
Move setting of RF mode to correct place, needs to be called on every boot.
2016-12-11 16:51:48 +00:00
George Oikonomou
e73ac7d26f
Update to latest overrides and patches
2016-12-11 16:51:48 +00:00
Jonas Olsson
db54175d8d
Add missing structure from radio setup command.
2016-12-11 16:51:48 +00:00
George Oikonomou
f07ed3fc01
Allow CC13xxware to automatically configure RTRIM for us
2016-12-11 16:51:48 +00:00
George Oikonomou
2934c6bbe7
Define RFC-related ccxxware macros
2016-12-11 16:51:48 +00:00
George Oikonomou
3a070bd332
Fix typo in TX power settings for prop mode (12.5 dBm)
2016-12-11 16:51:48 +00:00
George Oikonomou
f9e6a78882
Update CMD_FS' fields to the current API
2016-12-11 16:51:47 +00:00
George Oikonomou
a3c80cedb9
Adjust TX power settings to use current API fields
2016-12-11 16:51:47 +00:00
George Oikonomou
4d0051ad4d
Switch to xxware-provided RF API headers
2016-12-11 16:51:47 +00:00
George Oikonomou
b67d3cc6ea
Remove RF API header files
...
xxwares ship these headers now, so we will switch to using those versions. The exceptions are IEEE API headers, which are for not part of xxwares, so we have to keep them locally for now.
2016-12-11 16:51:47 +00:00
Antonio Lignan
bd3f8fa3c5
Merge pull request #1939 from bthebaudeau/re-mote-sd-fat
...
Add global SD/MMC and FAT support, with RE-Mote as an example
2016-12-10 18:32:39 +01:00
Nicolas Tsiftes
3030422830
Merge pull request #1854 from mdlemay/fix-efi-align
...
x86: Fix section alignment for EFI binaries
2016-12-08 20:18:50 +01:00