commit | 3769648793b82a7f18d3d652207d14e38cf63c41 | [log] [tgz] |
---|---|---|
author | Bjarki Arge Andreasen <bjarki@arge-andreasen.me> | Fri May 03 10:33:18 2024 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 09 15:45:34 2024 +0200 |
tree | 1fad9bc7cd01c60524b88300c180f3663cb659b2 | |
parent | 81e4b91bb533e6540c8227c437ce306942c85591 [diff] |
drivers: gnss: Add emulated GNSS device driver The emulated GNSS driver behaves like a GNSS, implementing device pm and the GNSS APIs, using only kernel features ( zephyr work queue and uptime) making it buildable on all zephyr targets. The purpose of this device driver is to tailor and validate the gnss api test suite. Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>