nuttx/arch/arm/src/stm32
2017-03-01 08:54:16 -06:00
..
chip Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
gnu Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
iar Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
chip.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
Kconfig Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
Make.defs ELF: Move ARMv6-M, ARMv7-M, and legacy ARM versions of ELF relocation logic to libc/machine 2017-01-21 15:24:25 -06:00
stm32_1wire.c STM32 1wire: Convert to use new interrupt argument infrastructure. 2017-02-28 08:39:02 -06:00
stm32_1wire.h
stm32_adc.c Fixes for coding standard: '*' needs to 'snuggle' with following variable name 2017-02-28 18:22:57 -06:00
stm32_adc.h Initial implemention of the STM32 F37xx SDADC module. There are also changes to ADC, DAC modules. SDADC has only been tested in DMA mode and does not support external TIMER triggers. This is a work in progress. 2016-10-25 14:14:10 -06:00
stm32_aes.c
stm32_aes.h
stm32_alarm.h
stm32_allocateheap.c Update some comments. 2017-02-26 09:15:57 -06:00
stm32_bbsram.c With last change, stm32_pwr_enablebkp() no longer returns a value 2016-08-09 07:50:31 -06:00
stm32_bbsram.h Mostly costmetic changes from review of last PR 2016-06-29 07:33:30 -06:00
stm32_bkp.h
stm32_can.c Convert more drivers to use new interrupt argument structure. 2017-02-28 09:29:09 -06:00
stm32_can.h can.h moved from include/nuttx/ to include/nuttx/drivers. 2016-07-20 13:38:36 -06:00
stm32_capture.c Add argument to capture irq callback 2017-03-01 08:45:27 -06:00
stm32_capture.h Add argument to capture irq callback 2017-03-01 08:45:27 -06:00
stm32_ccm.c Update some comments. 2017-02-26 09:15:57 -06:00
stm32_ccm.h Update some comments. 2017-02-26 09:15:57 -06:00
stm32_dac.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_dac.h
stm32_dbgmcu.h
stm32_dma2d.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_dma2d.h Fixes for coding standard: '*' needs to 'snuggle' with following variable name 2017-02-28 18:37:44 -06:00
stm32_dma.c Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_dma.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_dumpgpio.c Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_eth.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_eth.h
stm32_exti_alarm.c Add argument to STM32 EXTI interrupt handlers. 2017-02-27 14:21:30 -06:00
stm32_exti_gpio.c Fix another old interrupt handler function prototype 2017-02-28 14:00:31 -06:00
stm32_exti_pwr.c Missing interrupt argument parameter. 2017-02-27 14:53:37 -06:00
stm32_exti_pwr.h Add argument to STM32 EXTI interrupt handlers. 2017-02-27 14:21:30 -06:00
stm32_exti.h Add argument to STM32 EXTI interrupt handlers. 2017-02-27 14:21:30 -06:00
stm32_flash.c STM32F4 does not have the requierment that the HSI be on for FLASH erace/write operations 2017-01-11 12:47:24 -10:00
stm32_flash.h
stm32_freerun.c Add argument to timer irq callback 2017-03-01 08:49:14 -06:00
stm32_freerun.h Rename CONFIG_SCHED_TIMEKEEPING to CONFIG_CLOCK_TIMEKEEPING. That is a better compartmentalized name. 2016-07-11 06:54:02 -06:00
stm32_fsmc.h
stm32_gpio.c Add some comments. 2017-02-27 06:25:31 -06:00
stm32_gpio.h Fix some mismatched function prototypes 2017-02-27 14:43:10 -06:00
stm32_i2c_alt.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_i2c.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_i2c.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_idle.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
stm32_irq.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_iwdg.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
stm32_lowputc.c Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_lowputc.h
stm32_lse.c Make stm32_pwr_enablebkp thread safe 2016-08-09 07:36:13 -06:00
stm32_lsi.c
stm32_ltdc.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_ltdc.h
stm32_mpuinit.c
stm32_mpuinit.h
stm32_oneshot_lowerhalf.c Add a simulated oneshot lowerhalf driver 2016-08-12 13:14:03 -06:00
stm32_oneshot.c Add argument to timer irq callback 2017-03-01 08:49:14 -06:00
stm32_oneshot.h STM32L4: Port fix for multiple oneshot timers from STM32. Also fixes a few issues with original STM32 implementation. 2017-01-18 10:45:22 -06:00
stm32_otgfs.h
stm32_otgfsdev.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_otgfshost.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_otghs.h
stm32_otghsdev.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_otghshost.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_pm.h
stm32_pminitialize.c
stm32_pmsleep.c
stm32_pmstandby.c
stm32_pmstop.c
stm32_procfs_ccm.c
stm32_pwm.c Merge remote-tracking branch 'origin/master' into irqattach 2017-02-27 09:13:41 -06:00
stm32_pwm.h pwm.h moved from include/nuttx/ to include/nuttx/drivers. 2016-07-20 13:48:24 -06:00
stm32_pwr.c STM32: Fixes the bkp reference counter issue 2017-02-09 08:39:51 -10:00
stm32_pwr.h STM32: Fixes the bkp reference counter issue 2017-02-09 08:39:51 -10:00
stm32_qencoder.c Convert more drivers to use new interrupt argument structure. 2017-02-28 09:05:01 -06:00
stm32_qencoder.h
stm32_rcc.c Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_rcc.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_rng.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_rtc_lowerhalf.c
stm32_rtc.c Eliminate a warning 2016-06-16 15:26:19 -06:00
stm32_rtc.h STM32: Move backup domain reset to stm32_rcc.c in order to avoid disabling LSE during RTC initialiation. 2016-06-16 09:52:15 -06:00
stm32_rtcc.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_rtcounter.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_sdadc.c Adapt more drivers to utilize the IRQ argument feature. 2017-02-28 07:19:55 -06:00
stm32_sdadc.h Initial implemention of the STM32 F37xx SDADC module. There are also changes to ADC, DAC modules. SDADC has only been tested in DMA mode and does not support external TIMER triggers. This is a work in progress. 2016-10-25 14:14:10 -06:00
stm32_sdio.c Trivial, cosmetic changes from review. 2017-02-28 11:11:11 -06:00
stm32_sdio.h
stm32_serial.c STM32 Serial: Convert to use new interrupt argument interface. 2017-02-28 10:54:31 -06:00
stm32_spi.c Update some comments. 2017-02-26 09:15:57 -06:00
stm32_spi.h
stm32_start.c I'm using syslog through ITM. In this case syslog_channel function is call before ram initialisation in stm32_clockconfig. But syslog channel uses a global variable that is reset to default by the RAM initialization. 2016-07-14 07:29:39 -06:00
stm32_syscfg.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_tickless.c up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list. 2017-02-07 10:35:04 -06:00
stm32_tim_lowerhalf.c Add argument to timer irq callback 2017-03-01 08:49:14 -06:00
stm32_tim.c Add argument to timer irq callback 2017-03-01 08:49:14 -06:00
stm32_tim.h Add argument to timer irq callback 2017-03-01 08:49:14 -06:00
stm32_timerisr.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_uart.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_uid.c
stm32_uid.h
stm32_usbdev.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32_usbdev.h
stm32_usbhost.c
stm32_usbhost.h Fix broken build. Previous commit removed a file that was being used. 2016-12-06 09:03:00 -06:00
stm32_userspace.c
stm32_userspace.h
stm32_waste.c
stm32_waste.h
stm32_wdg.h
stm32_wwdg.c STM32:stm32_wwd Fixed irq interface 2017-02-28 07:04:47 -10:00
stm32.h Remove minnsh configurations and support logic: up_getc() and lowinstream. 2016-12-13 18:01:23 -06:00
stm32f10xxx_dma.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32f10xxx_rcc.c Fix for F1 RTC Clock, tested on F103 2016-11-25 06:17:18 +01:00
stm32f20xxx_dma.c Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
stm32f20xxx_rcc.c
stm32f30xxx_i2c.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32f30xxx_rcc.c
stm32f33xxx_rcc.c Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32f37xxx_rcc.c Initial implemention of the STM32 F37xx SDADC module. There are also changes to ADC, DAC modules. SDADC has only been tested in DMA mode and does not support external TIMER triggers. This is a work in progress. 2016-10-25 14:14:10 -06:00
stm32f40xxx_alarm.h Update some comments. 2017-02-26 09:15:57 -06:00
stm32f40xxx_dma.c Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
stm32f40xxx_i2c.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
stm32f40xxx_rcc.c HSI should not be turned off 2017-01-12 13:44:03 -10:00
stm32f40xxx_rtcc.c Fix function signature for irq handler 2017-03-01 08:54:16 -06:00
stm32l15xxx_rcc.c