diff options
| author | hathach <[email protected]> | 2020-09-04 11:20:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-09-04 11:20:09 +0700 |
| commit | 10d5dac9137adfd6c14d96e1079f08447eacd9d8 (patch) | |
| tree | 94a7d167c861daef33835cb8ad19decde0fae6de | |
| parent | ed7a0de3abd12b7fefaeb2fc97607ae7d73d5419 (diff) | |
update doc
| -rw-r--r-- | docs/boards.md | 5 | ||||
| -rw-r--r-- | hw/bsp/samg55xplained/board.mk | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/boards.md b/docs/boards.md index 1b3de29e9..309f5e5d9 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -19,7 +19,7 @@ This code base already had supported for a handful of following boards (sorted a - [DA14695 Development Kit – USB](https://www.dialog-semiconductor.com/products/da14695-development-kit-usb) - [DA1469x Development Kit – Pro](https://www.dialog-semiconductor.com/products/da14695-development-kit-pro) -### MicroChip SAMD +### MicroChip SAM - [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333) - [Adafruit Feather M0 Express](https://www.adafruit.com/product/3403) @@ -28,9 +28,10 @@ This code base already had supported for a handful of following boards (sorted a - [Adafruit ItsyBitsy M4 Express](https://www.adafruit.com/product/3800) - [Adafruit Metro M0 Express](https://www.adafruit.com/product/3505) - [Adafruit Metro M4 Express](https://www.adafruit.com/product/3382) +- [Great Scott Gadgets LUNA](https://greatscottgadgets.com/luna/) - [Microchip SAMD11 Xplained](https://www.microchip.com/developmenttools/ProductDetails/atsamd11-xpro) +- [Microchip SAMG55 Xplained Pro Evaluation Kit](https://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/ATSAMG55-XPRO) - [Seeeduino Xiao](https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html) -- [Great Scott Gadgets LUNA](https://greatscottgadgets.com/luna/) ### Nordic nRF5x diff --git a/hw/bsp/samg55xplained/board.mk b/hw/bsp/samg55xplained/board.mk index b53757dff..a58a7b41d 100644 --- a/hw/bsp/samg55xplained/board.mk +++ b/hw/bsp/samg55xplained/board.mk @@ -46,7 +46,7 @@ CHIP_FAMILY = samg FREERTOS_PORT = ARM_CM4F # For flash-jlink target -JLINK_DEVICE = ATSAMD51J19 +JLINK_DEVICE = ATSAMG55J19 JLINK_IF = swd # flash using edbg from https://github.com/ataradov/edbg |
