mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-17 13:15:50 +00:00
Make the following nRF peripheral drivers: - ADC - GPIO - I2C - SPI - UART - USB_DEVICE enabled by default so that users do not need to explicitly enable them in their applications after choosing an nRF SoC as the build target. Kconfig options enabling these drivers depend on both a given hardware feature (e.g. I2C) and an nRF family SoC selected, so effectively they will be automatically enabled only when it is adequate (and in most cases these drivers are the only option for a given hardware feature on nRF SoCs). Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
---|---|---|
.. | ||
adc_context.h | ||
adc_dw.c | ||
adc_dw.h | ||
adc_intel_quark_d2000.c | ||
adc_mcux_adc16.c | ||
adc_nrfx_adc.c | ||
adc_nrfx_saadc.c | ||
adc_sam_afec.c | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.intel_quark | ||
Kconfig.mcux | ||
Kconfig.nrfx | ||
Kconfig.sam_afec |