diff --git a/src/lib/resource.ts b/src/lib/resource.ts index a69e6f6..b83aeba 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -645,5 +645,17 @@ export const deviceHardwareList: DeviceHardware[] = [ tags: ["DIY"], images: ["promicro.svg"], requiresDfu: true, + }, + { + hwModel: 88, + hwModelSlug: "XIAO_NRF52_KIT", + platformioTarget: "seeed_xiao_nrf52840_kit", + architecture: "nrf52840", + activelySupported: true, + supportLevel: 1, + displayName: "Seeed Xiao NRF52840 Kit", + tags: ["Seeed"], + requiresDfu: true, + images: ["seeed_xiao_nrf52_kit.svg"] } ];