From e031c8d0204f3d96ad77536f8a84861a770c955c Mon Sep 17 00:00:00 2001 From: Joey Wunderlich Date: Tue, 26 Sep 2023 15:02:53 -0700 Subject: [PATCH] enable n4 hardware --- libs/hw---n4/pxt.json | 1 - pxtarget.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hw---n4/pxt.json b/libs/hw---n4/pxt.json index 3ae1b552403..3bb0712770c 100644 --- a/libs/hw---n4/pxt.json +++ b/libs/hw---n4/pxt.json @@ -35,7 +35,6 @@ "DEVICE_WEBUSB": 0 } }, - "experimentalHw": true, "dalDTS": { "corePackage": "../core---nrf52" } diff --git a/pxtarget.json b/pxtarget.json index 81ec5b087f0..5025d6e5e0d 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -126,6 +126,7 @@ "base": [ "libs/hw", "libs/hw---n3", + "libs/hw---n4", "libs/hw---samd51", "libs/hw---stm32f401", "libs/hw---rp2040"