Skip to content

Commit fa5225e

Browse files
committed
Fix mcu naming in documentation
1 parent 0be1695 commit fa5225e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

conf/boards/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This document provides instructions on how to add new microcontrollers and their
1313

1414
## Microcontroller Configuration Files
1515

16-
Each microcontroller has its own YAML configuration file (e.g., `nrf52840dk.yaml`, `nrf5349dk.yaml`). These files define the microcontroller model, serial number (SNR), and PPK2 serial number.
16+
Each microcontroller has its own YAML configuration file (e.g., `nrf52840dk.yaml`, `nrf5340dk.yaml`). These files define the microcontroller model, serial number (SNR), and PPK2 serial number.
1717

1818
### YAML File Structure
1919
Each YAML file should follow this structure:
@@ -36,7 +36,7 @@ value:
3636
### Adding a New Microcontroller
3737
To add a new microcontroller:
3838
1. Create a new YAML file in the same directory.
39-
2. Name the file according to the microcontroller model (e.g., `nrf5349dk.yaml`).
39+
2. Name the file according to the microcontroller model (e.g., `nrf5340dk.yaml`).
4040
3. Use the following template and update it with the correct details:
4141

4242
```yaml

docs/microcontrollers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This document provides instructions on how to add new microcontrollers and their
1313

1414
## Microcontroller Configuration Files
1515

16-
Each microcontroller has its own YAML configuration file (e.g., `nrf52840dk.yaml`, `nrf5349dk.yaml`). These files define the microcontroller model, serial number (SNR), and PPK2 serial number.
16+
Each microcontroller has its own YAML configuration file (e.g., `nrf52840dk.yaml`, `nrf5340dk.yaml`). These files define the microcontroller model, serial number (SNR), and PPK2 serial number.
1717

1818
### YAML File Structure
1919
Each YAML file should follow this structure:
@@ -36,7 +36,7 @@ value:
3636
### Adding a New Microcontroller
3737
To add a new microcontroller:
3838
1. Create a new YAML file in the same directory.
39-
2. Name the file according to the microcontroller model (e.g., `nrf5349dk.yaml`).
39+
2. Name the file according to the microcontroller model (e.g., `nrf5340dk.yaml`).
4040
3. Use the following template and update it with the correct details:
4141

4242
```yaml

0 commit comments

Comments
 (0)