aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f0/internal.h
Commit message (Collapse)AuthorAgeFilesLines
* stm32f0: Remove hal based stm32f0 implementationEug Krashtan2020-01-141-15/+0
| | | | | Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* armcm_timer: Unify udelay() implementationKevin O'Connor2019-06-091-1/+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: New target STM32F0 added.Eugene Krashtan2019-03-241-0/+16
Signed-off-by: Eugene Krashtan <Eugene.Krashtan@opensynergy.com>