nrf52_bsim: Enable building Nordic HAL drivers for this board
Namely the 802.15.4 driver. This commit just allows selecting it. It does not enale it by default. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
e0ccc37ea5
commit
f9b130d838
|
@ -11,6 +11,7 @@ config BOARD_NRF52_BSIM
|
|||
select NRF_RTC_TIMER
|
||||
select CLOCK_CONTROL
|
||||
select HAS_NRFX
|
||||
select HAS_NORDIC_DRIVERS
|
||||
help
|
||||
Will produce a console Linux process which can be executed natively.
|
||||
It needs the BabbleSim simulator both in compile time and to execute
|
||||
|
|
Loading…
Reference in a new issue