diff options
| author | Ha Thach <[email protected]> | 2020-10-08 13:46:41 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-08 13:46:41 +0700 |
| commit | 30c23719f6f2c10cb298bea3e5f4b0d5bbaeee70 (patch) | |
| tree | e94685c968b4324f0752489afb1a019cc5cbdc0e /docs | |
| parent | 6442f5afdbf39bea0ae7ed4069d55bc647c948aa (diff) | |
| parent | 3295b5692b9a5e90c4798b1b72f5e83a7b9a7618 (diff) | |
Merge pull request #528 from jgressmann/port-atsame51-to-tinyusb
Adds files for the open source D5035-01 hardware
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/boards.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/boards.md b/docs/boards.md index 309f5e5d9..f49b247ac 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -4,7 +4,7 @@ The board support code is only used for self-contained examples and testing. It - One LED : for status - One Button : to get input from user - One UART : optional for device, but required for host examples - + ## Supported Boards This code base already had supported for a handful of following boards (sorted alphabetically) @@ -28,6 +28,7 @@ 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) +- [D5035-01](https://github.com/RudolphRiedel/USB_CAN-FD) - [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) @@ -114,7 +115,7 @@ This code base already had supported for a handful of following boards (sorted a ### TI - [MSP430F5529 USB LaunchPad Evaluation Kit](http://www.ti.com/tool/MSP-EXP430F5529LP) - + ### Tomu - [Fomu](https://www.crowdsupply.com/sutajio-kosagi/fomu) |
