ext: hal: nordic: Make it possible to build NRFX GPIOTE and PPI
This makes it possible for the application to enable building of the GPIOTE and PPI subsystems in NRFX. Signed-off-by: Jonas Norling <jonas.norling@greeneggs.se>
This commit is contained in:
parent
bfc4281cc0
commit
ac960bf91b
6 changed files with 24 additions and 16 deletions
|
@ -16,10 +16,16 @@ config NRFX_ADC
|
|||
config NRFX_CLOCK
|
||||
bool
|
||||
|
||||
config NRFX_GPIOTE
|
||||
bool
|
||||
|
||||
config NRFX_NFCT
|
||||
bool
|
||||
select NRFX_TIMER4
|
||||
|
||||
config NRFX_PPI
|
||||
bool
|
||||
|
||||
config NRFX_PWM
|
||||
bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue