nuttx/arch/arm/src/stm32
2013-08-10 09:06:53 -06:00
..
chip STM32 F3 I2C driver from John Wharington 2013-07-30 10:35:17 -06:00
chip.h STM32F103C4 and F103C8 chip support from Laurent Latil 2013-05-28 14:09:44 -06:00
Kconfig Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, sharable level 2013-08-10 09:06:53 -06:00
Make.defs STM32 F3 I2C driver from John Wharington 2013-07-30 10:35:17 -06:00
stm32_adc.c Fix typo is STM32 ADC driver for F2 and F4: ADC not ACD 2013-05-08 21:45:46 -06:00
stm32_adc.h Many STM32 header files updated for F3 support 2013-02-10 19:07:13 +00:00
stm32_allocateheap.c Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_ 2013-07-26 10:09:17 -06:00
stm32_bkp.h ST3210E-EVAL: Add power management configuration; move all linker scripts to common files 2012-06-28 00:48:00 +00:00
stm32_can.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
stm32_can.h Leverage some bit timing logic from LPC17xx to the STM32 CAN driver 2012-01-20 03:37:29 +00:00
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 Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driver 2011-12-16 19:29:41 +00:00
stm32_dbgmcu.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
stm32_dma.c STM32L15X UART, DMA, and heap initialization support 2013-05-19 11:54:56 -06:00
stm32_dma.h Add stm32_dmacapable interface to determine is it is possible to perform DMA from a given address. 2013-06-04 08:44:49 -06:00
stm32_dumpgpio.c Misc updates to STL32L15X logic 2013-05-20 10:08:44 -06:00
stm32_eth.c itoa() from Ryan Sundberg 2013-03-14 18:30:06 +00:00
stm32_eth.h Move some PHY initialization logic for Darcy 2012-11-22 14:44:38 +00:00
stm32_exti_alarm.c Make name of RTC ALARM interrupt common on STM32 F1,2,4 2012-07-19 14:33:14 +00:00
stm32_exti_gpio.c STM32: Add logic to attach the RTC alarm EXTI interrupt 2012-07-17 00:22:48 +00:00
stm32_exti.h Add STM32 PM sleep support 2012-07-18 22:54:33 +00:00
stm32_flash.c STM32 FLASH changes from Freddie Chopin 2013-01-03 13:39:16 +00:00
stm32_flash.h More STM3240 header file changes 2011-11-21 14:25:38 +00:00
stm32_fsmc.h Add peripheral support for the STM32 F2 family 2012-03-10 00:02:11 +00:00
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 F3 I2C driver from John Wharington 2013-07-30 10:35:17 -06:00
stm32_i2c.h Add STM32 F3 I2C register definitions 2013-02-10 20:35:34 +00:00
stm32_idle.c STM32 option to disable sleep to prevent disconnection of debugger 2013-05-07 14:10:34 -06:00
stm32_irq.c Standard configuration variables used to enable interupt controller debug; SAMA5: Correct handling of spurious interrupts 2013-08-03 08:22:37 -06:00
stm32_iwdg.c More Kconfig files 2012-04-17 13:48:39 +00:00
stm32_lowputc.c STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOS 2013-05-20 15:51:37 -06:00
stm32_lowputc.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
stm32_lse.c Fix bugs in SLCD test and in SLCD CODEC 2013-05-24 11:11:48 -06:00
stm32_lsi.c STM32 IWDG watchdog works 2012-04-16 21:13:54 +00:00
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 STM32 SDIO driver: Add supported for data block end (DBCKEND) interrupt. From Chia Cheng Tsao 2013-07-08 09:04:05 -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 a backward conditional that cause the STM32 usb host driver to fail to detect disconnection events. From Scott 2013-06-06 15:00:18 -06:00
stm32_pm.h Add STM32 PM sleep support 2012-07-18 22:54:33 +00:00
stm32_pminitialize.c Simplify STM32 PM infrastructure 2012-06-26 12:39:23 +00:00
stm32_pmsleep.c STM32 PM update 2012-08-03 15:01:51 +00:00
stm32_pmstandby.c PM update 2012-07-27 00:14:38 +00:00
stm32_pmstop.c PM update 2012-07-27 00:14:38 +00:00
stm32_pwm.c Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery configuration with SPI and USB 2013-02-09 15:03:49 +00:00
stm32_pwm.h Make STM32 F4 TIM pin naming consistent with F1 2012-01-06 21:25:27 +00:00
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 Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery configuration with SPI and USB 2013-02-09 15:03:49 +00:00
stm32_qencoder.h Ooops part of last checkin was still in the editor 2012-02-25 00:58:07 +00:00
stm32_rcc.c Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree. 2013-05-19 14:35:30 -06:00
stm32_rcc.h Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the STM32 L family, some STM32L-Discovery LCD debug changes 2013-05-24 10:00:54 -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 Updates for STM32 F3 SPI and RTC 2013-02-09 16:39:59 +00:00
stm32_rtc.h Updates for STM32 F3 SPI and RTC 2013-02-09 16:39:59 +00:00
stm32_rtcc.c Updates for STM32 F3 SPI and RTC 2013-02-09 16:39:59 +00:00
stm32_rtcounter.c Updates for STM32 F3 SPI and RTC 2013-02-09 16:39:59 +00:00
stm32_sdio.c STM32 SDIO driver: Add supported for data block end (DBCKEND) interrupt. From Chia Cheng Tsao 2013-07-08 09:04:05 -06:00
stm32_sdio.h SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedt 2012-07-24 15:49:01 +00:00
stm32_serial.c Add flow control support to the STM32 serial driver; Fix some issues with UART2 and 5. From Lorenz Meier and Mike Smith 2013-06-06 14:49:14 -06:00
stm32_spi.c Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
stm32_spi.h Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
stm32_start.c Add kernel build support to the STM32 family and to the STM32F4Discovery board 2013-03-22 14:49:21 +00: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 Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery configuration with SPI and USB 2013-02-09 15:03:49 +00:00
stm32_tim.h STM32 fixes for F4 32-bit timers 2012-01-13 02:49:10 +00:00
stm32_timerisr.c Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery configuration with SPI and USB 2013-02-09 15:03:49 +00:00
stm32_uart.h STM32L15X UART, DMA, and heap initialization support 2013-05-19 11:54:56 -06:00
stm32_usbdev.c Fix STM32F1 and F3 USB device driver. It was not handling NULL packets correctly and it prevent use of the driver with the CDC/ACM class 2013-05-29 10:26:00 -06:00
stm32_usbdev.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
stm32_usbhost.h Changes for clean STM32 USB host driver build 2012-08-20 16:06:39 +00: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 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
stm32_waste.c Add Uros' RCC actitivity counter to STM32 idle loop 2011-08-20 13:23:34 +00:00
stm32_waste.h Finish code for basic STM3240 port 2011-11-24 01:34:10 +00:00
stm32_wdg.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
stm32_wwdg.c STM32 IWDG watchdog works 2012-04-16 21:13:54 +00:00
stm32.h Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARMv7-M architectures 2013-01-22 01:25:40 +00:00
stm32f10xxx_dma.c STM32 DAC DMA fixes from John Wharington 2013-07-30 08:54:32 -06:00
stm32f10xxx_rcc.c STM32 F100 High Density support and generic board configuration from Freddie Chopin 2012-11-06 13:36:51 +00:00
stm32f20xxx_dma.c Add stm32_dmacapable interface to determine is it is possible to perform DMA from a given address. 2013-06-04 08:44:49 -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 I2C driver from John Wharington 2013-07-30 10:35:17 -06:00
stm32f30xxx_rcc.c Fixes to get STM32F3Discovery running 2013-02-08 21:42:23 +00:00
stm32f40xxx_dma.c Add stm32_dmacapable interface to determine is it is possible to perform DMA from a given address. 2013-06-04 08:44:49 -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