@@ -135,7 +135,7 @@ To get started with the reference application on `*nix`
135135 - This shell script calls GNU make with parameters ` avr rebuild ` which subsequently rebuilds the entire solution for ` target avr ` .
136136 - If you're missing AVR GCC tools and need to get them on ` *nix ` , run ` sudo apt install gcc-avr avr-libc ` .
137137
138- ### Example build on ` *nix ` for ` target avr `
138+ ### Example Build on ` *nix ` for ` target avr `
139139
140140We will now exemplify how to build the reference application on a command shell
141141in ` *nix ` for ` target avr ` . This target system includes essentially
@@ -157,7 +157,7 @@ cd ref_app
157157./target/build/build.sh avr rebuild
158158```
159159
160- ### Example build on ` *nix ` for ` target stm32f446 `
160+ ### Example Build on ` *nix ` for ` target stm32f446 `
161161
162162We will now exemplify how to build the reference application on a command shell
163163in ` *nix ` for an ARM(R) target. Consider, for example, the build variant
@@ -179,7 +179,7 @@ cd ref_app
179179./target/build/build.sh stm32f446 rebuild
180180```
181181
182- ### Example build on MacOS for ` target stm32f446 `
182+ ### Example Build on MacOS for ` target stm32f446 `
183183
184184We will now exemplify how to build the reference application in a command shell
185185in MacOS for an ARM(R) target. Consider, for example, the build variant
@@ -359,7 +359,7 @@ any additional libraries for these projects
359359(other than those that are ordinarily installed
360360during the standard installation of ATMEL Studio).
361361
362- ## Details on Selected Target
362+ ## Details on Selected Targets
363363
364364Target details including startup code and linker definition files can
365365be found in the [ ref_app/target] ( ./ref_app/target ) directory
0 commit comments