Add ADC support for STM32F3 and STM32F0 devices (#7681)
authorDrew Mills <FranticRain@users.noreply.github.com>
Wed, 11 Mar 2020 04:38:39 +0000 (23:38 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 04:38:39 +0000 (15:38 +1100)
commit5ac6fe18889027b718a8ed8c65482d0ab26b5f36
tree7a0bb23509ed876e16e78c8830fc9b5d79fb03a2
parent979ac0d8da29b6edf01db951ee99c31e853da2c6
Add ADC support for STM32F3 and STM32F0 devices (#7681)

* Add ADC support for STM32F3 and STM32F0 devices

* Add section about configration options available to the ARM ADC implementation

* Fix STM32 typo
docs/adc_driver.md
drivers/arm/analog.c [new file with mode: 0644]
drivers/arm/analog.h [new file with mode: 0644]