Minor Chapter 1 updates

Mostly just fixing minor typos in chapter 1.

I did make a few changes to the table in the 'Other Resources' section
of the introduction:
* I added a brief description for the 'Embedded Rust Bookshelf' row.
* I added a period to the end of the FAQ description to keep it
  consistent with the other row descriptions.
This commit is contained in:
Adam Green
2018-10-31 16:49:23 -07:00
parent d7ee482fad
commit b4f3bcd971
3 changed files with 6 additions and 6 deletions

View File

@@ -42,8 +42,8 @@ Info : stm32f3x.cpu: hardware has 6 breakpoints, 4 watchpoints
```
The contents may not match exactly but you should get the last line about
breakpoints and watchpoints. If you got it terminate the OpenOCD process and
move to the [next section].
breakpoints and watchpoints. If you got it then terminate the OpenOCD process
and move to the [next section].
[next section]: /install/hardware.html

View File

@@ -57,9 +57,9 @@ If you are unfamiliar with anything mentioned above or if you want more informat
|--------------|----------|-------------|
| Rust | [Rust Book 2018 Edition](https://doc.rust-lang.org/book/2018-edition/index.html) | If you are not yet comfortable with Rust, we highly suggest reading the this book. |
| Rust | [Rust Book Second Edition](https://doc.rust-lang.org/book/second-edition) | - |
| Rust, Embedded | [Embedded Rust Bookshelf](https://rust-embedded.github.io/bookshelf/) | - |
| Rust, Embedded | [Embedded Rust Bookshelf](https://rust-embedded.github.io/bookshelf/) | Here you can find several other resources provided by Rust's Embedded Working Group. |
| Rust, Embedded | [Embedonomicon](https://rust-embedded.github.io/embedonomicon/) | The nitty gritty details when doing embedded programming in Rust. |
| Rust, Embedded | [embedded FAQ](https://rust-embedded.github.io/bookshelf/faq.html) | Frequently asked questions about Rust in an embedded context |
| Rust, Embedded | [embedded FAQ](https://rust-embedded.github.io/bookshelf/faq.html) | Frequently asked questions about Rust in an embedded context. |
| Interrupts | [Interrupt](https://en.wikipedia.org/wiki/Interrupt) | - |
| Memory-mapped IO/Peripherals | [Memory-mapped I/O](https://en.wikipedia.org/wiki/Memory-mapped_I/O) | - |
| SPI, UART, RS232, USB, I2C, TTL | [Stack Exchange about SPI, UART, and other interfaces](https://electronics.stackexchange.com/questions/37814/usart-uart-rs232-usb-spi-i2c-ttl-etc-what-are-all-of-these-and-how-do-th) | - |
@@ -79,7 +79,7 @@ vendors, and often even different between Microcontroller families from the same
vendor.
For this reason, we suggest purchasing the [STM32F3DISCOVERY] development board
for the purpose of following the exmaples in this book.
for the purpose of following the examples in this book.
[STM32F3DISCOVERY]: http://www.st.com/en/evaluation-tools/stm32f3discovery.html

View File

@@ -9,6 +9,6 @@ flashing and debugging embedded programs. You will be able to try most of the
examples without any special hardware as we will show you the basics using
QEMU, a popular open-source hardware emulator. The only section where hardware
is required is, naturally enough, the [Hardware](./start/hardware.md) section,
where we use use OpenOCD to program an [STM32F3DISCOVERY].
where we use OpenOCD to program an [STM32F3DISCOVERY].
[STM32F3DISCOVERY]: http://www.st.com/en/evaluation-tools/stm32f3discovery.html