nuttx/arch/arm/src/stm32
2013-11-01 16:06:43 -06:00
..
chip Typo fixes for UART7 and UART8 DMA configs. From Mike Smith 2013-10-18 07:17:55 -06:00
chip.h Add framework for Spark Core board support. The initial commit is a clone of the Maple Mini and still needs Spark customizations 2013-10-02 08:24:46 -06:00
Kconfig Add support for the STM32F207ZE chip. From Martin Lederhilger 2013-10-24 08:25:05 -06:00
Make.defs STM32 F3 fixes from John Wharington 2013-08-13 07:48:18 -06:00
stm32_adc.c STM32 PWM and ADC: Add some bits that should have been cleared. From Martin Lederhilger 2013-10-24 08:27:09 -06:00
stm32_adc.h
stm32_allocateheap.c Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane 2013-11-01 11:16:51 -06:00
stm32_bkp.h
stm32_can.c Make filter register accessible for CAN1 and CAN2. Provided by Lorenz Meier 2013-09-13 11:20:10 -06:00
stm32_can.h
stm32_ccm.c Fix integration of RAM test into the build and configuration system 2013-06-26 10:54:12 -06:00
stm32_ccm.h Fix integration of RAM test into the build and configuration system 2013-06-26 10:54:12 -06:00
stm32_dac.c More DAC changes from John Wharington 2013-07-30 11:41:53 -06:00
stm32_dac.h
stm32_dbgmcu.h
stm32_dma.c STM32L15X UART, DMA, and heap initialization support 2013-05-19 11:54:56 -06:00
stm32_dma.h Changes to stm32_dmacapable interfaces from Mike Smith 2013-10-18 08:06:23 -06:00
stm32_dumpgpio.c Misc updates to STL32L15X logic 2013-05-20 10:08:44 -06:00
stm32_eth.c SAMA5 EMAC: Resolve issues with DUAL PHY support needed for both EMAC and GMAC peripherals. EMAC driver is now code complete and builds without complaint 2013-09-17 10:55:13 -06:00
stm32_eth.h
stm32_exti_alarm.c
stm32_exti_gpio.c
stm32_exti.h
stm32_flash.c
stm32_flash.h
stm32_fsmc.h
stm32_gpio.c Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree. 2013-05-19 14:35:30 -06:00
stm32_gpio.h Add SYSCFG definitions for STM32L152; Add board support STM32L-Discovery 2013-05-19 11:04:19 -06:00
stm32_i2c.c STM32 F1 I2C: Fix a typo that crept in with some recent changes. From Yiran Liao 2013-08-18 07:45:14 -06:00
stm32_i2c.h
stm32_idle.c STM32 option to disable sleep to prevent disconnection of debugger 2013-05-07 14:10:34 -06:00
stm32_irq.c Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane 2013-11-01 11:16:51 -06:00
stm32_iwdg.c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
stm32_lowputc.c STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOS 2013-05-20 15:51:37 -06:00
stm32_lowputc.h
stm32_lse.c Fix bugs in SLCD test and in SLCD CODEC 2013-05-24 11:11:48 -06:00
stm32_lsi.c
stm32_mpuinit.c Add kernel build support to the STM32 family and to the STM32F4Discovery board 2013-03-22 14:49:21 +00:00
stm32_mpuinit.h Add kernel build support to the STM32 family and to the STM32F4Discovery board 2013-03-22 14:49:21 +00:00
stm32_otgfs.h Separate wait() and enumerate() methods from struct usbhost_driver_s and move to new interface, struct usbhost_connection_s. This is part of the necessary restructuring of the USB host interface to support multiple root hub ports. 2013-08-13 15:03:46 -06:00
stm32_otgfsdev.c Ticket #16: STM32 OTG FS device driver endpoint allocation. From Chia Cheng Tsao 2013-07-08 08:55:05 -06:00
stm32_otgfshost.c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
stm32_pm.h
stm32_pminitialize.c
stm32_pmsleep.c
stm32_pmstandby.c
stm32_pmstop.c
stm32_pwm.c STM32 PWM and ADC: Add some bits that should have been cleared. From Martin Lederhilger 2013-10-24 08:27:09 -06:00
stm32_pwm.h
stm32_pwr.c STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOS 2013-05-20 15:51:37 -06:00
stm32_pwr.h STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOS 2013-05-20 15:51:37 -06:00
stm32_qencoder.c
stm32_qencoder.h
stm32_rcc.c Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree. 2013-05-19 14:35:30 -06:00
stm32_rcc.h Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
stm32_rng.c Misc changes for clean built od mikroe-stm32f4 configurations 2013-05-01 09:21:13 -06:00
stm32_rtc.c
stm32_rtc.h
stm32_rtcc.c
stm32_rtcounter.c
stm32_sdio.c Changes to stm32_dmacapable interfaces from Mike Smith 2013-10-18 08:06:23 -06:00
stm32_sdio.h
stm32_serial.c STM32: Fix STM32 serial init for non-reordered serial ports. From Lorenz Meier 2013-08-10 19:33:16 -06:00
stm32_spi.c STM32 SPI DMA: Fix related to CONFIG_STM32_DMACAPABLE from Ken Pettit 2013-10-27 16:23:44 -06:00
stm32_spi.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
stm32_start.c Fixing typos from previous check-ins. Also, missed the ARMv7 IDLE stack coloration 2013-11-01 16:06:43 -06:00
stm32_syscfg.h Add SYSCFG definitions for STM32L152; Add board support STM32L-Discovery 2013-05-19 11:04:19 -06:00
stm32_tim.c
stm32_tim.h
stm32_timerisr.c
stm32_uart.h STM32L15X UART, DMA, and heap initialization support 2013-05-19 11:54:56 -06:00
stm32_usbdev.c arch/arm/src/stm32/stm32_usbdev.c: On a failure to bind the class driver, the driver reference was being nullified too soon. This caused an exception in usbdev_reset() later. The driver reference will be null 2013-10-31 15:27:52 -06:00
stm32_usbdev.h
stm32_usbhost.h SAMA5 EHCI: Added logic to detect port speed. Handling is insufficient 2013-08-24 07:36:05 -06:00
stm32_userspace.c Add kernel build support to the STM32 family and to the STM32F4Discovery board 2013-03-22 14:49:21 +00:00
stm32_userspace.h Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs 2013-03-24 17:28:38 +00:00
stm32_vectors.S Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane 2013-11-01 11:16:51 -06:00
stm32_waste.c
stm32_waste.h
stm32_wdg.h
stm32_wwdg.c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
stm32.h
stm32f10xxx_dma.c STM32 F1 DAM fix from David Sidrane 2013-10-23 14:05:26 -06:00
stm32f10xxx_rcc.c
stm32f20xxx_dma.c Changes to stm32_dmacapable interfaces from Mike Smith 2013-10-18 08:06:23 -06:00
stm32f20xxx_rcc.c Add missing NSH configuration settings. Correct some conditional logic for STM32 FALSH pre-fetch settings. From Lorenz Meier 2013-06-02 13:16:35 -06:00
stm32f30xxx_i2c.c STM32 F3 fixes from John Wharington 2013-08-13 07:48:18 -06:00
stm32f30xxx_rcc.c
stm32f40xxx_dma.c Changes to stm32_dmacapable interfaces from Mike Smith 2013-10-18 08:06:23 -06:00
stm32f40xxx_rcc.c Add missing NSH configuration settings. Correct some conditional logic for STM32 FALSH pre-fetch settings. From Lorenz Meier 2013-06-02 13:16:35 -06:00
stm32l15xxx_rcc.c Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH configuration is now fully functional on the STM32L-Discovery board. 2013-05-21 11:25:30 -06:00