Skip to content

Commit 86e3f6d

Browse files
committed
Linking to Cordio and Studio
1 parent 1d2f433 commit 86e3f6d

File tree

2 files changed

+4
-277
lines changed

2 files changed

+4
-277
lines changed

docs/porting/porting_full_process/porting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Mbed OS uses CMSIS for bootstrap. If your target doesn't have a CMSIS implementa
191191
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.3.0\Device\_Template_Vendor\Vendor\Device\Source
192192
C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.3.0\Device\_Template_Vendor\Vendor\Device\Include
193193
```
194-
194+
195195
1. Create linker scripts from the templates.
196196
197197
1. Implement pin mapping and basic peripheral initialization code.
@@ -300,4 +300,4 @@ You do not need to manually port Device Management Client; when the above module
300300
301301
### Other HAL modules (Optional)
302302
303-
You are now ready to port any other HAL modules that your use case and MCU require. These modules are covered in the rest of this document.
303+
You are now ready to port any other HAL modules that your use case and MCU require. These modules are covered in the rest of this document, with the exception of [Mbed Cordio, which has its own porting documentation](https://os.mbed.com/docs/mbed-cordio/latest/porting-pal/index.html).

0 commit comments

Comments
 (0)