diff --git a/README.md b/README.md index 7fce7a7bffec202cd486a6fcf5061f493148e503..378aab4ac9bec9c0258a616260db29c0435dc410 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Seminars We will in class install, test and comment on one of Your solutions. That is, make sure your `crate` on git actually works, and that the accompanying `readme.md` is sufficient for your follow students in order to recreate the result. - Later in the course, you will do assess each others assignments by creating an `issue` to the development. More on that later. + Later in the course, you will assess each others assignments by creating an `issue` to their development. More on that later. * Topic Using the Rust ownership model. diff --git a/doc/Nucleo_64.md b/doc/Nucleo_64.md new file mode 100644 index 0000000000000000000000000000000000000000..8cd5684eb7cdcbcf423bba1b7623c59d9f351a1e --- /dev/null +++ b/doc/Nucleo_64.md @@ -0,0 +1,17 @@ +# Nucleo 64 +A collection of documentation, tricks and tips regarding the ST Nucleo 64 development kit. + +We will mainly cover the `stm32f401re` and `stm32f411re` as these models. + +## Links + +# Clocking +* [Note on Overclocking](https://stm32f4-discovery.net/2014/11/overclock-stm32f4-device-up-to-250mhz/) + +# USART and VCP + +# ITM + +# Add on boards and supporting crates + +## BLE \ No newline at end of file