Commit Graph

  • c6b795d3df
    Merge pull request #649 from atiselsts/contrib/link-stat-packet-counters Simon Duquennoy 2018-10-12 09:05:05 +0200
  • 4567ee303e
    Merge branch 'develop' into contrib/link-stat-packet-counters Simon Duquennoy 2018-10-12 08:19:38 +0200
  • 5f3ebfceb3
    Merge pull request #691 from simonduq/fix/cc2538-rf-switch George Oikonomou 2018-10-11 21:47:59 +0100
  • 1d74ae7ec3
    Merge branch 'develop' into fix/cc2538-rf-switch Simon Duquennoy 2018-10-11 20:27:23 +0200
  • 01965ab694
    Merge pull request #680 from simonduq/fix/rpl-dag-lifetime-60 Simon Duquennoy 2018-10-11 20:27:10 +0200
  • 1627aa18a4 Add missing return statement Simon Duquennoy 2018-10-11 20:18:51 +0200
  • 942d09a83d
    Merge branch 'develop' into fix/rpl-dag-lifetime-60 George Oikonomou 2018-10-11 16:45:27 +0100
  • d5f1bd2d4c
    Merge branch 'develop' into bugfix/gpio/64bit George Oikonomou 2018-10-11 16:44:22 +0100
  • b646b5161a
    Merge pull request #681 from simonduq/fix/tsch-cca George Oikonomou 2018-10-11 14:35:59 +0100
  • be072a35a4
    Merge branch 'develop' into fix/tsch-cca George Oikonomou 2018-10-11 13:00:30 +0100
  • 1db3ce4157
    Merge pull request #686 from simonduq/contrib/cc1200-tsch George Oikonomou 2018-10-11 00:42:26 +0100
  • 00291a5fa0
    Merge branch 'develop' into contrib/cc1200-tsch George Oikonomou 2018-10-10 22:19:23 +0100
  • 372f8ec6d0
    Merge pull request #688 from g-oikonomou/contrib/arm-dbg-io Simon Duquennoy 2018-10-10 17:17:52 +0200
  • b7c9cae60c Platform Zoul: move generic cc2538 defines from contiki-conf.h to cc2538-def.h Simon Duquennoy 2018-10-10 17:01:11 +0200
  • fac787231d Added TSCH_CONF_ARCH_HDR_PATH for platform-specific TSCH includes Simon Duquennoy 2018-10-10 16:52:33 +0200
  • d150de227f cc2420: remove unused variables Simon Duquennoy 2018-10-10 12:02:53 +0200
  • 123b38fc2b Rename make variable to better match current practice George Oikonomou 2018-10-05 11:13:44 +0100
  • 085601f795 Default to using os/lib/dbg-io for all arm-powered platforms George Oikonomou 2018-10-04 15:39:00 +0100
  • 7c5977d9f7 tsch_init: check that a timeslot timing template is provided Simon Duquennoy 2018-10-04 10:43:41 +0200
  • 3ace2b93f6 tsch_init: added missing return in case of failed initialization Simon Duquennoy 2018-10-04 10:42:13 +0200
  • 22cbced037 TSCH: timeslot timing templates as const Simon Duquennoy 2018-10-04 10:38:18 +0200
  • cc0c70c1b3 TSCH: move 10ms and 15ms timeslot timings to separate files Simon Duquennoy 2018-10-04 10:33:52 +0200
  • b5e12154c4 cc1200: added option to separate filling the Tx FIFO from actual transmission Simon Duquennoy 2018-10-03 15:15:18 +0200
  • 0ef1ee6df5 cc1200: make pending_packet work even when interrupt handler was not called Simon Duquennoy 2018-10-03 14:16:54 +0200
  • 90264a3ba3 cc1200: read out any pending packet before turning off Simon Duquennoy 2018-10-03 14:15:25 +0200
  • f4c1ae0fdd cc1200: reset rf_flags in on() Simon Duquennoy 2018-10-03 14:15:05 +0200
  • c589875aee cc1200: implement poll mode Simon Duquennoy 2018-10-03 14:07:47 +0200
  • ce0f95ec50 cc1200 flags for TSCH Simon Duquennoy 2018-10-03 13:53:10 +0200
  • f79a19eaab cc2538-rf and cc1200: only include implementation of RADIO_CONST_TSCH_TIMING when TSCH is enabled Simon Duquennoy 2018-10-03 13:44:48 +0200
  • 5497dc1e20 TSCH: timeslot timings as a structure, for flexible configuration Simon Duquennoy 2018-10-03 13:36:46 +0200
  • ddde2aebdc jn516x example: compute sample_count on current timeslot timings rather than defaults Simon Duquennoy 2018-10-03 13:36:00 +0200
  • 665f21592f TSCH: compute TSCH_SLOTS_PER_SECOND based on current timeslot timings rather than default Simon Duquennoy 2018-10-03 13:35:34 +0200
  • 572c6725d3 TSCH: configurable byte air time and PHY overhead Simon Duquennoy 2018-10-03 13:35:09 +0200
  • 64ce406ae4 Zoul: TSCH configuration assuming not only cc2538 Simon Duquennoy 2018-10-03 13:33:29 +0200
  • ddeeb63ddd CC1200 set_channel: compute channel within bounds from any input channel Simon Duquennoy 2018-10-03 13:31:33 +0200
  • e18660367b CC1200: disable debug by default Simon Duquennoy 2018-10-03 13:29:47 +0200
  • a09fb40bf7 CC1200: add SFD timestamping and RSSI features Simon Duquennoy 2018-10-03 13:28:50 +0200
  • e6dec9ee4a TSCH: before associating on an EB, check that the Rx timestamp is sensible Simon Duquennoy 2018-10-03 13:16:59 +0200
  • 17c2158229 TSCH: when scanning, set channel periodically regardless of previous channel Simon Duquennoy 2018-10-03 13:16:19 +0200
  • ace15d6499 TSCH: when receiving, bound packet duration with MaxTx from timing template Simon Duquennoy 2018-10-03 13:01:21 +0200
  • 3ba1b43bd9 TSCH: define SYNC_IE_BOUND from timing in use rather than default Simon Duquennoy 2018-10-03 12:59:52 +0200
  • 423412d99c TSCH: set max hopping sequence length to default hopping sequence Simon Duquennoy 2018-10-03 12:47:10 +0200
  • 4583fff094 Radio API: added values/objects for TSCH constants Simon Duquennoy 2018-10-03 12:42:06 +0200
  • cad068d5e8 sixtop example: remove obsolete z1 configuration Simon Duquennoy 2018-10-03 12:27:01 +0200
  • c4c1e589f7 cc1200: add 1000 kbps configuration, including TSCH configuration Simon Duquennoy 2018-10-03 12:25:09 +0200
  • 6b1292d9d9 cc1200: add required structures and defines for TSCH support Simon Duquennoy 2018-10-03 12:24:40 +0200
  • 710019877e
    Merge pull request #684 from kkrentz/cc2538-pr George Oikonomou 2018-10-02 17:23:20 +0100
  • 11a2fb14b1 radio.h: Added RADIO_PARAM_SHR_SEARCH kkrentz 2018-10-02 07:56:23 -0700
  • 501ce04f05 cc2538-rf: Simplified set_channel kkrentz 2018-08-03 03:12:00 -0700
  • 9f78836219 cc2538-rf: Simplified get_channel kkrentz 2018-08-02 05:46:34 -0700
  • 34f697adf7 cc2538-rf: Support for disabling the SHR search kkrentz 2018-08-02 05:44:18 -0700
  • f8091cb87c cc2538-rf: Use logging API kkrentz 2018-08-02 05:32:43 -0700
  • 9c1fefa7a7 cc2538-rf: More compact implementation of getting RSSIs kkrentz 2018-08-02 02:16:13 -0700
  • 34997f60f6 cc2538-rf: Removed unused function "cc2538_rf_set_promiscous_mode" kkrentz 2018-08-02 01:27:30 -0700
  • a1fddeb0f7 cc2538-rf: After init, we are not in receive mode kkrentz 2018-08-02 01:23:12 -0700
  • c919975d41 cc2538-rf: I see no point in flushing twice kkrentz 2018-08-02 01:08:45 -0700
  • 3045a47a29 cc2538-rf: As per the user's guide, RFCORE_XREG_FSCAL1 needs updating, too kkrentz 2018-08-02 01:01:41 -0700
  • b4db7aa4e7 GPIO HAL example fix 64-bit support George Oikonomou 2018-09-30 13:21:36 +0100
  • 3e9d79ca8c Fix pin to mask conversion macro for 64-bit masks George Oikonomou 2018-09-30 13:03:50 +0100
  • a01413369d RPL-Lite: fix DAG lifetime, was 60h, now 8h Simon Duquennoy 2018-09-28 16:08:26 +0200
  • 3e83903ee5 TSCH: fix CCA checking logic Simon Duquennoy 2018-09-28 16:16:25 +0200
  • 1f4f0c406c TSCH: fix timing variables in CCA code Simon Duquennoy 2018-09-28 16:14:33 +0200
  • 9fb7e8bfed TSCH: cleanup flags for CCA configuration Simon Duquennoy 2018-09-28 16:12:28 +0200
  • f91ef005bc
    Merge pull request #637 from atiselsts/contrib/tsch-channel-selection Simon Duquennoy 2018-09-28 14:15:26 +0200
  • 3ccf4c78bb Add TSCH stats example Atis Elsts 2017-11-27 17:34:43 +0000
  • df733e409a add TSCH channel selection example Atis Elsts 2017-11-28 14:59:41 +0000
  • bc9967dbb0 add TSCH channel selection service Atis Elsts 2017-11-28 14:58:42 +0000
  • ad577cf77f Add TSCH stats Atis Elsts 2018-08-31 15:11:25 +0100
  • e71ef49c04 Create platform-independent SPI select and deselect George Oikonomou 2018-09-26 21:42:06 +0100
  • a7fbdfa274
    Merge pull request #674 from atiselsts/contrib/const-spi George Oikonomou 2018-09-26 21:36:40 +0100
  • 8db3c8d3be add const to spi_device_t * parameter in SPI functions, and store ext-flash default config in ROM instead of RAM Atis Elsts 2018-09-24 17:51:47 +0100
  • ba73abfeac Provide default board for platform simplelink George Oikonomou 2018-09-23 12:58:31 +0100
  • 9e2ffda2da
    Merge pull request #668 from Rehan-MALAK/missing-header George Oikonomou 2018-09-23 14:32:27 +0300
  • 4f7c32a13e
    Merge branch 'develop' into missing-header George Oikonomou 2018-09-23 14:01:36 +0300
  • 6827cfff8f
    Merge pull request #666 from Rehan-MALAK/fix-bug-simplelink-boards-name George Oikonomou 2018-09-23 14:01:23 +0300
  • 36e1a8f82d
    Merge branch 'develop' into missing-header George Oikonomou 2018-09-23 13:49:17 +0300
  • ac6e42c42f
    Merge branch 'develop' into fix-bug-simplelink-boards-name George Oikonomou 2018-09-21 23:02:52 +0300
  • 350d1fcc51
    Merge pull request #667 from Rehan-MALAK/minor-refactor-hdc-1000-sensor George Oikonomou 2018-09-21 23:02:24 +0300
  • 75d372cde4 minor refactoring of hdc-1000-sensor following commit f4a8cba37 Rehan MALAK 2018-09-21 11:33:14 +0200
  • cc7c2312ec missing header inttypes.h Rehan MALAK 2018-09-21 09:40:26 +0200
  • 665dfa175e remove bug in simplelink boards name Rehan MALAK 2018-09-20 15:44:47 +0200
  • f69f1fe319
    Merge pull request #664 from Rehan-MALAK/platforms_exclude_benchmarks Simon Duquennoy 2018-09-21 09:35:18 +0200
  • 53e4892c1d exclude some platforms from benchmarks Rehan MALAK 2018-09-20 11:38:29 +0200
  • 2866820ff7
    Merge pull request #658 from atiselsts/contrib/cc26xx-assoc-time George Oikonomou 2018-09-17 16:51:36 +0100
  • cb55197f90 CC26xx/CC13xx: update the TSCH_CONF_ASSOCIATION_POLL_FREQUENCY parameter to make it associate faster Atis Elsts 2018-09-15 14:16:27 +0100
  • 182ef5a974
    Merge pull request #622 from g-oikonomou/contrib/cc26xx/bootloader-config George Oikonomou 2018-09-17 14:11:24 +0100
  • 9a2a3d50aa
    Merge branch 'develop' into contrib/cc26xx/bootloader-config George Oikonomou 2018-09-17 13:26:01 +0100
  • ccc89bf745
    Merge pull request #660 from atiselsts/contrib/gpio-hal-interrupt George Oikonomou 2018-09-17 13:21:21 +0100
  • 18af632c08
    Merge branch 'develop' into contrib/gpio-hal-interrupt George Oikonomou 2018-09-17 12:50:42 +0100
  • 93c65037ab
    Merge pull request #661 from atiselsts/contrib/flash-pins George Oikonomou 2018-09-17 12:50:26 +0100
  • bb6e8d9bea
    Merge branch 'develop' into contrib/flash-pins George Oikonomou 2018-09-17 11:45:40 +0100
  • b142f3d179
    Merge pull request #651 from Rehan-MALAK/null-character George Oikonomou 2018-09-17 11:45:15 +0100
  • 06bbb65bdb Simplify configuration of the CC13xx/CC26xx ROM bootloader George Oikonomou 2018-08-16 22:01:48 +0100
  • c29cfc256e
    Merge branch 'develop' into null-character George Oikonomou 2018-09-17 11:13:22 +0100
  • 917333dbeb
    Merge pull request #655 from Rehan-MALAK/update-uncrustify-conf George Oikonomou 2018-09-17 11:13:08 +0100
  • 8c02a4bec8
    Merge pull request #659 from atiselsts/contrib/rm-button-shutdown George Oikonomou 2018-09-17 10:08:48 +0100
  • dac555f208
    Merge branch 'develop' into contrib/rm-button-shutdown George Oikonomou 2018-09-17 09:21:53 +0100
  • 7445a13ca3
    Merge pull request #647 from g-oikonomou/bugfix/mcast-stats Simon Duquennoy 2018-09-17 09:57:27 +0200
  • ba8f8b9bda
    Merge branch 'develop' into bugfix/mcast-stats Simon Duquennoy 2018-09-16 20:03:30 +0200
  • f63012137d CC26xx/CC13xx GPIO interrupt hal: clear the interrupt flags before calling the callbacks, not after Atis Elsts 2018-09-15 14:37:17 +0100