Skip to content

Commit 0e747d6

Browse files
committed
That can't be it...
1 parent fc3305b commit 0e747d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/contributing/target/target.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Adding a new microcontroller to Arm Mbed OS 5 depends on CMSIS-CORE and CMSIS-Pack. Please make sure that the microcontroller already has these available.
44

5-
#### Adding a new microcontroller and board
5+
### Adding a new microcontroller and board
66

77
First fork the `mbed-os` repository on GitHub into your own user account. We will use the placeholder `USERNAME` to refer to your username in the following documentation, `MCU_NAME` to refer to the new microcontroller you are adding and `BOARD_NAME` to refer to the new board you are adding. Import an Mbed OS example, and add your fork of `mbed-os` using:
88

@@ -17,7 +17,7 @@ git branch my-new-target -u USERNAME
1717
cd ..
1818
```
1919

20-
#### Target description
20+
### Target description
2121

2222
Add the target description to `mbed-os\targets\targets.json` using keys that the [Adding and configuring targets section](/docs/development/tools/adding-and-configuring-targets.html) describes. We recommend that you run the [targets lint script](/docs/development/tools/adding-and-configuring-targets.html#style-guide) on your target hierarchy before submitting your pull request:
2323

@@ -34,7 +34,7 @@ Add the target description to `mbed-os\targets\targets.json` using keys that the
3434
}
3535
```
3636

37-
#### HAL porting
37+
### HAL porting
3838

3939
There are many more APIs to implement. You enable the following APIs by adding a `device_has` attribute to the MCU_NAME target definition in `targets.json` and providing an implementation of the API declared in the API header.
4040

0 commit comments

Comments
 (0)