-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed 'mplax' folder to 'pic32c', tested that PIC32CXSG41 and PIC32…
…CXSG61 boards build After running command "find * -type f -print0 | xargs -0 dos2unix -k"
- Loading branch information
Showing
331 changed files
with
700 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
add_subdirectory_ifdef(CONFIG_HAS_MEC_HAL mec) | ||
add_subdirectory_ifdef(CONFIG_HAS_MPFS_HAL mpfs) | ||
add_subdirectory_ifdef(CONFIG_HAS_MEC5_HAL mec5) | ||
|
||
add_subdirectory_ifdef(CONFIG_HAS_PIC32C_HAL pic32c) | ||
zephyr_include_directories_ifdef(CONFIG_PIC32C include) | ||
add_subdirectory(pic32c) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.