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:
parent
7f92deb641
commit
0a3f6f0a58
3 changed files with 30 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue