Skip to content

Commit 455b0ee

Browse files
pideu-sjhenrikbrixandersen
authored andcommitted
boards: panasonic: Update naming PAN B611 Evaluation Board
The PAN B511 evaluation board is a development tool for the nRF54L15 from Nordic Semiconductor. Due to marketing reasons the naming was adjusted from panb511 to panb611. Signed-off-by: Steffen Jahnke <[email protected]>
1 parent 714cbd8 commit 455b0ee

33 files changed

+76
-70
lines changed

boards/deprecated.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ set(mimxrt1060_evkb_DEPRECATED
4646
set(neorv32_DEPRECATED
4747
neorv32/neorv32/up5kdemo
4848
)
49+
set(panb511evb_DEPRECATED
50+
panb611evb
51+
)
4952
set(xiao_esp32c6_DEPRECATED
5053
xiao_esp32c6/esp32c6/hpcore
5154
)

boards/panasonic/panb511evb/Kconfig.panb511evb

Lines changed: 0 additions & 7 deletions
This file was deleted.

boards/panasonic/panb511evb/Kconfig renamed to boards/panasonic/panb611evb/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) 2025 Panasonic Industrial Devices Europe GmbH
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# PANB511EVB configuration
4+
# PANB611EVB configuration
55

6-
if BOARD_PANB511EVB_NRF54L15_CPUAPP_NS
6+
if BOARD_PANB611EVB_NRF54L15_CPUAPP_NS
77

88
DT_NRF_MPC := $(dt_nodelabel_path,nrf_mpc)
99

@@ -27,4 +27,4 @@ config NRF_TRUSTZONE_RAM_REGION_SIZE
2727
This abstraction allows us to configure TrustZone without depending
2828
on peripheral specific symbols.
2929

30-
endif # BOARD_PANB511EVB_NRF54L15_CPUAPP_NS
30+
endif # BOARD_PANB611EVB_NRF54L15_CPUAPP_NS

boards/panasonic/panb511evb/Kconfig.defconfig renamed to boards/panasonic/panb611evb/Kconfig.defconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
66
DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition
77

8-
if BOARD_PANB511EVB_NRF54L15_CPUAPP
8+
if BOARD_PANB611EVB_NRF54L15_CPUAPP
99

1010
config ROM_START_OFFSET
1111
default 0x800 if BOOTLOADER_MCUBOOT
1212

13-
endif # BOARD_PANB511EVB_NRF54L15_CPUAPP
13+
endif # BOARD_PANB611EVB_NRF54L15_CPUAPP
1414

15-
if BOARD_PANB511EVB_NRF54L15_CPUAPP_NS
15+
if BOARD_PANB611EVB_NRF54L15_CPUAPP_NS
1616

1717
config HAS_BT_CTLR
1818
default BT
@@ -28,4 +28,4 @@ config FLASH_LOAD_SIZE
2828
config BUILD_WITH_TFM
2929
default y
3030

31-
endif # BOARD_PANB511EVB_NRF54L15_CPUAPP_NS
31+
endif # BOARD_PANB611EVB_NRF54L15_CPUAPP_NS
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright (c) 2025 Panasonic Industrial Devices Europe GmbH
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_PANB611EVB
5+
select SOC_NRF54L15_CPUAPP if BOARD_PANB611EVB_NRF54L15_CPUAPP || BOARD_PANB611EVB_NRF54L15_CPUAPP_NS
6+
select SOC_NRF54L15_CPUFLPR if BOARD_PANB611EVB_NRF54L15_CPUFLPR || \
7+
BOARD_PANB611EVB_NRF54L15_CPUFLPR_XIP

boards/panasonic/panb511evb/board.cmake renamed to boards/panasonic/panb611evb/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ elseif(CONFIG_SOC_NRF54L15_CPUFLPR)
77
board_runner_args(jlink "--device=nRF54L15_RV32")
88
endif()
99

10-
if(CONFIG_BOARD_PANB511EVB_NRF54L15_CPUAPP_NS)
10+
if(CONFIG_BOARD_PANB611EVB_NRF54L15_CPUAPP_NS)
1111
set(TFM_PUBLIC_KEY_FORMAT "full")
1212
endif()
1313

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
board:
2-
name: panb511evb
3-
full_name: PAN B511 Evaluation Board
2+
name: panb611evb
3+
full_name: PAN B611 Evaluation Board
44
vendor: panasonic
55
socs:
66
- name: nrf54l15
@@ -18,10 +18,10 @@ runners:
1818
run: first
1919
groups:
2020
- boards:
21-
- panb511evb/nrf54l15/cpuapp
22-
- panb511evb/nrf54l15/cpuapp/ns
23-
- panb511evb/nrf54l15/cpuflpr
24-
- panb511evb/nrf54l15/cpuflpr/xip
21+
- panb611evb/nrf54l15/cpuapp
22+
- panb611evb/nrf54l15/cpuapp/ns
23+
- panb611evb/nrf54l15/cpuflpr
24+
- panb611evb/nrf54l15/cpuflpr/xip
2525
'--erase':
2626
- runners:
2727
- nrfjprog
@@ -30,10 +30,10 @@ runners:
3030
run: first
3131
groups:
3232
- boards:
33-
- panb511evb/nrf54l15/cpuapp
34-
- panb511evb/nrf54l15/cpuapp/ns
35-
- panb511evb/nrf54l15/cpuflpr
36-
- panb511evb/nrf54l15/cpuflpr/xip
33+
- panb611evb/nrf54l15/cpuapp
34+
- panb611evb/nrf54l15/cpuapp/ns
35+
- panb611evb/nrf54l15/cpuflpr
36+
- panb611evb/nrf54l15/cpuflpr/xip
3737
'--reset':
3838
- runners:
3939
- nrfjprog
@@ -42,7 +42,7 @@ runners:
4242
run: last
4343
groups:
4444
- boards:
45-
- panb511evb/nrf54l15/cpuapp
46-
- panb511evb/nrf54l15/cpuapp/ns
47-
- panb511evb/nrf54l15/cpuflpr
48-
- panb511evb/nrf54l15/cpuflpr/xip
45+
- panb611evb/nrf54l15/cpuapp
46+
- panb611evb/nrf54l15/cpuapp/ns
47+
- panb611evb/nrf54l15/cpuflpr
48+
- panb611evb/nrf54l15/cpuflpr/xip
File renamed without changes.
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
.. zephyr:board:: panb511evb
1+
.. zephyr:board:: panb611evb
22
33
Overview
44
********
55

6-
The PAN B511 Evaluation Board (panb511evb) is a development tool
7-
for the PAN B511 module which is based on the nRF54L15 chipset
6+
The PAN B611 Evaluation Board (panb611evb) is a development tool
7+
for the PAN B611 module which is based on the nRF54L15 chipset
88
from Nordic Semiconductor.
99

10-
More information about the PAN B511 Module Variants and Evaluation Board can be found
10+
More information about the PAN B611 Module Variants and Evaluation Board can be found
1111
on the `product website`_.
1212

1313
Usage
1414
*****
1515

16-
You can find the `panb511evb user guide`_ for the PAN B511 Evaluation Board in the
16+
You can find the `panb611evb user guide`_ for the PAN B611 Evaluation Board in the
1717
`Panasonic Wireless Connectivity Development Hub`_.
1818

1919
The User Guide contains (amongst other things) detailed information about
@@ -26,21 +26,21 @@ The User Guide contains (amongst other things) detailed information about
2626

2727
and other things.
2828

29-
The schematics for the PANB511 Evaluation Boards are available in the
30-
`download section PANB511`_ of the `Panasonic Wireless Connectivity Development Hub`_.
29+
The schematics for the PANB611 Evaluation Boards are available in the
30+
`download section PANB611`_ of the `Panasonic Wireless Connectivity Development Hub`_.
3131

3232
Programming and Debugging
3333
*************************
3434

3535
.. zephyr:board-supported-runners::
3636
37-
Applications for the ``panb511evb/nrf54l15/cpuapp`` board target can
37+
Applications for the ``panb611evb/nrf54l15/cpuapp`` board target can
3838
be built, flashed, and debugged in the usual way. See
3939
:ref:`build_an_application` and :ref:`application_run` for more details on
4040
building and running.
4141

4242
.. target-notes::
4343
.. _product website: https://industry.panasonic.eu/products/devices/wireless-connectivity/bluetooth-low-energy-modules
4444
.. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/
45-
.. _panb511evb user guide: https://pideu.panasonic.de/development-hub/panb511/evaluation_board/user_guide/
46-
.. _download section PANB511: https://pideu.panasonic.de/development-hub/panb511/downloads/
45+
.. _panb611evb user guide: https://pideu.panasonic.de/development-hub/panb611/evaluation_board/user_guide/
46+
.. _download section PANB611: https://pideu.panasonic.de/development-hub/panb611/downloads/
File renamed without changes.

0 commit comments

Comments
 (0)