summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2019-09-10 01:03:24 -0400
committerNathan Conrad <[email protected]>2019-09-10 01:03:24 -0400
commitbc2a65b20bce8f81ccc4a6ef645946d9c26d2083 (patch)
tree29c90f71c54097aa90c9ce41d8896e6096a7ac04 /docs
parent8f3c0663adda2067a63157f132345daea9507f38 (diff)
A few bug fixes, remove the unstested device notices, note supported boards in READMEs, and implement PMA
access stride (used on MCU's with 512 byte USB buffers).
Diffstat (limited to 'docs')
-rw-r--r--docs/boards.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/boards.md b/docs/boards.md
index ef7f7a6fb..d3509c084 100644
--- a/docs/boards.md
+++ b/docs/boards.md
@@ -39,7 +39,7 @@ This code base already had supported for a handful of following boards
- [Adafruit Metro M4 Express](https://www.adafruit.com/product/3382)
### ST STM32
-
+- [STM32F070RB Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f070rb.html)
- [STM32F407g Discovery](https://www.st.com/en/evaluation-tools/stm32f4discovery.html)
- [STM32F411e Discovery](https://www.st.com/en/evaluation-tools/32f411ediscovery.html)
- [STM32F412g Discovery](https://www.st.com/en/evaluation-tools/32f412gdiscovery.html)