nuttx/arch/arm/src/stm32f0
2018-10-10 06:29:29 -06:00
..
chip arm/src/stm32f0/chip/stm32f0_rcc.h: Fix some typos. 2018-07-26 08:31:40 -06:00
chip.h
Kconfig drivers/mmcsd/Kconfig: three configuration settings were within ifdef/endif and led to warning: xxx selects xxxx which has unmet direct dependencies. Fix by moving settings to drivers/Kconfig and outside of the ifdef-endif. Also renamed CONFIG_SDIO_PREFLIGHT to CONFIG_ARCH_HAVE_SDIO_PREFLIGHT to follow naming of similar hidden architecture capability configurations. 2018-08-05 17:58:17 -06:00
Make.defs arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00
stm32f0_clockconfig.c STM32F0: Fix some missing settings in the clock configuration logic 2017-04-27 15:44:05 -06:00
stm32f0_clockconfig.h
stm32f0_gpio.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32f0_gpio.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32f0_hsi48.c arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
stm32f0_hsi48.h arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
stm32f0_i2c.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
stm32f0_i2c.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32f0_idle.c
stm32f0_irq.c
stm32f0_lowputc.c Nucleo-F072RB: Various fixes to get the first clean build. 2017-04-18 10:37:05 -06:00
stm32f0_lowputc.h
stm32f0_rcc.h STM32F0: Add support for HSI48 2017-04-20 11:08:23 -06:00
stm32f0_serial.c stm32f0, stm32f7, stm32h7, stm32l4 serial: fix use of CONFIG_SERIAL_IFLOWCONTROL for CONFIG_SERIAL_OFLOWCONTROL 2018-10-10 06:29:29 -06:00
stm32f0_serial.h More changes UART to USART. Fix garbage code in stm32f0_serial.h that was clearing HAVE_USART 2017-04-17 18:37:52 -06:00
stm32f0_start.c More changes UART to USART. Fix garbage code in stm32f0_serial.h that was clearing HAVE_USART 2017-04-17 18:37:52 -06:00
stm32f0_start.h STM32F0: type of regval should be uint32_t in clockconfig(). Fix a warning from __start(). 2017-04-17 09:17:31 -06:00
stm32f0_timerisr.c Fix System Clock value to 48MHz and remove MCLK definition 2017-04-17 12:48:07 -06:00
stm32f0_uart.h STM32F0: Add some protection. There is only one interrupt for USART3-8. Current interrupt handling logic will support only one interrupt in that range. 2017-04-29 12:58:06 -06:00
stm32f0_usbdev.c STM32F0: Add an untested port of the F1 USB device to the STM32F0 2017-04-20 11:50:58 -06:00
stm32f0_usbdev.h STM32F0: Add an untested port of the F1 USB device to the STM32F0 2017-04-20 11:50:58 -06:00