1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf51
Koen Zandberg 64f04e4da9
nrf5x: Add built-in DC/DC converter enable function
The internal DC/DC converter is more efficient compared to the LDO
regulator.  The downside of the DC/DC converter is that it requires an
external inductor to be present on the board. Enabling the DC/DC
converter is guarded with NRF5X_ENABLE_DCDC, this macro must be defined
if the DC/DC converter is to be enabled.
2020-03-07 17:37:40 +01:00
..
include cpu/nrf5x: provide specific gpio_t definition 2020-02-19 19:16:58 +01:00
ldscripts nrf51: Adjust ldscript memory segment attributes 2018-05-09 06:46:51 +02:00
periph cpu/nrf51/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
cpu.c nrf5x: Add built-in DC/DC converter enable function 2020-03-07 17:37:40 +01:00
Makefile cpu/nrf5x: moved nrfmin driver to nrf5x_common 2017-01-10 11:54:49 +01:00
Makefile.dep cpu/nrf5x: move dependencies to Makefile.dep 2020-01-28 13:18:39 +01:00
Makefile.features cpu/cortexm: move CPU_ARCH/FAM to Makefile.features 2020-02-17 16:02:48 +01:00
Makefile.include cpu/cortexm: move CPU_ARCH/FAM to Makefile.features 2020-02-17 16:02:48 +01:00
vectors.c cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00