Skip to content

Commit e71f602

Browse files
sylvioalvesnordicjm
authored andcommitted
boards: xtensa: kincony_kc868_a32: Convert to v2
Converts the board to hwmv2 Signed-off-by: Sylvio Alves <[email protected]>
1 parent da15c71 commit e71f602

19 files changed

+160
-32
lines changed

boards/boards_legacy/xtensa/kincony_kc868_a32/Kconfig.board

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

boards/boards_legacy/xtensa/kincony_kc868_a32/Kconfig.defconfig

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

boards/kincony/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. _boards-kincony:
2+
3+
Kincony
4+
#######
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
:glob:
9+
10+
**/*
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_KINCONY_KC868_A32
5+
select SOC_ESP32_PROCPU if BOARD_KINCONY_KC868_A32_ESP32_PROCPU
6+
select SOC_ESP32_APPCPU if BOARD_KINCONY_KC868_A32_ESP32_APPCPU
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright (c) 2023 Bartosz Bilas
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
if BOARD_KINCONY_KC868_A32_ESP32_PROCPU
5+
6+
config HEAP_MEM_POOL_ADD_SIZE_BOARD
7+
int
8+
default 65535 if WIFI && BT
9+
default 51200 if WIFI
10+
default 40960 if BT
11+
default 4096
12+
13+
choice BT_HCI_BUS_TYPE
14+
default BT_ESP32 if BT
15+
endchoice
16+
17+
endif # BOARD_KINCONY_KC868_A32_ESP32_PROCPU
18+
19+
if BOARD_KINCONY_KC868_A32_ESP32_APPCPU
20+
21+
config HEAP_MEM_POOL_ADD_SIZE_BOARD
22+
default 256
23+
24+
endif # BOARD_KINCONY_KC868_A32_ESP32_APPCPU
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2023 Bartosz Bilas
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_KINCONY_KC868_A32
5+
select SOC_ESP32_WROOM_32UE_N4
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: kincony_kc868_a32
3+
vendor: kincony
4+
socs:
5+
- name: esp32

0 commit comments

Comments
 (0)