drivers/modem/u-blox.c and include/nuttx/drivers/u-blox.h: Add an upper half driver for the U-Blox Modem. From Vladimir Komendantskiy

This commit is contained in:
Vladimir Komendantskiy
2016-01-30 07:37:43 -06:00
committed by Gregory Nutt
parent 8645b7c57f
commit 19feab1bd6
8 changed files with 546 additions and 0 deletions
+3
View File
@@ -11416,4 +11416,7 @@
* configs/board/src/xyz_cxxinitialize.c: Move CXX initialization logic
out of the RTOS and into the application space, specifically to
apps/platform/board, where it belongs (2016-01-29).
* drivers/modem/u-blox.c and include/nuttx/drivers/u-blox.h: Add an upper
half driver for the U-Blox Modem. From Vladimir Komendantskiy
(2018-01-30).