Skip to content

drivers/mkrwan: add initial implementation#9289

Closed
aabadie wants to merge 15 commits intoRIOT-OS:masterfrom
aabadie:pr/driver/mkrwan
Closed

drivers/mkrwan: add initial implementation#9289
aabadie wants to merge 15 commits intoRIOT-OS:masterfrom
aabadie:pr/driver/mkrwan

Conversation

@aabadie
Copy link
Contributor

@aabadie aabadie commented Jun 4, 2018

Contribution description

This PR provides an initial implementation for the LoRa module available on the arduino-mkrwan1300 board. This module is controlled using AT commands so the driver is based on the generic AT command parser available in RIOT.

This PR also provides a basic test application for configuring the module, joining a network and sending data to the network. Reception of messages from the network is not supported in the current state.

Issues/PRs references

PR based on #8354 and #9288

@aabadie aabadie added Area: drivers Area: Device drivers Area: LoRa Area: LoRa radio support labels Jun 4, 2018
@aabadie aabadie force-pushed the pr/driver/mkrwan branch from 8c0ad3d to ce7a4b1 Compare June 4, 2018 15:17
@aabadie aabadie added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jun 4, 2018
@aabadie aabadie force-pushed the pr/driver/mkrwan branch 3 times, most recently from 109c54b to 2a61701 Compare June 4, 2018 20:26
@aabadie aabadie added the State: waiting for other PR State: The PR requires another PR to be merged first label Jun 4, 2018
@aabadie aabadie force-pushed the pr/driver/mkrwan branch from 2a61701 to d43680e Compare June 19, 2018 11:29
@tcschmidt tcschmidt requested a review from jia200x June 21, 2018 10:49
@dylad dylad mentioned this pull request Jul 19, 2018
@miri64 miri64 added State: waiting for other PR and removed CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Oct 5, 2018
@stale
Copy link

stale bot commented Aug 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label Aug 10, 2019
@aabadie aabadie added State: don't stale State: Tell state-bot to ignore this issue and removed State: stale State: The issue / PR has no activity for >185 days labels Aug 11, 2019
@aabadie aabadie removed the State: don't stale State: Tell state-bot to ignore this issue label Sep 21, 2019
@aabadie aabadie removed the State: waiting for other PR State: The PR requires another PR to be merged first label Oct 8, 2019
@aabadie aabadie requested a review from fjmolinas October 12, 2019 20:56
@aabadie aabadie added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Oct 12, 2019
@aabadie aabadie added State: waiting for other PR State: The PR requires another PR to be merged first and removed CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Oct 12, 2019
This module implements the 2 functions called when requesting a board 'reset in application' and 'board reset in bootloader' actions.
This module will also configure the behaviour of bossa flasher and has a dependency on USBUS CDC ACM module for providing STDIO over USB
@aabadie aabadie removed the State: waiting for other PR State: The PR requires another PR to be merged first label Nov 9, 2019
@jia200x
Copy link
Member

jia200x commented Nov 11, 2019

unfortunately I don't have this module :/. I can review the code though

@stale
Copy link

stale bot commented May 14, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label May 14, 2020
@stale stale bot closed this Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: drivers Area: Device drivers Area: LoRa Area: LoRa radio support State: stale State: The issue / PR has no activity for >185 days

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants