.. |
chip
|
arch/arm/src/stm32f7: Completes support for the STM32F72x/73x family.
|
2017-12-16 08:01:57 -06:00 |
chip.h
|
Changes from review of last PR. Mostly costmetic.
|
2016-06-15 12:43:06 -06:00 |
Kconfig
|
STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722.
|
2017-11-18 07:55:50 -06:00 |
Make.defs
|
Two changes for STM32F7.
|
2017-11-21 06:42:04 -06:00 |
stm32_adc.c
|
STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722.
|
2017-11-18 07:55:50 -06:00 |
stm32_adc.h
|
STM32F7: warn if no DMA2 configured when using ADC with DMA. Also correct ADC channel numbers that DMA callback passes to upper half driver.
|
2017-04-18 06:49:51 -06:00 |
stm32_alarm.h
|
Correct naming of fields in struct alm_rdalarm_s. Should not be the same as the corresponding fields of struct alm_setalarm_s. The whole purpose of that naming convention is to keep the field names unique.
|
2017-09-03 09:51:47 -06:00 |
stm32_allocateheap.c
|
STM32F7: Some STM32F7 builds failed in build testing due to undefined STM32_SRAM1_BASE. I think that is because stm32_allocateheap.c was not including chip/stm32_memorymap.h
|
2017-08-13 06:50:48 -06:00 |
stm32_bbsram.c
|
stm32f7 BBSRAM: stm32_bbsram: avoid assert in stm32_bbsram_savepanic. If panic happens before stm32_bbsram is initialized, stm32_bbsram_savepanic caused additional assert panic. Function has null pointer check, so drop DEBUGASSERT.
|
2017-10-13 07:37:51 -06:00 |
stm32_bbsram.h
|
Mostly costmetic changes from review of last PR
|
2016-06-29 07:33:30 -06:00 |
stm32_config.h
|
|
|
stm32_dbgmcu.h
|
Mostly costmetic changes from review of last PR
|
2016-06-29 07:33:30 -06:00 |
stm32_dma2d.c
|
arch/arm/include/stm32 and stm32f7: Remove ltdc.h and dma2d.h. Those header files in that location permitted inclusion into application space logic and, hence, facilitated and encouraged calling into the OS and violating the portable POSIX OS interface. The definitions in those header files were move the appropriate location in the counterpart, architecture specific files at arch/arm/src/stm32 and stm32f7 dma2d.h and ltdc.h.
|
2017-11-06 12:22:48 -06:00 |
stm32_dma2d.h
|
Fix some includes missed in the last commit.
|
2017-11-06 15:01:21 -06:00 |
stm32_dma.c
|
STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722.
|
2017-11-18 07:55:50 -06:00 |
stm32_dma.h
|
stm32f7:DMA correct comments and document stm32_dmacapable
|
2017-08-17 09:35:50 -10:00 |
stm32_dtcm.c
|
|
|
stm32_dtcm.h
|
STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722.
|
2017-11-18 07:55:50 -06:00 |
stm32_dumpgpio.c
|
STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722.
|
2017-11-18 07:55:50 -06:00 |
stm32_ethernet.c
|
STM32/STM32 F7: Fix some errors found by Coverity.
|
2017-09-13 13:05:13 -06:00 |
stm32_ethernet.h
|
|
|
stm32_exti_alarm.c
|
Merged in juniskane/nuttx_stm32l4/stm32l4_rtc_fixes_pr (pull request #509)
|
2017-10-13 12:32:33 +00:00 |
stm32_exti_gpio.c
|
STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722.
|
2017-11-18 07:55:50 -06:00 |
stm32_exti_pwr.c
|
STM32F7: add support for LSE RTC and enable RTC subseconds
|
2017-03-31 10:13:40 -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_gpio.c
|
STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722.
|
2017-11-18 07:55:50 -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.c
|
Cosmetic fixes to comments, README, and other trivial corrections.
|
2017-12-25 10:45:47 -06:00 |
stm32_i2c.h
|
|
|
stm32_irq.c
|
ARM: Remove redundant interrupt stack coloring
|
2017-03-16 19:13:39 +08:00 |
stm32_lowputc.c
|
|
|
stm32_lowputc.h
|
|
|
stm32_lse.c
|
STM32F7: add support for LSE RTC and enable RTC subseconds
|
2017-03-31 10:13:40 -06:00 |
stm32_lsi.c
|
STM32F7: add support for LSE RTC and enable RTC subseconds
|
2017-03-31 10:13:40 -06:00 |
stm32_ltdc.c
|
Minor cleanup of some spacing.
|
2017-11-13 14:06:03 -06:00 |
stm32_ltdc.h
|
Fix some includes missed in the last commit.
|
2017-11-06 15:01:21 -06:00 |
stm32_mpuinit.c
|
|
|
stm32_mpuinit.h
|
|
|
stm32_otg.h
|
Trivial changes from review of last PR
|
2016-06-27 07:43:32 -06:00 |
stm32_otgdev.c
|
Various fixes for errors ound while debugging OTG on L496
|
2017-11-21 06:32:53 -06:00 |
stm32_otghost.c
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
stm32_procfs_dtcm.c
|
|
|
stm32_pwr.c
|
STM32F7: Fixes the bkp reference counter issue
|
2017-02-09 08:39:51 -10:00 |
stm32_pwr.h
|
STM32F7: Fixes the bkp reference counter issue
|
2017-02-09 08:39:51 -10:00 |
stm32_rcc.c
|
stm32 f72xx and f73xx: Add register definition header files and clocking logic
|
2017-11-17 07:18:02 -06:00 |
stm32_rcc.h
|
stm32_rcc: code style
|
2017-08-01 16:25:19 +02:00 |
stm32_rng.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_rtc_lowerhalf.c
|
Correct naming of fields in struct alm_rdalarm_s. Should not be the same as the corresponding fields of struct alm_setalarm_s. The whole purpose of that naming convention is to keep the field names unique.
|
2017-09-03 09:51:47 -06:00 |
stm32_rtc.c
|
Merged in juniskane/nuttx_stm32l4/stm32_rtc_small_patches_pr (pull request #511)
|
2017-10-17 16:45:48 +00:00 |
stm32_rtc.h
|
RTC: add interface for check if RTC time has been set
|
2017-04-06 09:53:11 -06:00 |
stm32_sdmmc.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_sdmmc.h
|
Clean up F7 SDMMC
|
2016-06-24 13:23:35 -10:00 |
stm32_serial.c
|
Merged in jussi_kivilinna/nuttx/stm32l4_serial_pm (pull request #534)
|
2017-11-10 13:05:00 +00:00 |
stm32_spi.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
stm32_spi.h
|
More missed enum spi_dev_e forward references.
|
2017-04-29 08:29:01 -06:00 |
stm32_start.c
|
stm32f7: do not enable read-modify-write on DTCM. "AN 4667 - STM32F7 Series system architecture and performance" recommends to disable read-modify-write on DTCM: "If the DTCM-RAM is used as data location and the variables used are byte or/and halfword types, since there is no ECC management in this RAM on the STM32F7 Series, it is recommended to disable the read-modify-write of the DTCM-RAM in the DTCM interface (inthe DTCMCR register) to increase the performance."
|
2017-09-01 08:01:54 -06:00 |
stm32_start.h
|
|
|
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
|
stm32f7: serial: add interface to get uart_dev_t by USART number, stm32_serial_get_uart
|
2017-04-06 08:41:41 -06:00 |
stm32_usbhost.h
|
STM32F7: Remove unsupported configuration item the crept in when header file was cloned.
|
2017-08-13 12:37:59 -06:00 |
stm32_userspace.c
|
|
|
stm32_userspace.h
|
|
|
stm32f72xx73xx_rcc.c
|
Replicate Jussi Kivilinna's change for the newly added STM32F2xx and F3xx family members. This change allows selecting voltage output scale mode and enable over-drive only when needed.
|
2017-11-21 06:44:19 -06:00 |
stm32f74xx75xx_rcc.c
|
Two changes for STM32F7.
|
2017-11-21 06:42:04 -06:00 |
stm32f76xx77xx_rcc.c
|
Two changes for STM32F7.
|
2017-11-21 06:42:04 -06:00 |