From 16befdfd8e8e887fb37d29b5bee626d9ef3e2be4 Mon Sep 17 00:00:00 2001 From: Nick Garvey Date: Fri, 30 Dec 2022 22:55:14 -0800 Subject: [PATCH] Add Zephyr to Nano 33 BLE board Zephyr supports Nano 33 33, add it as a build option. I was able to upload the blink sketch using this config. Zephyr docs: https://docs.zephyrproject.org/3.2.0/boards/arm/arduino_nano_33_ble/doc/index.html --- boards/nano33ble.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/boards/nano33ble.json b/boards/nano33ble.json index f891400b..cbda07bd 100644 --- a/boards/nano33ble.json +++ b/boards/nano33ble.json @@ -18,7 +18,10 @@ ] ], "mcu": "nrf52840", - "variant": "ARDUINO_NANO33BLE" + "variant": "ARDUINO_NANO33BLE", + "zephyr": { + "variant": "arduino_nano_33_ble" + } }, "connectivity": [ "bluetooth" @@ -29,7 +32,8 @@ "svd_path": "nrf52840.svd" }, "frameworks": [ - "arduino" + "arduino", + "zephyr" ], "name": "Arduino Nano 33 BLE", "upload": {