docs: Fix typos (#6032)
Signed-off-by: Thijs Triemstra <info@collab.nl>
This commit is contained in:
@@ -127,13 +127,13 @@ BOARD_DEFS = {
|
||||
```
|
||||
|
||||
The following fields may be specified:
|
||||
- `mcu`: The mcu type. This can be retrevied after configuring the build
|
||||
- `mcu`: The mcu type. This can be retrieved after configuring the build
|
||||
via `make menuconfig` by running `cat .config | grep CONFIG_MCU`. This
|
||||
field is required.
|
||||
- `spi_bus`: The SPI bus connected to the SD Card. This should be retreived
|
||||
- `spi_bus`: The SPI bus connected to the SD Card. This should be retrieved
|
||||
from the board's schematic. This field is required.
|
||||
- `cs_pin`: The Chip Select Pin connected to the SD Card. This should be
|
||||
retreived from the board schematic. This field is required.
|
||||
retrieved from the board schematic. This field is required.
|
||||
- `firmware_path`: The path on the SD Card where firmware should be
|
||||
transferred. The default is `firmware.bin`.
|
||||
- `current_firmware_path`: The path on the SD Card where the renamed firmware
|
||||
|
||||
Reference in New Issue
Block a user