From 17c6b96ac90e2b76ae804903fdc87d9a5a562817 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 22 May 2023 08:36:01 +0200 Subject: [PATCH] machine:hw20: Add gnss support --- conf/machine/am335x-nrhw20.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/am335x-nrhw20.conf b/conf/machine/am335x-nrhw20.conf index 8c2864b..05680d3 100644 --- a/conf/machine/am335x-nrhw20.conf +++ b/conf/machine/am335x-nrhw20.conf @@ -21,6 +21,7 @@ WWAN_VENDORS = "ublox" MACHINE_FEATURES += " \ can \ wwan \ + gnss \ bluetooth \ tibluetooth \ atsha \