From 43b462608459222f11f8229f70d64e05b8c0e0e5 Mon Sep 17 00:00:00 2001 From: Takashi Matsuoka Date: Fri, 9 Nov 2018 14:10:29 +0900 Subject: [PATCH] Add Wio LTE M1/NB1(BG96) board --- misc/usbmapping.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/misc/usbmapping.json b/misc/usbmapping.json index 56599ad3..e41c58a1 100644 --- a/misc/usbmapping.json +++ b/misc/usbmapping.json @@ -213,6 +213,14 @@ "id": "Wio3G", "interface": "cmsis-dap.cfg", "target": "stm32f4x.cfg" + }, + { + "name": "Seeed Wio LTE M1/NB1(BG96)", + "package": "SeeedJP", + "architecture": "SeeedJP_STM32F4", + "id": "WioLTEM1BG96", + "interface": "cmsis-dap.cfg", + "target": "stm32f4x.cfg" } ] }