Skip to content

Commit

Permalink
Renamed 'mplax' folder to 'pic32c', tested that PIC32CXSG41 and PIC32…
Browse files Browse the repository at this point in the history
…CXSG61 boards build

After running command "find * -type f -print0 | xargs -0 dos2unix -k"
  • Loading branch information
MyGh64605 committed Jul 24, 2024
1 parent e1ee8da commit 949f0e3
Show file tree
Hide file tree
Showing 331 changed files with 700 additions and 35 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
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)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ The HAL is organized following the directory structure detailed below.
The directory is composed by six parts:
```
.
├── pic32
├── pic32c
├── include
├── pinconfigs
├── README.md
├── scripts
└── zephyr
```

- pic32 SoC specific include libraries.
- PIC32C SoC specific include libraries.
- Includes specific for these platforms
- devicetree bindings
- [Pin definitions](pinconfigs/README.md)
Expand Down Expand Up @@ -45,7 +45,7 @@ For more information about External Modules see
be submitted using Linux LF format. Usually running a similar command to
`find * type f -print0 | xargs -0 dos2unix -k` should be enough.
- Make sure directory structure is respected.
- The `pic32/[pic32cxsg]/include/<soc>/README` file should be updated accordingly.
- The `pic32c/[pic32cxsg]/include/<soc>/README` file should be updated accordingly.
If for some reason the file not exists it should be created.
- Directory names should be converted to lowercase.
- The recommendation is add **all fixups** in the `hal_atmel` instead on the
Expand Down
Loading

0 comments on commit 949f0e3

Please sign in to comment.