stm32f0: Various fixes according to comment: (#1453)
* Copyright in log.c * GPIO check completely removed * generic/timer_irq added * Change in doc section Signed-off-by: Eugene Krashtan <eug.krashtan@gmail.com>
This commit is contained in:
committed by
KevinOConnor
parent
312cabc3f7
commit
c7330e07a4
@@ -25,6 +25,7 @@ src-$(CONFIG_CANSERIAL) += stm32f0/can.c
|
||||
src-$(CONFIG_DEBUG_OUT) += stm32f0/log.c
|
||||
src-$(CONFIG_SERIAL) += stm32f0/serial.c
|
||||
src-y += generic/serial_irq.c
|
||||
src-y += generic/timer_irq.c
|
||||
src-$(CONFIG_HAVE_GPIO_ADC) += stm32f0/adc.c
|
||||
src-$(CONFIG_HAVE_GPIO_I2C) += stm32f0/i2c.c
|
||||
src-$(CONFIG_HAVE_GPIO_SPI) += stm32f0/spi.c
|
||||
|
||||
Reference in New Issue
Block a user