Browse Source
variants: Ikoka NRF: Use DC/DC regulator
The Ikoka boards are based on the Xioa NRF52840 module which is known
to have the LC circuit for the internal DC/DC regulator to be
available. Enable it to save power.
Signed-off-by: Frieder Schrempf <[email protected] >
pull/1246/head
Frieder Schrempf
6 months ago
No known key found for this signature in database
GPG Key ID: E7DD51F45F833802
3 changed files with
3 additions and
3 deletions
variants/ikoka_handheld_nrf/IkokaNrf52Board.h
variants/ikoka_nano_nrf/IkokaNanoNRFBoard.h
variants/ikoka_stick_nrf/IkokaStickNRFBoard.h
@ -6,7 +6,7 @@
# ifdef IKOKA_NRF52
# ifdef IKOKA_NRF52
class IkokaNrf52Board : public NRF52BoardOTA {
class IkokaNrf52Board : public NRF52BoardDCDC , public NRF52Board OTA {
public :
public :
IkokaNrf52Board ( ) : NRF52BoardOTA ( " XIAO_NRF52_OTA " ) { }
IkokaNrf52Board ( ) : NRF52BoardOTA ( " XIAO_NRF52_OTA " ) { }
void begin ( ) ;
void begin ( ) ;
@ -6,7 +6,7 @@
# ifdef XIAO_NRF52
# ifdef XIAO_NRF52
class IkokaNanoNRFBoard : public NRF52BoardOTA {
class IkokaNanoNRFBoard : public NRF52BoardDCDC , public NRF52Board OTA {
public :
public :
IkokaNanoNRFBoard ( ) : NRF52BoardOTA ( " XIAO_NRF52_OTA " ) { }
IkokaNanoNRFBoard ( ) : NRF52BoardOTA ( " XIAO_NRF52_OTA " ) { }
void begin ( ) ;
void begin ( ) ;
@ -6,7 +6,7 @@
# ifdef XIAO_NRF52
# ifdef XIAO_NRF52
class IkokaStickNRFBoard : public NRF52BoardOTA {
class IkokaStickNRFBoard : public NRF52BoardDCDC , public NRF52Board OTA {
public :
public :
IkokaStickNRFBoard ( ) : NRF52BoardOTA ( " XIAO_NRF52_OTA " ) { }
IkokaStickNRFBoard ( ) : NRF52BoardOTA ( " XIAO_NRF52_OTA " ) { }
void begin ( ) ;
void begin ( ) ;