nuttx/arch/arm/src/stm32/chip
2015-09-05 09:07:37 -06:00
..
stm32_adc.h Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1. 2015-09-01 13:47:06 -04:00
stm32_bkp.h
stm32_can.h Missing i found by David Sidrane 2015-04-09 15:16:05 -06:00
stm32_dac.h Update ChangeLog 2014-07-22 07:25:01 -06:00
stm32_dbgmcu.h stm32/chip: Add some STM32L15XX support bits (from Thingsee) 2015-07-29 07:36:21 -06:00
stm32_dma2d.h Add support for the new DMA2D features to the STM32F429i-Disco LTDC configuration. From Marco Krahl. 2015-04-16 09:11:53 -06:00
stm32_eth.h Extend STM32 Ethernet operating frequency to 180MHz: 2015-07-17 07:44:12 -06:00
stm32_exti.h Add EXTI line definitions for the STM32L family. 2015-05-09 09:03:14 -06:00
stm32_flash.h Purely cosmetic changes from code review 2015-09-04 16:36:43 -06:00
stm32_i2c.h Add support for the STM32446. From David Sidrane 2015-07-22 07:26:53 -06:00
stm32_lcd.h
stm32_ltdc.h stm32: Add missing clut register definition 2014-12-19 13:28:42 -06:00
stm32_memorymap.h Adds architecture support for the STM32F372 and F373 (no board support yet). Only tested on STM32F373CC, but should work on the rest. Contributed by Marten Svanfeldt. 2015-03-02 10:33:42 -06:00
stm32_otgfs.h Correct a typo in the STM32 OTGFS register bit definitions 2014-11-13 10:43:54 -06:00
stm32_otghs.h Add files that implement true high speed support for the STM32 OTGHS peripheral. From Brennan Ashton 2014-10-07 15:01:42 -06:00
stm32_pwr.h stm32/chip: Add some STM32L15XX support bits (from Thingsee) 2015-07-29 07:36:21 -06:00
stm32_rng.h
stm32_rtc.h
stm32_rtcc.h stm32/chip: Add some STM32L15XX support bits (from Thingsee) 2015-07-29 07:36:21 -06:00
stm32_sdio.h
stm32_spi.h stm32: rename spi frame format definition 2014-10-20 15:12:59 -06:00
stm32_tim.h Minor modifications from review of previous changes 2015-07-29 08:32:23 -06:00
stm32_usbdev.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_wdg.h
stm32f10xxx_dma.h STM32: Fix RX DMA setup for UART5. From Jussi Kivilinna. 2015-03-13 07:06:46 -06:00
stm32f10xxx_gpio.h
stm32f10xxx_memorymap.h STM32 changes from David Sidrane 2015-04-11 07:19:20 -06:00
stm32f10xxx_rcc.h Correct some typos in STM32 RCC header files noted by Ramtin Amin 2014-05-05 07:23:26 -06:00
stm32f10xxx_uart.h
stm32f10xxx_vectors.h
stm32f20xxx_dma.h Fix a typo in the STM32 F2 DMA header file 2015-07-30 16:03:52 -06:00
stm32f20xxx_gpio.h
stm32f20xxx_memorymap.h STM32 changes from David Sidrane 2015-04-11 07:19:20 -06:00
stm32f20xxx_pinmap.h Set the GPIO_SPEED_50MHz on all F2 and F4 SPI pin configurations. This is based on an F411 SPI1 errata but the fixed is generalized to all SPI and all F2 and F4 (let me know if this introduces any other issues). Discovered and fixed by Sebastien Lorquet after much consternation. 2014-12-08 09:51:52 -06:00
stm32f20xxx_rcc.h STM32 RCC: Fix some more typos in STM32 RCC header files 2015-07-17 12:16:29 -06:00
stm32f20xxx_syscfg.h
stm32f20xxx_uart.h
stm32f20xxx_vectors.h
stm32f30xxx_adc.h
stm32f30xxx_gpio.h
stm32f30xxx_i2c.h
stm32f30xxx_memorymap.h Added missing EXTI definitions for the STM32 F3; Correct an error the port D base address in the STM32 F3 and F37 memory maps. From Greg Meiste. 2015-05-01 07:31:56 -06:00
stm32f30xxx_pinmap.h Adds support for STM32F302K8 and STM32F302K6. From Ben Dyer via PX4/David Sidrane. 2015-05-08 14:10:55 -06:00
stm32f30xxx_rcc.h
stm32f30xxx_syscfg.h
stm32f30xxx_uart.h
stm32f30xxx_vectors.h
stm32f37xxx_memorymap.h Added missing EXTI definitions for the STM32 F3; Correct an error the port D base address in the STM32 F3 and F37 memory maps. From Greg Meiste. 2015-05-01 07:31:56 -06:00
stm32f37xxx_pinmap.h Adds architecture support for the STM32F372 and F373 (no board support yet). Only tested on STM32F373CC, but should work on the rest. Contributed by Marten Svanfeldt. 2015-03-02 10:33:42 -06:00
stm32f37xxx_rcc.h Adds architecture support for the STM32F372 and F373 (no board support yet). Only tested on STM32F373CC, but should work on the rest. Contributed by Marten Svanfeldt. 2015-03-02 10:33:42 -06:00
stm32f37xxx_syscfg.h Adds architecture support for the STM32F372 and F373 (no board support yet). Only tested on STM32F373CC, but should work on the rest. Contributed by Marten Svanfeldt. 2015-03-02 10:33:42 -06:00
stm32f37xxx_vectors.h Adds architecture support for the STM32F372 and F373 (no board support yet). Only tested on STM32F373CC, but should work on the rest. Contributed by Marten Svanfeldt. 2015-03-02 10:33:42 -06:00
stm32f40xxx_dma.h STM32: Move STM32F42xxx DMA definitions out of stm32f40xxx_dma.h into their own stm32f42xxx_dma.h header file 2015-07-15 12:38:33 -06:00
stm32f40xxx_gpio.h
stm32f40xxx_memorymap.h STM32 changes from David Sidrane 2015-04-11 07:19:20 -06:00
stm32f40xxx_pinmap.h STM32: Move STM32F42xxx pinmap definitions out of stm32f40xxx_pinmap.h into their own stm32f42xxx pinmap.h header file 2015-07-15 12:28:45 -06:00
stm32f40xxx_rcc.h STM32 RCC: Fix some more typos in STM32 RCC header files 2015-07-17 12:16:29 -06:00
stm32f40xxx_syscfg.h STM32: Move STM32F42xxx SYSCFG definitions out of stm32f40xxx_syscfg.h into their own stm32f42xxx_syscfg.h header file 2015-07-15 12:54:15 -06:00
stm32f40xxx_uart.h
stm32f40xxx_vectors.h STM32: Move STM32F42xxx vector definitions out of stm32f40xxx_vector.h into their own stm32f42xxx_vector.h header file 2015-07-15 13:02:55 -06:00
stm32f42xxx_dma.h STM32: Move STM32F42xxx DMA definitions out of stm32f40xxx_dma.h into their own stm32f42xxx_dma.h header file 2015-07-15 12:38:33 -06:00
stm32f42xxx_pinmap.h Add support for the STM32446. From David Sidrane 2015-07-22 07:26:53 -06:00
stm32f42xxx_rcc.h Add support for the STM32446. From David Sidrane 2015-07-22 07:26:53 -06:00
stm32f42xxx_syscfg.h STM32 F229: Fix bad inclusion guard in a header file 2015-07-21 11:25:29 -06:00
stm32f42xxx_vectors.h STM32: Move STM32F42xxx vector definitions out of stm32f40xxx_vector.h into their own stm32f42xxx_vector.h header file 2015-07-15 13:02:55 -06:00
stm32f44xxx_dma.h Add support for the STM32446. From David Sidrane 2015-07-22 07:26:53 -06:00
stm32f44xxx_otgfs.h Trivial, cosmetic changes from review of merge 2015-08-21 18:22:57 -06:00
stm32f44xxx_pinmap.h Cosmetic: Move # of pre-processior command to column 1 2015-09-05 09:07:37 -06:00
stm32f44xxx_rcc.h Fixed Mask and made configuration macros consistant 2015-08-24 08:56:24 -10:00
stm32f44xxx_syscfg.h Add support for the STM32446. From David Sidrane 2015-07-22 07:26:53 -06:00
stm32f44xxx_vectors.h Add support for the STM32446. From David Sidrane 2015-07-22 07:26:53 -06:00
stm32f100_pinmap.h STM32: Expicitly include header file files. From Freddie Chopin 2014-06-10 15:49:48 -06:00
stm32f102_pinmap.h Forgot too add file before last commit 2014-11-27 06:14:09 -06:00
stm32f103c_pinmap.h STM32 F4 I2C: Port Tridge's I2C noise resiliance logic from the PX4 repository. 2014-11-29 13:37:45 -06:00
stm32f103r_pinmap.h Add ADC pinmap definitions for the STM32 F103R from Lederhilger Martin 2014-10-21 06:48:16 -06:00
stm32f103v_pinmap.h STM32: Expicitly include header file files. From Freddie Chopin 2014-06-10 15:49:48 -06:00
stm32f103z_pinmap.h STM32: Expicitly include header file files. From Freddie Chopin 2014-06-10 15:49:48 -06:00
stm32f105v_pinmap.h STM32: Expicitly include header file files. From Freddie Chopin 2014-06-10 15:49:48 -06:00
stm32f107v_pinmap.h STM32: Expicitly include header file files. From Freddie Chopin 2014-06-10 15:49:48 -06:00
stm32fxxxxx_otgfs.h Break the stm32_otg.h into an stm32fxxxxx and stm32f44xx (should work on F7) versions 2015-08-21 13:55:06 -10:00
stm32l15xxx_aes.h STM32: Add driver for STM32L162XX AES peripheral. Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com> 2015-02-04 06:49:05 -06:00
stm32l15xxx_gpio.h
stm32l15xxx_memorymap.h Minor modifications from review of previous commits 2015-07-29 08:34:01 -06:00
stm32l15xxx_pinmap.h Minor modifications from review of previous changes 2015-07-29 08:32:23 -06:00
stm32l15xxx_rcc.h Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen 2014-05-08 09:20:11 -06:00
stm32l15xxx_syscfg.h
stm32l15xxx_uart.h Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen 2014-05-08 09:20:11 -06:00
stm32l15xxx_vectors.h Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen 2014-05-08 09:20:11 -06:00