From 4ae00aa1535b37c05e1b17b41cd15e1b8f6a97e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayt=C3=BCrk=20D=C3=BCzen?= Date: Mon, 12 Feb 2024 11:57:38 +0100 Subject: [PATCH] boards: add nRF54L15 device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nRF54L15 SoC device added. Signed-off-by: Aytürk Düzen --- autopts/ptsprojects/boards/nrf54l.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 autopts/ptsprojects/boards/nrf54l.py diff --git a/autopts/ptsprojects/boards/nrf54l.py b/autopts/ptsprojects/boards/nrf54l.py new file mode 100644 index 0000000000..4c8682cf50 --- /dev/null +++ b/autopts/ptsprojects/boards/nrf54l.py @@ -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 = 'nrf54l15pdk_nrf54l15_cpuapp' +