forked from auto-pts/auto-pts
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: update nrf board names to hw model 2
zephyrproject-rtos/zephyr#51831 Signed-off-by: Aytürk Düzen <[email protected]>
- Loading branch information
1 parent
6420fd6
commit 9c381e5
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
|
||
from .nrf5x import * | ||
|
||
board_type = 'nrf52840dk_nrf52840' | ||
board_type = 'nrf52840dk/nrf52840' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
|
||
from .nrf5x import * | ||
|
||
board_type = 'nrf54l15pdk_nrf54l15_cpuapp' | ||
board_type = 'nrf54l15pdk/nrf54l15/cpuapp' | ||
|