aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f0
Commit message (Collapse)AuthorAgeFilesLines
* stm32f0: Remove hal based stm32f0 implementationEug Krashtan2020-01-1417-1824/+0
| | | | | Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f0: Rename internal build symbol from MACH_STM32F0 to MACH_STM32F0_HALKevin O'Connor2019-10-231-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f0: Remove trailing tab from MakefileKevin O'Connor2019-07-211-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* armcm_timer: Unify udelay() implementationKevin O'Connor2019-06-092-10/+0
| | | | | | | Move the udelay() code from various arm board directories into the src/generic/armcm_timer.c code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f0: Wrong port definition for GPIOF (#1463)Eugene Krashtan2019-03-291-1/+1
| | | Signed-off-by: Eugene Krashtan <eug.krashtan@gmail.com>
* stm32f0: minor i2c bugfix (#1461)Eugene Krashtan2019-03-281-1/+1
| | | Signed-off-by: Eugene Krashtan <eug.krashtan@gmail.com>
* stm32f0: Various fixes according to comment: (#1453)Eugene Krashtan2019-03-286-121/+19
| | | | | | | | * 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>
* stm32f0: SPI and i2c interfaces addedEugene Krashtan2019-03-247-1/+274
| | | | Signed-off-by: Eugene Krashtan <eug.krashtan@gmail.com>
* stm32f0: New target STM32F0 added.Eugene Krashtan2019-03-2414-0/+1663
Signed-off-by: Eugene Krashtan <Eugene.Krashtan@opensynergy.com>