Skip to content

Commit 9876e4e

Browse files
dspic: Modified the names for board layers (zephyrproject-rtos#21)
Modified the board folder name to dspic33a Modified the board name to dspic33a_curiosity Modified the board specific file names to dspic33a_curiosity_* Signed-off-by: Udhayanandhan Jayakumar <[email protected]>
1 parent 9e63416 commit 9876e4e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2025, Microchip Technology Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_DSPIC33A_CURIOSITY
5+
select SOC_P33AK128MC106 if BOARD_DSPIC33A_CURIOSITY_P33AK128MC106

boards/microchip/ev74h48a/board.yml renamed to boards/microchip/dspic33/dspic33a_curiosity/board.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
board:
2-
name: ev74h48a
2+
name: dspic33a_curiosity
33
full_name: dsPIC33A Curiosity Platform Development Board
44
vendor: microchip
55
socs:

boards/microchip/ev74h48a/ev74h48a_p33ak128mc106.dts renamed to boards/microchip/dspic33/dspic33a_curiosity/dspic33a_curiosity_p33ak128mc106.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/ {
55
model = "Microchip dsPIC33A Curiosity Platform Development Board";
6-
compatible = "microchip,ev74h48a-p33ak128mc106";
6+
compatible = "microchip,dspic33a-criosity-p33ak128mc106";
77

88
chosen {
99
zephyr,flash = &flash0;

boards/microchip/ev74h48a/Kconfig.ev74h48a

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

0 commit comments

Comments
 (0)