[riot-commits] [RIOT-OS/RIOT] 021ab9: at driver: fix at_send_cmd_get_lines bug
Vincent Dupont
vincentdup at gmail.com
Mon Sep 24 17:34:05 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 021ab9764a9c0c1487cab384860730d8bc73a476
https://github.com/RIOT-OS/RIOT/commit/021ab9764a9c0c1487cab384860730d8bc73a476
Author: Toon Stegen <tstegen at nalys-group.com>
Date: 2018-09-18 (Tue, 18 Sep 2018)
Changed paths:
M drivers/at/at.c
Log Message:
-----------
at driver: fix at_send_cmd_get_lines bug
When reusing the same buffer for the at command and response, no command
would be sent because the buffer was cleared. This is fixed by only
clearing the buffer after the command has been sent.
Commit: 1f2985dfc6a7ef9878bebf518bb5f1515bdd6bb9
https://github.com/RIOT-OS/RIOT/commit/1f2985dfc6a7ef9878bebf518bb5f1515bdd6bb9
Author: Vincent Dupont <vincentdup at gmail.com>
Date: 2018-09-24 (Mon, 24 Sep 2018)
Changed paths:
M drivers/at/at.c
Log Message:
-----------
Merge pull request #9952 from OTAkeys/at_fix_buffer_memset
at driver: allow using same buffer for command and response in at_send_cmd_get_lines()
Compare: https://github.com/RIOT-OS/RIOT/compare/028bc2a3e4c6...1f2985dfc6a7
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list