[riot-commits] [RIOT-OS/RIOT] 990790: cpu/stm32l0: add ADC driver implementation
Alexandre Abadie
alexandre.abadie at inria.fr
Wed Nov 8 15:11:23 CET 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 9907908b2a1537d94848c3a0708458f5bdf89957
https://github.com/RIOT-OS/RIOT/commit/9907908b2a1537d94848c3a0708458f5bdf89957
Author: Aurelien Fillau <aurelien.fillau at gmail.com>
Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths:
M boards/nucleo-l073/Makefile.features
A cpu/stm32l0/periph/adc.c
Log Message:
-----------
cpu/stm32l0: add ADC driver implementation
Now, ADC is available on stm32l0 family. A calibration is
done at each new adc_sample. Moreover, when conversion is done,
VREFINT and temperature sensor are dactivated to save power.
Signed-off-by: Aurelien Fillau <aurelien.fillau at gmail.com>
Commit: 982524593857a21a0e4b1cdbc8e870dfcb6f136e
https://github.com/RIOT-OS/RIOT/commit/982524593857a21a0e4b1cdbc8e870dfcb6f136e
Author: Aurelien Fillau <aurelien.fillau at gmail.com>
Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths:
M boards/nucleo-l073/include/periph_conf.h
Log Message:
-----------
boards/nucleo-l073: add ADC configuration
ADC configuration added for nucleo-l073 board
Signed-off-by: Aurelien Fillau <aurelien.fillau at gmail.com>
Commit: 509ad6e4dfc3bc2a0cfe82a1df016a1be4e115b5
https://github.com/RIOT-OS/RIOT/commit/509ad6e4dfc3bc2a0cfe82a1df016a1be4e115b5
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths:
M boards/nucleo-l073/Makefile.features
M boards/nucleo-l073/include/periph_conf.h
A cpu/stm32l0/periph/adc.c
Log Message:
-----------
Merge pull request #7815 from Marc-Aurele/adc_l0
cpu/stm32l0 : implementation of ADC driver
Compare: https://github.com/RIOT-OS/RIOT/compare/5ce13b356220...509ad6e4dfc3
More information about the commits
mailing list