.. |
chip
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:39:38 -06:00 |
chip.h
|
arch/: Clean up some naming and spacing.
|
2018-06-20 15:38:06 -06:00 |
Kconfig
|
Revert "arch/arm/src/stm32, stm32f7, stm32l4 Kconfig files: The option to select the STM32 RTC should not be available if the external RTC option is selected."
|
2018-08-08 12:51:40 -06:00 |
Make.defs
|
arch/arm/src/stm32, stm32f7, stm32l4, and related defconfig files: The STM32 RTC driver was being selected by the global CONFIG_RTC option. That is in correct. For example, if you want to disabled the STM32 RTC and use an external RTC you cannot because the external RTC also depends on the global CONFIG_RTC. The solution is to add a new CONFIG_STM32xx_RTC configuration option the permits to you select or deselect the STM32 RTC but still be able to selecte the external RTC.
|
2018-08-08 12:42:04 -06:00 |
stm32_adc.c
|
arch/srm/src/stm32f7: add PM hooks to ADC, I2C and SPI.
|
2018-03-06 08:10: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
|
arch/srm/src/stm32f7: Add CONFIG_RTC_PERIODIC support. Also makes the RTC lowerhalf more like in STM32L4.
|
2018-03-05 07:46:58 -06:00 |
stm32_allocateheap.c
|
arch/: Fix an error found in build testing. The protoype of mpu_log2regionfloor() changed; an additional parameter was added. However, none of the calls to mpu_log2regionfloor() were updated to pass the new, additional parameter.
|
2018-08-24 16:40:37 -06:00 |
stm32_bbsram.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
stm32_bbsram.h
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
stm32_capture.c
|
Oops. Forgot to add files that go with the previous commit.
|
2018-06-21 07:15:35 -06:00 |
stm32_capture.h
|
Oops. Forgot to add files that go with the previous commit.
|
2018-06-21 07:15:35 -06:00 |
stm32_config.h
|
Remove CONFIG_USARTn_ISUART
|
2016-05-25 11:21:48 -06:00 |
stm32_dbgmcu.h
|
Mostly costmetic changes from review of last PR
|
2016-06-29 07:33:30 -06:00 |
stm32_dma2d.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
stm32_dma2d.h
|
drivers/Kconfig: Global configuration variable CONFIG_FB_CMAP is only defined in architecture-specific Kconfig files and then multiple times. Add the single global definition in drivers/Kconfig. arch/arm/src/stm32 and stm32f7: Rename the architecture-specific variables appropriately. Selecting the architecture-specific version will also select the global version.
|
2018-06-28 12:01:55 -06:00 |
stm32_dma.c
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
stm32_dma.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_dtcm.c
|
STM32 F7: Add heap initializatino logic; Clone the STM32 CCM allocator as the F7 DTCM allocator
|
2015-07-18 12:52:24 -06:00 |
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
|
net/netdev: add devif_loopback_out() to check the loopback case where a packet is being sent to itself. Modify the net driver to call this function in this case. This function will simply re-inject the packet back into the network and the network driver will not put anything on the wire.
|
2018-08-24 09:21:33 -06:00 |
stm32_ethernet.h
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
stm32_exti_alarm.c
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06: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
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
stm32_exti_pwr.h
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
stm32_exti_wakeup.c
|
drivers/power: add pm_unregister
|
2018-03-06 07:59:17 -06:00 |
stm32_exti.h
|
arch/srm/src/stm32f7: Add CONFIG_RTC_PERIODIC support. Also makes the RTC lowerhalf more like in STM32L4.
|
2018-03-05 07:46:58 -06:00 |
stm32_flash.c
|
This commit ports the stm32f20xxf40xx_flash.c driver to the STM32F7 platform and fixes some relevant problems in the header files.
|
2018-08-03 11:02:59 -06:00 |
stm32_fmc.h
|
Merged in plwm/nuttx/stm32f746g-disco-sdram (pull request #665)
|
2018-07-02 23:49:55 +00:00 |
stm32_gpio.c
|
arch/arm/src/stm32fy: IO compensation is non longer an inline function, just a plain callable function. Not really necessary for the F7, but now the implementation is identical to the F2 and F4.
|
2018-07-16 09:50:10 -06:00 |
stm32_gpio.h
|
arch/arm/src/stm32fy: IO compensation is non longer an inline function, just a plain callable function. Not really necessary for the F7, but now the implementation is identical to the F2 and F4.
|
2018-07-16 09:50:10 -06:00 |
stm32_i2c.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
stm32_i2c.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_irq.c
|
arch/: Clean up some naming and spacing.
|
2018-06-20 15:38:06 -06:00 |
stm32_lowputc.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
stm32_lowputc.h
|
STM32F7: Clone GPIO support from the STM32 F4
|
2015-07-18 08:34:07 -06:00 |
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
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
stm32_ltdc.h
|
arch/arm/src/stm32 and stm32f7: Make LTDC and DMA2D drivers as similar as possible. Basically they should only differ in the configuratin naming: CONFIG_STM32F7_ vs CONFIG_STM32_. I suspect that the STM32F7 may also require some cache operations with the WRITE_BACK data cache is enabled.
|
2018-06-15 15:10:19 -06:00 |
stm32_mpuinit.c
|
Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU
|
2015-12-14 13:56:21 -06:00 |
stm32_mpuinit.h
|
Create a src directory for the STM32F7 (not much in it yet)
|
2015-07-15 14:32:28 -06:00 |
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
|
drivers/usbhost/usbhost_max3421e.c: Fix an error in reading the pending interrupts. Aos fix a number of typos and update a README.
|
2018-07-29 15:06:44 -06:00 |
stm32_procfs_dtcm.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
stm32_pwr.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_pwr.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_rcc.c
|
arch/arm/src/stm32fy: IO compensation is non longer an inline function, just a plain callable function. Not really necessary for the F7, but now the implementation is identical to the F2 and F4.
|
2018-07-16 09:50:10 -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
|
arch/arm/src: Change ASSERT macros to DEBUGASSERT.
|
2018-06-06 06:34:14 -06:00 |
stm32_rtc.c
|
arch/arm/src/stm32, stm32f7, stm32l4: Make STM32F4XX RTC depend on CONFIG_STM32_RTC, cosmetic changes to comments
|
2018-08-16 08:05:24 -06:00 |
stm32_rtc.h
|
arch/arm/src/stm32,stm32l4,stm32f7: Fix duplicated configuration options. All should be unique.
|
2018-06-27 10:20:14 -06:00 |
stm32_sdmmc.c
|
drivers/mmcsd/Kconfig: three configuration settings were within ifdef/endif and led to warning: xxx selects xxxx which has unmet direct dependencies. Fix by moving settings to drivers/Kconfig and outside of the ifdef-endif. Also renamed CONFIG_SDIO_PREFLIGHT to CONFIG_ARCH_HAVE_SDIO_PREFLIGHT to follow naming of similar hidden architecture capability configurations.
|
2018-08-05 17:58:17 -06:00 |
stm32_sdmmc.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_serial.c
|
arch/arm/src/stm32f7/stm32_serial.c: Previous logic would invalidate the data cache as each byte was read from the DMA buffer. This change adds logic to invalidate the data cache less frequently by monitoring the state of the Rx DMA buffer cache coherency and invalidating only regions as necessary. This commit also reverts commit e17d8c719e which has a logic error in cases where data is removed from the Rx DMA buffer at a rate higher than it is added to the Rx DMA buffer.
|
2018-08-21 06:20:23 -06:00 |
stm32_spi.c
|
arch/srm/src/stm32f7: add PM hooks to ADC, I2C and SPI.
|
2018-03-06 08:10:50 -06:00 |
stm32_spi.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_start.c
|
Squashed commit of the following:
|
2018-06-20 12:30:37 -06:00 |
stm32_start.h
|
STM32F7: Add GPIO header files
|
2015-07-17 15:43:51 -06:00 |
stm32_tim.c
|
Add argument to timer irq callback
|
2017-03-01 08:49:14 -06:00 |
stm32_tim.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -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 F7: Correct some spacing issues
|
2015-10-07 13:58:11 -06:00 |
stm32_userspace.h
|
Create a src directory for the STM32F7 (not much in it yet)
|
2015-07-15 14:32:28 -06:00 |
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
|
Squashed commit of the following:
|
2018-05-15 17:08:20 -06:00 |
stm32f76xx77xx_rcc.c
|
Squashed commit of the following:
|
2018-05-15 17:08:20 -06:00 |