Skip to content

Commit 8aed510

Browse files
author
Amanda Butler
authored
Update porting_reqs.md
Fix file to remove incorrect dependencies.
1 parent 7bea063 commit 8aed510

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/porting/porting_full_process/porting_reqs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
Porting Mbed OS requires the following hardware:
66

7-
- A development PC. You can port targets, connectivity and storage on Windows, macOS or Linux. However, due to limitations in some development tools that Mbed OS uses, you need a Windows PC for FlashAlgo development.
8-
97
- An evaluation board with a target MCU, debug probe or an integrated interface chip. The hardware [is reviewed in greater details later in this document]().
108

119
The new target needs a unique board ID. [Contact Arm]()<!-- need a link here --> to get one.
@@ -39,8 +37,8 @@ Please install the following:
3937
Limitations:
4038

4139
- Eclipse is license free, whereas both IAR and Keil IDE require licenses.
42-
- Currently, DAPLink development works only Keil MDK. You will have to use Keil if you use pyOCD and DAPLink.
43-
- Your target may not be supported in certain IDEs. If your interface firmware does not support mass storage device, you won't be able to do automated testing. If your target has another method of flashing, through the device's debugger, use the [manual testing path](../porting/manual-testing.html).
40+
- Your target may not be supported in certain IDEs.
41+
- If your interface firmware does not support mass storage device, you won't be able to do automated testing. If your target has another method of flashing, such as self-programming or through a debugger, use the [manual testing path](../porting/manual-testing.html).
4442

4543
- (Optional) [FTDI serial driver](http://www.ftdichip.com/Drivers/VCP.htm).
4644

0 commit comments

Comments
 (0)