Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers/at: add a function read a response plus the OK #18753

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

keestux
Copy link
Contributor

@keestux keestux commented Oct 16, 2022

Contribution description

There are many modem commands for which you get a line of response followed by an OK. Take for example the AT+CGSN command to get the IMEI of a Ublox G350.

  >> AT+CGSN
  << 004999010640000
  << OK

There are many modem commands for which you get a line of response followed
by an OK. Take for example the AT+CGSN command to get the IMEI of a Ublox
G350.
  >> AT+CGSN
  << 004999010640000
  << OK
@github-actions github-actions bot added the Area: drivers Area: Device drivers label Oct 16, 2022
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Oct 17, 2022
Copy link
Contributor

@benpicco benpicco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@riot-ci
Copy link

riot-ci commented Oct 17, 2022

Murdock results

✔️ PASSED

9447423 drivers/at: add a function read a response plus the OK

Success Failures Total Runtime
1987 0 1987 06m:25s

Artifacts

This only reflects a subset of all builds from https://ci-prod.riot-os.org. Please refer to https://ci.riot-os.org for a complete build for now.

@benpicco benpicco merged commit e6835fe into RIOT-OS:master Oct 17, 2022
@keestux keestux deleted the driver-at-add-more-functions branch October 21, 2022 17:54
@kaspar030 kaspar030 added this to the Release 2023.01 milestone Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants