Commit Graph

14744 Commits

Author SHA1 Message Date
George Oikonomou a66692de45
Merge pull request #829 from tiepettersen/contrib/simplelink-ble-issue
Fixed BLE advertisement on SimpleLink
2019-01-28 22:24:11 +00:00
Edvard Pettersen ff93ef11db Added individual configuration of front-end mode for each RF path 2019-01-28 16:26:21 +01:00
Edvard Pettersen 257a3794a1 Fixed RF front-end configuration and RF switching for CC13xx
Two issues caused the sensitivity on CC13xx devices to be dramatically
worse than CC26xx devices:
* Wrong front-end mode configuration
* Faulty/outdated RF switching logic

Both issues are inherently board-specific. Therefore, a generic
configuration was aligned across all boards which allows a specific
board to configure a correct RF front-end mode. In addition, the RF
switching logic was updated to latest and greatest.
2019-01-28 16:22:42 +01:00
Edvard Pettersen c177034d39 Fixed BLE advertisement on SimpleLink
A couple of issues was found:
* Wrong CPE patches in RF settings
* Wrong whitening init value for the CMD_BLE5_ADV_NC command
* BLE MAC address was not copied to RAM before set in the bleAdvPar
  construct.
* BLE advertisements were not transmitted in intervals as specified by
  BLE spec.
2019-01-28 16:22:41 +01:00
George Oikonomou 17f4c68888
Merge pull request #819 from atiselsts/contrib/msp430-platforms
Add back Zolertia Z1 platform
2019-01-24 21:18:54 +00:00
George Oikonomou eb03db9fa4
Merge branch 'develop' into contrib/msp430-platforms 2019-01-24 11:26:57 +00:00
George Oikonomou 9ac015013e
Merge pull request #821 from firmwaremodules/bugfix/simplelink-opt3001
Fix a couple of simplelink platform bugs
2019-01-17 18:10:35 +00:00
firmwareguru 8203abb2e7 fixes contiki-ng/contiki-ng#768 simplelink opt3001 wrong value 2019-01-14 19:35:12 -07:00
firmwareguru 284b52c8b6 Fix cc26x0-cc13x0 example not building 2019-01-14 19:23:13 -07:00
Atis Elsts b955dbe9a1 TSCH simple node: also set coordinator id node_id == 1 on Z1 2019-01-14 14:55:34 +00:00
Atis Elsts bc09e10578 add back sensniff config for Zolertia z1 2019-01-14 14:55:34 +00:00
Atis Elsts 4d0ca686f2 Add back some regression tests for the Z1 platform 2019-01-14 14:55:34 +00:00
Atis Elsts 313802dcbd Exclude z1 from some Makefiles: not all examples can be built on z1 due to limited memory 2019-01-14 14:55:34 +00:00
Atis Elsts 8b8798ada9 add back zolertia tool folder 2019-01-14 14:55:34 +00:00
Atis Elsts f35a7a2f36 add back z1 platform 2019-01-14 14:55:34 +00:00
George Oikonomou 423d928e97
Merge pull request #772 from simonduq/contrib/shell-no-ipv6
IPv6-less shell
2019-01-12 18:26:50 +00:00
George Oikonomou 3af022f6da
Merge branch 'develop' into contrib/shell-no-ipv6 2019-01-12 16:44:28 +00:00
Simon Duquennoy 5c206691a3 Shell: group IPv6 and RPL-Lite commands 2019-01-11 21:22:16 +01:00
Simon Duquennoy 36ee548b51 Shell: add mac-addr command 2019-01-11 21:16:48 +01:00
Simon Duquennoy d850fff673 Make it possible to use shell without IPv6 2019-01-11 21:16:48 +01:00
George Oikonomou e2c0964091
Merge pull request #814 from zhitaoh/fix-nrf-zero-temp-read
fix temperature sensor reading in nrf52dk platform, which was stuck a…
2019-01-11 13:12:56 +00:00
George Oikonomou 35de5ed25e
Merge branch 'develop' into fix-nrf-zero-temp-read 2019-01-10 23:33:18 +02:00
George Oikonomou fe07e6dd79
Merge pull request #804 from atiselsts/feature/application-level-timesync
Application level time synchronization example with TSCH
2019-01-10 23:32:22 +02:00
Zhitao He d0a0a2a568 busy wait maximum 72 us (typically 36 us) for taking a measurement from the on-chip temperature sensor 2019-01-10 18:56:27 +01:00
George Oikonomou 21b5f1b36f
Merge branch 'develop' into feature/application-level-timesync 2019-01-10 17:19:33 +02:00
George Oikonomou f5a258c6a6
Merge branch 'develop' into fix-nrf-zero-temp-read 2019-01-10 03:42:07 +02:00
George Oikonomou 5a974a21ba
Merge pull request #806 from atiselsts/bugfix/platforms-exclude
Do not allow to 'trick' the platform and board exclude checks
2019-01-10 03:41:53 +02:00
George Oikonomou 5ac181741f
Merge branch 'develop' into fix-nrf-zero-temp-read 2019-01-10 03:40:10 +02:00
George Oikonomou 4612d38db7
Merge pull request #815 from atiselsts/contrib/cc26xx-aes
Add AES-128 driver for CC26x0/CC13x0
2019-01-10 03:36:16 +02:00
Atis Elsts 0b31b090aa Add AES-128 driver for CC26x0/CC13x0 2019-01-09 16:54:03 +02:00
Zhitao He cd1b23ff38 fix temperature sensor reading in nrf52dk platform, which was stuck at zero 2019-01-09 14:02:01 +01:00
George Oikonomou 54ea6d59aa
Merge branch 'develop' into feature/application-level-timesync 2018-12-19 03:30:29 +00:00
George Oikonomou c6f7a36c50
Merge branch 'develop' into bugfix/platforms-exclude 2018-12-19 02:31:31 +00:00
George Oikonomou 4928a5e1e0
Merge pull request #805 from atiselsts/bugfix/rpl-example-cleanup
UDP example code cleanup
2018-12-19 02:14:00 +00:00
Atis Elsts c01d3d7d22 Do not allow to 'trick' the platform and board exclude checks 2018-12-18 19:42:45 +00:00
Atis Elsts de3c154f48 UDP example code cleanup 2018-12-18 16:52:40 +00:00
Atis Elsts 99a68e84f1 add the TSCH application-level timesync example 2018-12-18 16:50:09 +00:00
Atis Elsts 08cbbe224b minor shell update: extend the tsch-status command 2018-12-18 16:40:18 +00:00
Atis Elsts f9cd3449f3 add tsch_get_network_uptime_ticks() function 2018-12-18 16:40:18 +00:00
George Oikonomou 9c086d40b1
Merge pull request #801 from atiselsts/readme-typo
Fix a typo in README
2018-12-17 21:44:31 +00:00
Atis Elsts 8863fcab0e typo fix in README 2018-12-17 15:34:27 +00:00
George Oikonomou 49620903a5
Merge pull request #791 from debug-ito/cooja-add-int-master
cooja: add int-master implementation.
2018-12-07 01:43:21 +00:00
Toshio Ito e7a86cf16b cooja: add int-master implementation.
It's copied from arch/cpu/native/int-master.c, which is just a no-op
stub.

See #790
2018-12-06 11:30:54 +09:00
Joakim Eriksson ba15c0c6e4
Merge pull request #784 from g-oikonomou/bugfix/nrf52dk
Fix the nrf52dk .jlink and .flash make targets
2018-12-02 10:41:05 +01:00
George Oikonomou 944d8da255 Fix the nrf52dk .jlink and .flash make targets
Fixes #782
2018-12-01 20:52:47 +00:00
George Oikonomou 372cce8beb
Merge pull request #783 from tiepettersen/contrib/ti-erronous-log-newline
Fix correct LOG_INFO in platform.c
2018-11-30 11:32:19 +00:00
Edvard Pettersen dff3e760b8 Fix correct LOG_INFO in platform.c
When logging info about channel and PANID a newline is added for each
logging statement. It should only add a newline for the first LOG_INFO.
2018-11-29 16:42:45 +01:00
George Oikonomou 4d6c8898c2
Merge pull request #776 from tiepettersen/contrib/lp-uart-rx-pin
Fixed wrong PIN configuration for UART0_RX on LaunchPads
2018-11-26 13:13:40 +00:00
Edvard Pettersen 081a8cd516 Fixed wrong PIN configuration for UART0_RX on LaunchPads
All LaunchPads drives the UART0_RX pin up, but is configured in the
Board file to be pull-down. This alignes the UART0_RX pin configuration
with the development board HW.
2018-11-26 12:04:08 +01:00
George Oikonomou 37c03ecd25
Merge pull request #773 from simonduq/contrib/ext-arch-path
Build system: enable compiling with arch directory at arbitrary paths
2018-11-25 02:37:09 +00:00