Skip to content

Commit d44690d

Browse files
committed
Tiny nits
1 parent c52980e commit d44690d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ table, startup code, linker script, build automation using `make`, GPIO
1515
peripheral and LED blinky, SysTick timer, UART peripheral and debug output,
1616
`printf` redirect to UART (IO retargeting), debugging with Segger Ozone,
1717
system clock setup, web server implementation with device dashboard, and
18-
automatic tests (including
19-
[automatic tests on a real hardware](https://github.com/cpq/continuous-hardware-test)).
18+
automatic tests.
2019

2120
Every chapter in this guide comes with a complete source code which gradually
2221
progress in functionality and completeness. The last (web server) chapter is
2322
the most complete, and can be used as a skeleton for the project of your own,
2423
dear reader. Therefore, that last example project is provided for the other
25-
boards too. This tutorial uses the Nucleo-F429ZI development board, so go ahead
26-
and download the "mcu datasheet" and the "board datasheet" for it.
24+
boards too. In this tutorial we'll use the Nucleo-F429ZI development board, so
25+
go ahead and download the "mcu datasheet" and the "board datasheet" for it.
2726

2827
| Board | MCU datasheet | Board datasheet | Status | Skeleton project |
2928
| ----- | ------------- | --------------- | ------ | ---------------- |

0 commit comments

Comments
 (0)