Skip to content

Commit 2c5eb6b

Browse files
ArunMCHPjvasanth1
authored andcommitted
hal: microchip: sam: Align DFP and SOC naming with mainline review
Updated the DFP directory structure and SOC family name as per review comments. Modified CMakeLists.txt to reflect the new SOC family naming convention. Signed-off-by: Arunprasath P <[email protected]>
1 parent 415c92d commit 2c5eb6b

File tree

515 files changed

+4
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

515 files changed

+4
-7
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ add_subdirectory_ifdef(CONFIG_HAS_MPFS_HAL mpfs)
33
add_subdirectory_ifdef(CONFIG_HAS_MEC5_HAL mec5)
44
add_subdirectory_ifdef(CONFIG_PIC32C pic32c)
55
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_MICROCHIP_SAM sam)
6-
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_MCHP_SAM_D5X_E5X sam)
7-
zephyr_include_directories_ifdef(CONFIG_SOC_FAMILY_MCHP_SAM_D5X_E5X include)
6+
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_MICROCHIP_SAM_D5X_E5X sam)
7+
zephyr_include_directories_ifdef(CONFIG_SOC_FAMILY_MICROCHIP_SAM_D5X_E5X include)
88
zephyr_include_directories_ifdef(CONFIG_PIC32C include)

0 commit comments

Comments
 (0)