mirror of
https://github.com/nkbai/book.git
synced 2026-09-04 21:52:46 +08:00
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.
704 B
704 B
Getting Started
❌: This section is work in progress. Please refer to rust-embedded/book#4 for discussion of this section.
In this section we'll walk you through the process of writing, building, 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 section, where we use OpenOCD to program an STM32F3DISCOVERY.