commit | 28f5f2d1eddbd9c6ae0210aa23fce4e57cce6cda | [log] [tgz] |
---|---|---|
author | Bjarki Arge Andreasen <bjarkix123@gmail.com> | Wed Aug 02 13:54:19 2023 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 30 11:43:19 2023 -0400 |
tree | 3ea9ab42fab9c76f4edfb4fc5aee82691cf4bd69 | |
parent | ed92612689fa52689e84bd40718328d9205d4d72 [diff] |
drivers: Add GNSS API public header This commit adds the public header for the GNSS API, along with the initial GNSS Kconfig file and an entry in the common linker file for registered GNSS data callbacks. A very naive implementation of the GNSS data callback is provided as well in drivers/gnss/gnss_publish.c Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>