nuttx/arch/arm/src/stm32
2015-04-15 20:13:56 -06:00
..
chip STM32 changes from David Sidrane 2015-04-11 07:19:20 -06:00
chip.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
Kconfig STM32 changes from David Sidrane 2015-04-11 07:19:20 -06:00
Make.defs Revert commit b80e8be652dfa52e97daa65aa3e550cf31cb2409 2015-04-12 06:26:50 -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 Many STM32 header files updated for F3 support 2013-02-10 19:07:13 +00:00
stm32_aes.c STM32: Add driver for STM32L162XX AES peripheral. Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com> 2015-02-04 06:49:05 -06:00
stm32_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
stm32_allocateheap.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_bbsram.c Fix some BBRAM return values (from David Sidrane). Also some MTD-related cosmetic changes 2015-03-05 08:08:11 -06:00
stm32_bbsram.h Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane. 2015-02-21 15:15:51 -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 STM32 CAN: More places where FR instead FIR used 2015-04-09 19:30:19 -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 Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane. 2015-02-21 15:15:51 -06:00
stm32_ccm.h Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane. 2015-02-21 15:15:51 -06:00
stm32_dac.c More DAC changes from John Wharington 2013-07-30 11:41:53 -06:00
stm32_dac.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
stm32_dbgmcu.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
stm32_dma2d.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_dma2d.h STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; Trivial updates after general review 2014-12-19 14:52:17 -06:00
stm32_dma.c STM32L15X UART, DMA, and heap initialization support 2013-05-19 11:54:56 -06:00
stm32_dma.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_dumpgpio.c 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_eth.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06: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 Disabling any of EXTI 5-9 interrupts was disabling interrupts for all EXTI 5-9. Same issue with EXTI 10-15. From Jussi Kivilinna. 2015-01-27 09:15:43 -06:00
stm32_exti.h Add STM32 PM sleep support 2012-07-18 22:54:33 +00:00
stm32_flash.c STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generic. From Freddie Chopin 2014-08-28 09:11:20 -06:00
stm32_flash.h More STM3240 header file changes 2011-11-21 14:25:38 +00:00
stm32_fsmc.h Support for the STM32F429 from Ken Pettit 2013-11-07 16:47:43 -06:00
stm32_gpio.c 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_gpio.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_i2c_alt.c Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane. 2015-02-21 15:15:51 -06:00
stm32_i2c.c stm32_i2c: Add missing NULL check. From Juha Niskanen 2015-03-12 07:53:41 -06:00
stm32_i2c.h Add STM32 F3 I2C register definitions 2013-02-10 20:35:34 +00:00
stm32_idle.c arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 17:19:38 -06:00
stm32_irq.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_iwdg.c STM32 IWDG typo fix. from chenming582892 2015-04-15 20:13:56 -06:00
stm32_lowputc.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_lowputc.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
stm32_lse.c The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work. 2015-03-29 15:34:48 -06:00
stm32_lsi.c The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work. 2015-03-29 15:34:48 -06:00
stm32_ltdc.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_ltdc.h STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; Trivial updates after general review 2014-12-19 14:52:17 -06:00
stm32_mpuinit.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_mpuinit.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
stm32_otgfs.h Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mode logic. From Brennan Ashton 2014-10-07 15:05:30 -06:00
stm32_otgfsdev.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_otgfshost.c Fix several typos in comments 2015-04-09 16:13:03 -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_otghsdev.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_otghshost.c Fix several typos in comments 2015-04-09 16:13:03 -06:00
stm32_pm.h EFM32: Add IDLE power management hooks. Nothing implemented; just define the hooks 2014-10-22 07:26:31 -06:00
stm32_pminitialize.c LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks 2013-12-05 10:37:55 -06:00
stm32_pmsleep.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
stm32_pmstandby.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
stm32_pmstop.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
stm32_procfs_ccm.c Fixes for more issues found by cppcheck 2014-11-24 17:00:26 -06:00
stm32_pwm.c 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
stm32_pwm.h Make STM32 F4 TIM pin naming consistent with F1 2012-01-06 21:25:27 +00:00
stm32_pwr.c STM32: Fix for compilation introduced by last backup RAM change. Not sure it it is correct, be now things do compile 2015-02-21 17:51:03 -06:00
stm32_pwr.h STM32: Fix for compilation introduced by last backup RAM change. Not sure it it is correct, be now things do compile 2015-02-21 17:51:03 -06:00
stm32_qencoder.c Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg() 2014-12-16 09:54:32 -06: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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_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
stm32_rng.c Misc changes for clean built od mikroe-stm32f4 configurations 2013-05-01 09:21:13 -06:00
stm32_rtc_lowerhalf.c Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/. 2015-04-01 12:37:44 -06:00
stm32_rtc.c The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work. 2015-03-29 15:34:48 -06:00
stm32_rtc.h Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/. 2015-04-01 12:37:44 -06:00
stm32_rtcc.c Implements CONFIG_TIME_EXTENDED as we discussed relative to providing the last 3 members of the tm struct and support for filling them in and even using the wday in the STM32 RTC. From David Sidrane. 2015-04-08 06:56:43 -06:00
stm32_rtcounter.c Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/. 2015-04-01 12:37:44 -06:00
stm32_sdio.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_sdio.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
stm32_serial.c Cosmetic 2015-04-09 07:59:31 -06:00
stm32_spi.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_spi.h Add missing SPI callback functions to the STM32 SPI driver. From Freddie Chopin 2015-03-04 06:52:46 -06:00
stm32_start.c Revert commit b80e8be652dfa52e97daa65aa3e550cf31cb2409 2015-04-12 06:26:50 -06:00
stm32_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
stm32_tim.c Make sure that all references to up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Noted by Make Smith 2014-05-20 17:48:39 -06:00
stm32_tim.h Finish the high priority, nested interrupt handler test (does not work) 2013-12-22 13:23:57 -06:00
stm32_timerisr.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32_uart.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_usbdev.c stm32: usbdev: Fix stale initialization invalidating later NULL check. From Juha Niskanen 2015-03-12 08:08:50 -06:00
stm32_usbdev.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
stm32_usbhost.c Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane. 2015-02-21 15:15:51 -06:00
stm32_usbhost.h Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mode logic. From Brennan Ashton 2014-10-07 15:05:30 -06:00
stm32_userspace.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
stm32_userspace.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
stm32_vectors.S STM32 changes from David Sidrane 2015-04-11 07:19:20 -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 More trailing whilespace removal 2014-04-13 16:22:22 -06:00
stm32_wdg.h LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks 2013-12-05 10:37:55 -06:00
stm32_wwdg.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
stm32.h Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg() 2014-12-16 09:54:32 -06:00
stm32f10xxx_dma.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
stm32f10xxx_rcc.c The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work. 2015-03-29 15:34:48 -06:00
stm32f20xxx_dma.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
stm32f20xxx_rcc.c The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work. 2015-03-29 15:34:48 -06:00
stm32f30xxx_i2c.c Fix some time value changes; mostly changing greater than 1000000000 to greater than or equal to 1000000000. From Juha Niskanen 2015-02-20 07:07:36 -06:00
stm32f30xxx_rcc.c The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work. 2015-03-29 15:34:48 -06:00
stm32f37xxx_rcc.c The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work. 2015-03-29 15:34:48 -06:00
stm32f40xxx_dma.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
stm32f40xxx_rcc.c The STM32F4Discovery board doesn't come with a Low speed external oscillator so the default LSE source for the RTC doesn't work. 2015-03-29 15:34:48 -06:00
stm32l15xxx_rcc.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00