Skip to content

Commit 6387044

Browse files
authored
Merge pull request #687 from ARMmbed/add-custom-mock-boardID
Update doc on board ID requirements
2 parents 185c230 + 922ee6e commit 6387044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/PORT_BOARD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ common:
2020
- source/family/nordic/target_reset_nrf51.c
2121
```
2222

23-
This assumes there is already target support present in the codebase. If adding a new target family is needed, additional steps in [Porting target family guide](PORT_TARGET_FAMILY.md) will be needed. If the target support exists `source/board/myboardname.c` needs creation with a BOARD ID. To get a BOARD ID email support@mbed.org
23+
This assumes there is already target support present in the codebase. If adding a new target family is needed, additional steps in [Porting target family guide](PORT_TARGET_FAMILY.md) will be needed. If the target support exists `source/board/myboardname.c` needs creation with a BOARD ID. If you're developing a custom or non-official Mbed platform, then can use any BOARD ID and the `mbedls` [mocking feature](https://github.com/ARMmbed/mbed-os-tools/blob/master/packages/mbed-ls/README.md#mocking-renaming-platforms).
2424
```c
2525
/**
2626
* @file myboard.c

0 commit comments

Comments
 (0)