Skip to content

Commit 6bdd717

Browse files
committed
Nitpicks
1 parent 02fdd42 commit 6bdd717

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
English | [中文](README_zh-CN.md)
77

88
This guide is written for developers who wish to start programming
9-
microcontrollers using GCC compiler and a datasheet - nothing else! The
10-
fundamentals explained in this guide, will help you understand better how
11-
frameworks like Cube, Keil, Arduino - and others, work.
9+
microcontrollers using a GCC compiler and a datasheet, without using any
10+
framework! This guide explains the fundamentals - and it helps to
11+
understand how embedded frameworks (Cube, Keil, Arduino, etc) work.
1212

1313
The guide covers the following topics: memory and registers, interrupt vector
1414
table, startup code, linker script, build automation using `make`, GPIO
1515
peripheral and LED blinky, SysTick timer, UART peripheral and debug output,
16-
`printf` redirect to UART (IO retargeting), debugging with Segger Ozone,
17-
system clock setup, web server implementation with device dashboard, and
18-
automatic tests.
16+
`printf` redirect to UART (IO retargeting), debugging with Segger Ozone, system
17+
clock setup, using CMSIS headers, web server implementation with device
18+
dashboard, and automatic tests.
1919

2020
Every chapter in this guide comes with a complete source code which gradually
2121
progress in functionality and completeness. The last (web server) chapter is

0 commit comments

Comments
 (0)