Moved STM32F4xx ADC driver under platform/drivers/ADC
This commit is contained in:
parent
08cd620951
commit
6ff868c7a4
|
|
@ -221,7 +221,7 @@ stm32f405_src = ['platform/mcu/STM32F4xx/boot/startup.cpp',
|
|||
'platform/mcu/STM32F4xx/drivers/rng.c',
|
||||
'platform/mcu/STM32F4xx/drivers/rcc.c',
|
||||
'platform/mcu/STM32F4xx/drivers/i2c_stm32.c',
|
||||
'platform/mcu/STM32F4xx/drivers/adc_stm32.c',
|
||||
'platform/drivers/ADC/adc_stm32f4.c',
|
||||
'platform/drivers/SPI/spi_stm32.c',
|
||||
'platform/drivers/GPIO/gpio_stm32.c',
|
||||
'platform/drivers/audio/stm32_dac.cpp',
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@
|
|||
#include <interfaces/nvmem.h>
|
||||
#include <interfaces/audio.h>
|
||||
#include <peripherals/gpio.h>
|
||||
#include <drivers/adc_stm32.h>
|
||||
#include <drivers/i2c_stm32.h>
|
||||
#include <calibInfo_Mod17.h>
|
||||
#include <adc_stm32.h>
|
||||
#include <backlight.h>
|
||||
#include <hwconfig.h>
|
||||
#include <MCP4551.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue