ext: hal: nordic: Add kconfig / CMakeLists entries for nrfx_usbd

Adds entries for USBD driver (nrfx_usbd) for kconfig / CMake.
Updates nrf52840 configuration header to enable USBD.

Signed-off-by: Paweł Zadrożniak <pawel.zadrozniak@nordicsemi.no>
This commit is contained in:
Paweł Zadrożniak 2018-10-11 15:02:06 +02:00 committed by Carles Cufí
commit 0a3f6f0a58
3 changed files with 30 additions and 22 deletions

View file

@ -35,6 +35,9 @@ config NRFX_SPIM
config NRFX_SPIS
bool
config NRFX_SYSTICK
bool
config NRFX_TIMER
bool
@ -64,5 +67,9 @@ config NRFX_TWI
config NRFX_TWIM
bool
config NRFX_USBD
bool
select NRFX_SYSTICK
config NRFX_WDT
bool