fear(boards): Add nrfmicro_13_52833 board
* Add nrfmicro_13_52833 board definition. Co-authored-by: Alexander Krikun <krikun98@gmail.com> Co-authored-by: Pete Johanson <peter@peterjohanson.com>
This commit is contained in:
parent
cc3d5529fd
commit
1e25ee77d2
9 changed files with 239 additions and 7 deletions
|
|
@ -2,9 +2,9 @@ config BOARD_ENABLE_DCDC
|
|||
bool "Enable DCDC mode"
|
||||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
depends on (BOARD_NRFMICRO_11 || BOARD_NRFMICRO_11_FLIPPED || BOARD_NRFMICRO_13)
|
||||
depends on (BOARD_NRFMICRO_11 || BOARD_NRFMICRO_11_FLIPPED || BOARD_NRFMICRO_13 || BOARD_NRFMICRO_13_52833)
|
||||
|
||||
config BOARD_NRFMICRO_CHARGER
|
||||
bool "Enable battery charger"
|
||||
default y
|
||||
depends on (BOARD_NRFMICRO_13)
|
||||
depends on (BOARD_NRFMICRO_13 || BOARD_NRFMICRO_13_52833)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue