-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microchip addition of new devices PIC32CX_SG41, PIC32CX_SG60, PIC32CX_SG61 #21
base: master
Are you sure you want to change the base?
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0229627 - Browse repository at this point
Copy the full SHA 0229627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d8d1b - Browse repository at this point
Copy the full SHA 82d8d1bView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7902150 - Browse repository at this point
Copy the full SHA 7902150View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 678ee3b - Browse repository at this point
Copy the full SHA 678ee3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29156b3 - Browse repository at this point
Copy the full SHA 29156b3View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c3252a - Browse repository at this point
Copy the full SHA 7c3252aView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d12239d - Browse repository at this point
Copy the full SHA d12239dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f026a5b - Browse repository at this point
Copy the full SHA f026a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b7978 - Browse repository at this point
Copy the full SHA e2b7978View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3002c9f - Browse repository at this point
Copy the full SHA 3002c9fView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c26836d - Browse repository at this point
Copy the full SHA c26836dView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1bf0f21 - Browse repository at this point
Copy the full SHA 1bf0f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22f2a0d - Browse repository at this point
Copy the full SHA 22f2a0dView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e25427c - Browse repository at this point
Copy the full SHA e25427cView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81f02ec - Browse repository at this point
Copy the full SHA 81f02ecView commit details
Commits on Jun 27, 2024
-
Squashed commit of the following:
commit 71eba05 Author: Scott Worley <scott.worley@microchip.com> Date: Tue May 21 17:32:20 2024 -0400 hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming Change symbols name to use prefix "mec_hal_" to prevent name clashes with symbols from other components (application, Zephyr, etc). Signed-off-by: Scott Worley <scott.worley@microchip.com> commit 1279561 Author: Scott Worley <scott.worley@microchip.com> Date: Mon May 13 10:05:22 2024 -0400 hal: microchip: mec5: Add initial I2C Network HAL support Add initial HAL API for starting an I2C transfer using the network layer in the I2C controller. Add an API to enable and disable network layer interrupts. Signed-off-by: Scott Worley <scott.worley@microchip.com> commit f95f0f5 Author: Scott Worley <scott.worley@microchip.com> Date: Mon May 13 10:00:58 2024 -0400 hal: microchip: mec5: Fix bug in central DMA configuration Fix a bug in central DMA channel configuration. The bug was not found by Zephyr DMA driver tests because these tests only exercise memory to memory transfers. The bug was in code paths for peripheral DMA to/from memory. Bug was found during I2C network layer driver development since this driver uses central DMA. Signed-off-by: Scott Worley <scott.worley@microchip.com> commit 6985aff Author: Scott Worley <scott.worley@microchip.com> Date: Mon May 6 15:41:12 2024 -0400 hal: microchip: mec5: Add HAL for MEC174x, MEC175x, and MECH172x. Add a full HAL (header and peripheral C code) for Microchip "MEC5" family SoC's: MEC174x and MEC175x. Also support the older MEC172x whose HAL name is MECH172x. The HAL also include device tree PINCTRL files. NOTE: This is version 0.1 of the HAL and is not feature complete. Signed-off-by: Scott Worley <scott.worley@microchip.com>
Configuration menu - View commit details
-
Copy full SHA for 8bcb80b - Browse repository at this point
Copy the full SHA 8bcb80bView commit details
Commits on Jul 9, 2024
-
Adding support for Microchip PIC32CX SG devices
hal: microchip: pic32cx:Adding support for Microchip PIC32CX SG devices This is based on the hal atmel libraries as a starting point. Signed-off-by: Michael Sherwood <Michael.Sherwood@microchip.com>
Configuration menu - View commit details
-
Copy full SHA for 9e5ce86 - Browse repository at this point
Copy the full SHA 9e5ce86View commit details -
Squashed commit of the following:
commit 1281fa5866a0f9dcb78c5902ba1633bd163318da Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Mon Jul 8 08:04:22 2024 -0700 Squashed commit of the following: commit 8bcb80b Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Thu Jun 27 10:02:26 2024 -0700 Squashed commit of the following: commit 71eba05 Author: Scott Worley <scott.worley@microchip.com> Date: Tue May 21 17:32:20 2024 -0400 hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming Change symbols name to use prefix "mec_hal_" to prevent name clashes with symbols from other components (application, Zephyr, etc). Signed-off-by: Scott Worley <scott.worley@microchip.com> commit 1279561 Author: Scott Worley <scott.worley@microchip.com> Date: Mon May 13 10:05:22 2024 -0400 hal: microchip: mec5: Add initial I2C Network HAL support Add initial HAL API for starting an I2C transfer using the network layer in the I2C controller. Add an API to enable and disable network layer interrupts. Signed-off-by: Scott Worley <scott.worley@microchip.com> commit f95f0f5 Author: Scott Worley <scott.worley@microchip.com> Date: Mon May 13 10:00:58 2024 -0400 hal: microchip: mec5: Fix bug in central DMA configuration Fix a bug in central DMA channel configuration. The bug was not found by Zephyr DMA driver tests because these tests only exercise memory to memory transfers. The bug was in code paths for peripheral DMA to/from memory. Bug was found during I2C network layer driver development since this driver uses central DMA. Signed-off-by: Scott Worley <scott.worley@microchip.com> commit 6985aff Author: Scott Worley <scott.worley@microchip.com> Date: Mon May 6 15:41:12 2024 -0400 hal: microchip: mec5: Add HAL for MEC174x, MEC175x, and MECH172x. Add a full HAL (header and peripheral C code) for Microchip "MEC5" family SoC's: MEC174x and MEC175x. Also support the older MEC172x whose HAL name is MECH172x. The HAL also include device tree PINCTRL files. NOTE: This is version 0.1 of the HAL and is not feature complete. Signed-off-by: Scott Worley <scott.worley@microchip.com> commit 81f02ec Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Tue Jun 25 07:37:16 2024 -0700 Adding support for Microchip PIC32CX SG devices commit e25427c Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Mon Jun 24 09:27:09 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 22f2a0d Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Tue Jun 18 12:20:35 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 1bf0f21 Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Tue Jun 18 11:51:34 2024 -0700 Adding support for Microchip PIC32CX SG devices commit c26836d Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Fri Jun 14 11:06:25 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 3002c9f Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Mon Jun 3 12:38:17 2024 -0700 Adding support for Microchip PIC32CX SG devices commit e2b7978 Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Fri May 31 11:08:36 2024 -0700 Adding support for Microchip PIC32CX SG devices commit f026a5b Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Fri May 31 09:52:56 2024 -0700 Adding support for Microchip PIC32CX SG devices commit d12239d Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Fri May 31 09:47:00 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 7c3252a Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Thu May 30 06:11:19 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 29156b3 Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Mon May 13 12:32:30 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 678ee3b Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Mon May 13 08:59:00 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 7902150 Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Tue May 7 08:02:14 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 82d8d1b Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Mon May 6 11:32:54 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 0229627 Author: Zephyr DeveloperMichael <michael.sherwood@microchip.com> Date: Mon May 6 10:02:09 2024 -0700 Adding support for Microchip PIC32CX SG devices commit 68575aa Author: Fabio Baltieri <fabiobaltieri@google.com> Date: Tue Feb 27 14:05:51 2024 +0000 CMakeLists: use MEC15XX for the series option Rename the SoC series option to MEC15XX to align with the new hwmv2 config name, drop the 1701x option which had no references anyway. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> commit 9fc0e92 Author: Fabio Baltieri <fabiobaltieri@google.com> Date: Tue Feb 27 14:05:51 2024 +0000 CMakeLists: use MEC15XX for the series option Rename the SoC series option to MEC15XX to align with the new hwmv2 config name, drop the 1701x option which had no references anyway. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Merge branch 'master' of https://github.com/MyGh64605/hal_microchip
Configuration menu - View commit details
-
Copy full SHA for 78e9c0b - Browse repository at this point
Copy the full SHA 78e9c0bView commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1ee8da - Browse repository at this point
Copy the full SHA e1ee8daView commit details
Commits on Jul 24, 2024
-
Renamed 'mplax' folder to 'pic32c', tested that PIC32CXSG41 and PIC32…
…CXSG61 boards build After running command "find * -type f -print0 | xargs -0 dos2unix -k"
Configuration menu - View commit details
-
Copy full SHA for 949f0e3 - Browse repository at this point
Copy the full SHA 949f0e3View commit details -
Renamed 'mplax' folder to 'pic32c', tested that PIC32CXSG41 and PIC32…
…CXSG61 boards build After running command "find * -type f -print0 | xargs -0 dos2unix -k" Signed-off-by: Michael D Sherwood <michael.sherwood@microchip.com>
Configuration menu - View commit details
-
Copy full SHA for c3561bb - Browse repository at this point
Copy the full SHA c3561bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12cdbff - Browse repository at this point
Copy the full SHA 12cdbffView commit details -
hal: microchip: pic32cx: rename hal folder, run linux cleanup
Addressing PR comments: Renamed 'mplax' folder to 'pic32c', tested that PIC32CXSG41 and PIC32CXSG61 boards build After running command "find * -type f -print0 | xargs -0 dos2unix -k" Signed-off-by: Michael Sherwood <Michael.Sherwood@microchip.com>
Configuration menu - View commit details
-
Copy full SHA for 3427508 - Browse repository at this point
Copy the full SHA 3427508View commit details
Commits on Jul 25, 2024
-
Changed CRLF to LF in /pic32c/CMakeLists
Signed-off-by: Michael D Sherwood <michael.sherwood@microchip.com>
Configuration menu - View commit details
-
Copy full SHA for ff9c5f2 - Browse repository at this point
Copy the full SHA ff9c5f2View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5dd67b9 - Browse repository at this point
Copy the full SHA 5dd67b9View commit details
Commits on Jul 30, 2024
-
hal: microchip: pic32cx: Changed CRLF to LF in /pic32c/CMakeLists
Signed-off-by: Michael D Sherwood <michael.sherwood@microchip.com>
Configuration menu - View commit details
-
Copy full SHA for 29a4c52 - Browse repository at this point
Copy the full SHA 29a4c52View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26253ac - Browse repository at this point
Copy the full SHA 26253acView commit details