Skip to content

Commit

Permalink
boards: add nRF54H20 device
Browse files Browse the repository at this point in the history
nRF54H20 SoC device added
  • Loading branch information
AyturkDuzen committed Aug 20, 2024
1 parent 3bed848 commit 34979d1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions autopts/ptsprojects/boards/nrf54h.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# auto-pts - The Bluetooth PTS Automation Framework
#
# Copyright (c) 2024, Nordic Semiconductor ASA.
# Copyright (c) 2024, Codecoup.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License,
# version 2, as published by the Free Software Foundation.
#
# This program is distributed in the hope it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#

from .nrf5x import *

board_type = 'nrf54h20dk/nrf54h20/cpuapp'

0 comments on commit 34979d1

Please sign in to comment.