[nrf52][gpio] use nrfx gpio library
Platform gpio driver now uses the nrfx library for gpio manipulation. This allows utilization of second gpio bank present on some parts and handling of errata.
This commit is contained in:
committed by
Eric Holland
parent
c45337488c
commit
7068fb63cb
@@ -8,8 +8,6 @@
|
||||
#ifndef __TARGET_GPIOCONFIG_H
|
||||
#define __TARGET_GPIOCONFIG_H
|
||||
|
||||
#include <platform/gpio.h>
|
||||
|
||||
#define GPIO_LED1 13
|
||||
#define GPIO_LED2 14
|
||||
#define GPIO_LED3 15
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include <lk/compiler.h>
|
||||
#include <nrfx_usbd.h>
|
||||
#include <dev/gpio.h>
|
||||
#include <platform/gpio.h>
|
||||
#include <platform/nrf52.h>
|
||||
#include <target/gpioconfig.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user