소스 검색

fix build

Florent Daigniere 5 달 전
부모
커밋
8ee4dc64e1
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      boards/rak3401.json
  2. 2 1
      boards/rak4631.json

+ 2 - 1
boards/rak3401.json

@@ -46,7 +46,8 @@
   ],
   "debug": {
     "jlink_device": "nRF52840_xxAA",
-    "svd_path": "nrf52840.svd"
+    "svd_path": "nrf52840.svd",
+    "openocd_target": "nrf52.cfg"
   },
   "frameworks": [
     "arduino"

+ 2 - 1
boards/rak4631.json

@@ -46,7 +46,8 @@
   ],
   "debug": {
     "jlink_device": "nRF52840_xxAA",
-    "svd_path": "nrf52840.svd"
+    "svd_path": "nrf52840.svd",
+    "openocd_target": "nrf52.cfg"
   },
   "frameworks": [
     "arduino"