Commit Graph

14730 Commits

Author SHA1 Message Date
Simon Duquennoy ddeeb63ddd CC1200 set_channel: compute channel within bounds from any input channel 2018-10-03 13:31:33 +02:00
Simon Duquennoy e18660367b CC1200: disable debug by default 2018-10-03 13:29:47 +02:00
Simon Duquennoy a09fb40bf7 CC1200: add SFD timestamping and RSSI features 2018-10-03 13:28:50 +02:00
Simon Duquennoy e6dec9ee4a TSCH: before associating on an EB, check that the Rx timestamp is sensible 2018-10-03 13:16:59 +02:00
Simon Duquennoy 17c2158229 TSCH: when scanning, set channel periodically regardless of previous channel 2018-10-03 13:16:19 +02:00
Simon Duquennoy ace15d6499 TSCH: when receiving, bound packet duration with MaxTx from timing template 2018-10-03 13:01:21 +02:00
Simon Duquennoy 3ba1b43bd9 TSCH: define SYNC_IE_BOUND from timing in use rather than default 2018-10-03 12:59:52 +02:00
Simon Duquennoy 423412d99c TSCH: set max hopping sequence length to default hopping sequence 2018-10-03 12:47:10 +02:00
Simon Duquennoy 4583fff094 Radio API: added values/objects for TSCH constants 2018-10-03 12:42:06 +02:00
Simon Duquennoy cad068d5e8 sixtop example: remove obsolete z1 configuration 2018-10-03 12:27:01 +02:00
Simon Duquennoy c4c1e589f7 cc1200: add 1000 kbps configuration, including TSCH configuration 2018-10-03 12:25:09 +02:00
Simon Duquennoy 6b1292d9d9 cc1200: add required structures and defines for TSCH support 2018-10-03 12:24:40 +02:00
George Oikonomou 710019877e
Merge pull request #684 from kkrentz/cc2538-pr
Improvements to cc2538-rf.c
2018-10-02 17:23:20 +01:00
kkrentz 11a2fb14b1 radio.h: Added RADIO_PARAM_SHR_SEARCH 2018-10-02 07:56:23 -07:00
kkrentz 501ce04f05 cc2538-rf: Simplified set_channel 2018-10-02 07:07:54 -07:00
kkrentz 9f78836219 cc2538-rf: Simplified get_channel 2018-10-02 07:07:01 -07:00
kkrentz 34f697adf7 cc2538-rf: Support for disabling the SHR search 2018-10-02 07:07:01 -07:00
kkrentz f8091cb87c cc2538-rf: Use logging API 2018-10-02 07:07:01 -07:00
kkrentz 9c1fefa7a7 cc2538-rf: More compact implementation of getting RSSIs 2018-10-02 07:07:01 -07:00
kkrentz 34997f60f6 cc2538-rf: Removed unused function "cc2538_rf_set_promiscous_mode" 2018-10-02 07:07:01 -07:00
kkrentz a1fddeb0f7 cc2538-rf: After init, we are not in receive mode 2018-10-02 07:07:01 -07:00
kkrentz c919975d41 cc2538-rf: I see no point in flushing twice 2018-10-02 07:07:01 -07:00
kkrentz 3045a47a29 cc2538-rf: As per the user's guide, RFCORE_XREG_FSCAL1 needs updating, too 2018-10-02 07:07:01 -07:00
George Oikonomou b4db7aa4e7 GPIO HAL example fix 64-bit support 2018-09-30 20:21:17 +01:00
George Oikonomou 3e9d79ca8c Fix pin to mask conversion macro for 64-bit masks 2018-09-30 13:25:44 +01:00
Simon Duquennoy a01413369d RPL-Lite: fix DAG lifetime, was 60h, now 8h 2018-09-29 09:26:29 +02:00
Simon Duquennoy 3e83903ee5 TSCH: fix CCA checking logic 2018-09-28 16:16:25 +02:00
Simon Duquennoy 1f4f0c406c TSCH: fix timing variables in CCA code 2018-09-28 16:14:33 +02:00
Simon Duquennoy 9fb7e8bfed TSCH: cleanup flags for CCA configuration 2018-09-28 16:12:28 +02:00
Simon Duquennoy f91ef005bc
Merge pull request #637 from atiselsts/contrib/tsch-channel-selection
TSCH stats and adaptive TSCH channel selection
2018-09-28 14:15:26 +02:00
Atis Elsts 3ccf4c78bb Add TSCH stats example 2018-09-27 16:00:36 +01:00
Atis Elsts df733e409a add TSCH channel selection example 2018-09-27 16:00:36 +01:00
Atis Elsts bc9967dbb0 add TSCH channel selection service 2018-09-27 16:00:36 +01:00
Atis Elsts ad577cf77f Add TSCH stats 2018-09-27 16:00:36 +01:00
George Oikonomou e71ef49c04 Create platform-independent SPI select and deselect 2018-09-26 21:42:06 +01:00
George Oikonomou a7fbdfa274
Merge pull request #674 from atiselsts/contrib/const-spi
Add const to spi_device_t * parameter in SPI functions
2018-09-26 21:36:40 +01:00
Atis Elsts 8db3c8d3be add const to spi_device_t * parameter in SPI functions, and store ext-flash default config in ROM instead of RAM 2018-09-25 14:28:50 +01:00
George Oikonomou ba73abfeac Provide default board for platform simplelink
If BOARD is unspecified, simplelink platform's build system will generate an error instead of choosing a default. This is a) inconsistent with what we do for other platforms and b) problematic because making targets clean, distclean etc will fail.
2018-09-23 12:59:43 +01:00
George Oikonomou 9e2ffda2da
Merge pull request #668 from Rehan-MALAK/missing-header
missing header inttypes.h
2018-09-23 14:32:27 +03:00
George Oikonomou 4f7c32a13e
Merge branch 'develop' into missing-header 2018-09-23 14:01:36 +03:00
George Oikonomou 6827cfff8f
Merge pull request #666 from Rehan-MALAK/fix-bug-simplelink-boards-name
remove bug in simplelink boards name
2018-09-23 14:01:23 +03:00
George Oikonomou 36e1a8f82d
Merge branch 'develop' into missing-header 2018-09-23 13:49:17 +03:00
George Oikonomou ac6e42c42f
Merge branch 'develop' into fix-bug-simplelink-boards-name 2018-09-21 23:02:52 +03:00
George Oikonomou 350d1fcc51
Merge pull request #667 from Rehan-MALAK/minor-refactor-hdc-1000-sensor
minor refactoring of hdc-1000-sensor following commit f4a8cba37
2018-09-21 23:02:24 +03:00
Rehan MALAK 75d372cde4 minor refactoring of hdc-1000-sensor following commit f4a8cba37 2018-09-21 12:30:53 +02:00
Rehan MALAK cc7c2312ec missing header inttypes.h 2018-09-21 10:15:43 +02:00
Rehan MALAK 665dfa175e remove bug in simplelink boards name
make -C tests/compile-all was emitting lots of

../../arch/platform/simplelink/Makefile.simplelink:28: *** Board 'launchpad/cc2650sensortag/cc1350' does not corresponding to any SimpleLink family. Make sure your BOARD variable is correct..  Stop.
2018-09-21 09:55:32 +02:00
Simon Duquennoy f69f1fe319
Merge pull request #664 from Rehan-MALAK/platforms_exclude_benchmarks
exclude some platforms from benchmarks
2018-09-21 09:35:18 +02:00
Rehan MALAK 53e4892c1d exclude some platforms from benchmarks 2018-09-20 15:09:30 +02:00
George Oikonomou 2866820ff7
Merge pull request #658 from atiselsts/contrib/cc26xx-assoc-time
CC26xx/CC13xx: update the TSCH_CONF_ASSOCIATION_POLL_FREQUENCY parameter to make it associate faster
2018-09-17 16:51:36 +01:00