Skip to content

Commit

Permalink
Add CMSIS GPIO driver that uses GPIO interface specification introduc…
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirUmek committed Jul 19, 2024
1 parent 822be8e commit 5b27992
Show file tree
Hide file tree
Showing 4 changed files with 654 additions and 2,124 deletions.
11 changes: 11 additions & 0 deletions AlifSemiconductor.Ensemble.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,17 @@
<!-- Add HE CM55 ENDS -->

<!-- Driver components -->
<component Cclass="CMSIS Driver" Cgroup="GPIO" Cversion="1.0.0" Capiversion="1.0.0" condition="Ensemble CMSIS_Driver">
<description>GPIO driver for Alif Semiconductor SOC</description>
<RTE_Components_h>
#define RTE_Drivers_GPIO0 1 /* Driver GPIO0 */
</RTE_Components_h>
<files>
<file category="source" name="Alif_CMSIS/Source/Driver_GPIO.c"/>
<file category="header" name="Alif_CMSIS/Source/Driver_GPIO_Private.h"/>
</files>
</component>

<component Cclass="CMSIS Driver" Cgroup="USART" Cversion="1.1.0" condition="Ensemble CMSIS_Driver">
<description>UART Driver for Alif Semiconductor SOC</description>
<RTE_Components_h> <!-- the following content goes into file 'RTE_Components.h' -->
Expand Down
157 changes: 0 additions & 157 deletions Alif_CMSIS/Include/Driver_GPIO.h

This file was deleted.

Loading

0 comments on commit 5b27992

Please sign in to comment.