nuttx/arch/arm/src/stm32
2017-04-22 08:26:40 -06:00
..
chip STM32XX: Fix Pending Register definition 2017-04-11 06:45:45 -06:00
gnu ARM: Fix off-by-one interrupt stack allocation in 8-byte aligned architectures 2017-03-14 20:01:45 +08:00
iar ARM: Fix off-by-one interrupt stack allocation in 8-byte aligned architectures 2017-03-14 20:01:45 +08:00
chip.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
Kconfig clock: add clock_resynchronize and use subseconds RTC 2017-04-21 08:45:57 -06:00
Make.defs STM32F33: Add COMP support 2017-03-19 18:36:44 +01: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 Move: CONFIG_ADC_NO_START_CONV from drivers/adc/Kconfig to arch/arm/src/stm32[f7]/Kconfig as STM32[F7]_ADC_NO_START_CONV. Refresh all configurations with any reference to CONFIG_ADC_NO_START_CONV. 2017-04-18 07:16:35 -06:00
stm32_adc.h stm32f33xxx: Add ADC header file 2017-03-04 19:40:14 +01: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
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_comp.c Merge branch 'master' of bitbucket.org:nuttx/nuttx 2017-03-26 06:57:35 -06:00
stm32_comp.h stm32 COMP: Logic in stm32_comp.h must be configured on CONFIG_STM32_COMP or otherwise it causes an error via #error on every platform without COMP support. 2017-04-09 11:47: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 stm32f33xxx: Add DAC header file 2017-03-04 19:30:08 +01:00
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 STM32F33: Move DMA logic to a separate files 2017-03-18 16:31:06 +01:00
stm32_dma.h STM32F33: Move DMA logic to a separate files 2017-03-18 16:31:06 +01:00
stm32_dumpgpio.c Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_eth.c Argument of network device IOCTL should be unsigned long, just as will all other IOCTL methods. 2017-04-15 09:33:27 -06:00
stm32_eth.h
stm32_exti_alarm.c STM32/F7/L4: EXTI ALARM function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 09:18:10 -06:00
stm32_exti_gpio.c stm32_gpiosetevent: GPIO IRQ logic no longer returns the xcpt_t oldhandler. This value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 16:34:37 -06:00
stm32_exti_pwr.c STM3 L4: EXTI COMP function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 09:03:12 -06:00
stm32_exti_pwr.h STM32/F7/L4: EXOT PVD function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 08:56:31 -06:00
stm32_exti.h stm32_gpiosetevent: GPIO IRQ logic no longer returns the xcpt_t oldhandler. This value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 16:34:37 -06:00
stm32_flash.c stm32: stm32_flash: add EEPROM writing for STM32L15XX 2017-04-04 07:38:49 -06:00
stm32_flash.h stm32: stm32_flash: add EEPROM writing for STM32L15XX 2017-04-04 07:38:49 -06:00
stm32_freerun.c Add argument to timer irq callback 2017-03-01 08:49:14 -06:00
stm32_freerun.h
stm32_fsmc.h
stm32_gpio.c Add some comments. 2017-02-27 06:25:31 -06:00
stm32_gpio.h stm32_gpiosetevent: GPIO IRQ logic no longer returns the xcpt_t oldhandler. This value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 16:34:37 -06:00
stm32_i2c_alt.c stm32_i2c_alt:Move def of regval to top func def per CS 2017-03-23 11:50:37 -10:00
stm32_i2c.c STM32, STM32 F7, and STM32 L4: Clone Freddie Chopin's I2C change to similar STM32 I2C drivers. 2017-03-10 05:07:39 -10:00
stm32_i2c.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_idle.c
stm32_irq.c ARM: Remove redundant interrupt stack coloring 2017-03-16 19:13:39 +08:00
stm32_iwdg.c stm32: fix IWDG and WWDG debug mode stop for STM32L15XX 2017-04-03 07:45:09 -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 Update some comments 2017-03-12 12:33:44 -06:00
stm32_otghs.h
stm32_otghsdev.c Minor change for consistency with a previous commit. 2017-03-12 07:20:10 -06:00
stm32_otghshost.c Update some comments 2017-03-12 12:33:44 -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 The interrupt occurs over the counter overflow 2017-03-23 17:34:45 +03:00
stm32_qencoder.h
stm32_rcc.c RTC: add interface for check if RTC time has been set 2017-04-06 09:53:11 -06:00
stm32_rcc.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_rng.c STM32 RNG: Fix semaphore initial value and disable priority inheritance 2017-03-29 07:12:19 -06:00
stm32_rtc_lowerhalf.c RTC: add interface for check if RTC time has been set 2017-04-06 09:53:11 -06:00
stm32_rtc.c
stm32_rtc.h RTC: add interface for check if RTC time has been set 2017-04-06 09:53:11 -06:00
stm32_rtcc.c clock: add clock_resynchronize and use subseconds RTC 2017-04-21 08:45:57 -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 photon: add sdpcm + thread support for wlan 2017-04-15 11:39:13 +02:00
stm32_sdio.h
stm32_serial.c stm32:stm32_serial fixed warning 2017-04-18 11:51:56 -10:00
stm32_spi.c Update some comments. 2017-02-26 09:15:57 -06:00
stm32_spi.h
stm32_start.c
stm32_syscfg.h Add basic support for the STM32F334 2017-02-26 12:39:44 +01:00
stm32_tickless.c Review of previous commit 2017-03-30 12:28:40 -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: fix IWDG and WWDG debug mode stop for STM32L15XX 2017-04-03 07:45:09 -06:00
stm32.h STM32F33: Add COMP support 2017-03-19 18:36:44 +01:00
stm32f10xxx_dma.c STM32F33: Move DMA logic to a separate files 2017-03-18 16:31:06 +01: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 STM32 OTG HS: A little research reveals that only the F2 RCC initialization set the OTGHSULPIEN bit and Photon is the only F2 board configuration that uses OTG . Therefore, we can simplify the conditional logic of the last PR. Negative logic was used (#ifndef BOARD_DISABLE_USBOTG_HSULPI) to prevent bad settings in other configurations. But give these facts, the preferred positive logic now makes more sense (#ifdef BOARD_ENABLE_USBOTG_HSULPI). 2017-03-11 18:00:38 -06:00
stm32f30xxx_i2c.c STM32, STM32 F7, and STM32 L4: Clone Freddie Chopin's I2C change to similar STM32 I2C drivers. 2017-03-10 05:07:39 -10:00
stm32f30xxx_rcc.c
stm32f33xxx_dma.c STM32F33: Move DMA logic to a separate files 2017-03-18 16:31:06 +01:00
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 I needed to use DS3231, I remember that in past it worked ok, but now for stm32f4xx is used another driver (chip specific, stm32f40xxx_i2c.c) and DS3231 driver doesn't work. After investigating a problem I found that I2C driver (isr routine) has a few places there it sends stop bit even if not all messages are managed. So, e.g., removing stm32_i2c_sendstop (#1744) and adding stm32_i2c_sendstart after data reading helps to make DS3231 working. Verified by David Sidrane. 2017-03-24 06:44:33 -06:00
stm32f40xxx_rcc.c STM32 OTG HS: A little research reveals that only the F2 RCC initialization set the OTGHSULPIEN bit and Photon is the only F2 board configuration that uses OTG . Therefore, we can simplify the conditional logic of the last PR. Negative logic was used (#ifndef BOARD_DISABLE_USBOTG_HSULPI) to prevent bad settings in other configurations. But give these facts, the preferred positive logic now makes more sense (#ifdef BOARD_ENABLE_USBOTG_HSULPI). 2017-03-11 18:00:38 -06:00
stm32f40xxx_rtcc.c RTC: add interface for check if RTC time has been set 2017-04-06 09:53:11 -06:00
stm32l15xxx_rcc.c STM32 L1: stm32l15xx_rcc: Allow board to configure HSE clock in bypass-mode. Allows using MCO output from ST-link chip (on Nucleo and Discovery boards) as HSE input. 2017-04-20 06:28:01 -06:00