diff --git a/README.md b/README.md index 7431072..eb15ab1 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,14 @@ technology board ===== -The current implementation uses a [blue pill](https://wiki.cuvoodoo.info/doku.php?id=stm32f1xx#blue_pill). +The current implementation uses a [core board](https://wiki.cuvoodoo.info/doku.php?id=stm32f1xx#core_board). The underlying template also supports following board: - [Maple Mini](http://leaflabs.com/docs/hardware/maple-mini.html), based on a STM32F103CBT6 - [System Board](https://wiki.cuvoodoo.info/doku.php?id=stm32f1xx#system_board), based on a STM32F103C8T6 - [blue pill](ihttps://wiki.cuvoodoo.info/doku.php?id=stm32f1xx#blue_pill), based on a STM32F103C8T6 +- [core board](https://wiki.cuvoodoo.info/doku.php?id=stm32f1xx#core_board), based on a STM32F103C8T6 **Which board is used is defined in the Makefile**. This is required: @@ -64,7 +65,7 @@ flash The firmware will be flashed using SWD (Serial Wire Debug). For that you need an SWD adapter. -The `Makefile` uses a ST-Link V2 along OpenOCD software (per default), or a Black Magic Probe. +The `Makefile` uses a Black Magic Probe (per default), or a ST-Link V2 along OpenOCD software. To flash using SWD run `make flash`. debug