You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/contributing/target/target.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,6 @@ Add the target description to `mbed-os\targets\targets.json`:
34
34
}
35
35
```
36
36
37
-
See the [Mbed Target Documentation](/docs/v5.6/reference/arm-mbed-os-porting-guide.html#adding-and-configuring-targets) for more details on what this definition means.
38
-
39
37
#### HAL porting
40
38
41
39
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.
0 commit comments