bsp/imx: Add a GPIO driver

Update 3869
This commit is contained in:
Christian Mauderer
2020-07-17 07:54:43 +02:00
parent a3bcc79a1f
commit 0f4b911c01
7 changed files with 562 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ extern "C" {
#define BSP_INTERRUPT_VECTOR_MIN 0
#define BSP_INTERRUPT_VECTOR_MAX 159
#define BSP_INTERRUPT_VECTOR_INVALID (UINT32_MAX)
#ifdef __cplusplus
}