nuttx/arch/arm/src/stm32f0
2017-08-14 06:28:09 -06:00
..
chip stm32/stm32f0: Fix some funny shifts in DAC header files. 2017-08-14 06:28:09 -06:00
chip.h Make sure that Alan is listed as author in new files. 2017-04-14 08:34:37 -06:00
Kconfig STM32F0: Add support for HSI48 2017-04-20 11:08:23 -06:00
Make.defs STM32F0 I2C: Initial cut at driver. Still a work in progress. 2017-04-29 16:53:47 -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 Make sure that Alan is listed as author in new files. 2017-04-14 08:34:37 -06:00
stm32f0_gpio.c Make sure that Alan is listed as author in new files. 2017-04-14 08:34:37 -06:00
stm32f0_gpio.h STM32F0: Fixes to get STM32F0-Discovery build again after changes to support the STM32F07x 2017-04-17 17:13:32 -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 stm32_i2c: make private symbols static 2017-05-19 07:16:01 -06:00
stm32f0_i2c.h STM32F0 I2C: Initial cut at driver. Still a work in progress. 2017-04-29 16:53:47 -06:00
stm32f0_idle.c Make sure that Alan is listed as author in new files. 2017-04-14 08:34:37 -06:00
stm32f0_irq.c Make sure that Alan is listed as author in new files. 2017-04-14 08:34:37 -06:00
stm32f0_lowputc.c Nucleo-F072RB: Various fixes to get the first clean build. 2017-04-18 10:37:05 -06:00
stm32f0_lowputc.h Make sure that Alan is listed as author in new files. 2017-04-14 08:34:37 -06:00
stm32f0_rcc.h STM32F0: Add support for HSI48 2017-04-20 11:08:23 -06:00
stm32f0_serial.c stm32_serial: fix freezing serial port. Serial interrupt enable/disable functions do not disable interrupts and can freeze device when serial interrupt is received while execution is at those functions. 2017-05-17 06:50:46 -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