.. |
hardware
|
Fix a spelling error that was cloned in many files.
|
2019-05-31 07:24:19 -06:00 |
chip.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
Kconfig
|
arch/arm/src/stm32f7/stm32_flash.c: Add flash block mapping support for progmem.
|
2019-04-12 08:43:16 -06:00 |
Make.defs
|
Squashed commit of the following:
|
2019-04-29 14:52:05 -06:00 |
stm32_adc.c
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
stm32_adc.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_alarm.h
|
|
|
stm32_allocateheap.c
|
arch/arm/src/stm32l4: if SRAM3 is used as heap, do not power it off in stop 2 mode.
|
2019-06-13 05:52:40 -06:00 |
stm32_bbsram.c
|
Squashed commit of the following:
|
2019-05-21 18:57:54 -06:00 |
stm32_bbsram.h
|
|
|
stm32_can.c
|
arch/arm/src/stm32f7/stm32_can.c: CAN fixes.
|
2019-04-12 11:40:34 -06:00 |
stm32_can.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_capture.c
|
Squashed commit of the following:
|
2019-02-27 08:41:08 -06:00 |
stm32_capture.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_config.h
|
|
|
stm32_dbgmcu.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_dma2d.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_dma2d.h
|
|
|
stm32_dma.c
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
stm32_dma.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_dtcm.c
|
|
|
stm32_dtcm.h
|
Merged in dagar/nuttx/pr-stm32f7_dtcm_profcs (pull request #875)
|
2019-05-25 19:57:26 +00:00 |
stm32_dumpgpio.c
|
|
|
stm32_ethernet.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_ethernet.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_exti_alarm.c
|
|
|
stm32_exti_gpio.c
|
|
|
stm32_exti_pwr.c
|
|
|
stm32_exti_pwr.h
|
|
|
stm32_exti_wakeup.c
|
|
|
stm32_exti.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_flash.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_fmc.h
|
arch/arm/src/stm32f7/stm32_fmc.h: Updated stm32_fmc.h with more FMC definitions.
|
2019-04-04 11:42:10 -06:00 |
stm32_gpio.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_gpio.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_i2c.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_i2c.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_irq.c
|
In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts.
|
2018-12-03 17:41:59 -06:00 |
stm32_lowputc.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_lowputc.h
|
|
|
stm32_lse.c
|
arch/arm/src/stm32f7/stm32_lse.c: Add configuration of LSE oscillator drive capability
|
2019-01-22 06:37:02 -06:00 |
stm32_lsi.c
|
|
|
stm32_ltdc.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_ltdc.h
|
|
|
stm32_mpuinit.c
|
|
|
stm32_mpuinit.h
|
|
|
stm32_otg.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_otgdev.c
|
arch/arm/src/stm32l4: Add USB FS device support.
|
2019-04-29 08:09:33 -06:00 |
stm32_otghost.c
|
In stm32_ctrlout() in the HS and FS host drivers, the data buffer isn't sent. This patch passes the buffer and buflen to the stm32_ctrl_senddata() function. With this change, I am able to send MBIM control messages to my USB modem, and read the response.
|
2019-06-23 07:05:21 -06:00 |
stm32_pm.h
|
arch/arm/src/stm32f7: Port the low-level PM functions to STM32F7.
|
2018-09-04 07:18:12 -06:00 |
stm32_pminitialize.c
|
arch/arm/src/stm32f7: Port the low-level PM functions to STM32F7.
|
2018-09-04 07:18:12 -06:00 |
stm32_pmsleep.c
|
arch/arm/src/stm32f7: Port the low-level PM functions to STM32F7.
|
2018-09-04 07:18:12 -06:00 |
stm32_pmstandby.c
|
arch/arm/src/stm32f7: Port the low-level PM functions to STM32F7.
|
2018-09-04 07:18:12 -06:00 |
stm32_pmstop.c
|
arch/arm/src/stm32f7: Port the low-level PM functions to STM32F7.
|
2018-09-04 07:18:12 -06:00 |
stm32_procfs_dtcm.c
|
Merged in dagar/nuttx/pr-stm32f7_dtcm_profcs (pull request #875)
|
2019-05-25 19:57:26 +00:00 |
stm32_pwm.c
|
arch/arm/src/stm32f7: Ported the PWM from F4 to F7.
|
2019-04-08 07:15:48 -06:00 |
stm32_pwm.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_pwr.c
|
|
|
stm32_pwr.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_qencoder.c
|
arch/arm/src/stm32f7: Ported the QEncoder from F4 to F7
|
2018-11-19 07:51:41 -06:00 |
stm32_qencoder.h
|
arch/arm/src/stm32f7: Ported the QEncoder from F4 to F7
|
2018-11-19 07:51:41 -06:00 |
stm32_qspi.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_qspi.h
|
arch/arm/src/stm32l4: Make STM32L4 CRS synchronization source board configurable.
|
2019-05-21 10:21:57 -06:00 |
stm32_rcc.c
|
arch/arm/src/stm32f7: Fix another error related to chip/->hardware/ name change.
|
2019-05-27 10:41:44 -06:00 |
stm32_rcc.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_rng.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_rtc_lowerhalf.c
|
|
|
stm32_rtc.c
|
|
|
stm32_rtc.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_sdmmc.c
|
Merged in antmerlino/nuttx/stm32f7-sdmmc-bypclk (pull request #844)
|
2019-04-03 19:36:21 +00:00 |
stm32_sdmmc.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_serial.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_spi.c
|
arch/arm/src/stm32f7/stm32_spi.c: Add SPI DMA threshold configuration.
|
2019-04-12 08:14:17 -06:00 |
stm32_spi.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_start.c
|
arch/arm/src/stm32f7: Add ITM syslog support.
|
2019-03-20 06:46:53 -06:00 |
stm32_start.h
|
|
|
stm32_tickless.c
|
arch/arm/src/stm32f: Added support for TICKLESS mode.
|
2019-04-12 08:10:02 -06:00 |
stm32_tim_lowerhalf.c
|
arch/arm/src/stm32f7/stm32_tim_lowerhalf.c: Add timer lowerhalf driver for stm32f7.
|
2019-03-20 06:31:20 -06:00 |
stm32_tim.c
|
arch/arm/src/stm32f: Added support for TICKLESS mode.
|
2019-04-12 08:10:02 -06:00 |
stm32_tim.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_timerisr.c
|
Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly).
|
2019-03-20 19:27:40 -06:00 |
stm32_uart.h
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_uid.c
|
Rename arch/arm/src/stm32f7/chip to arch/arm/src/stm32f7/hardware.
|
2019-05-24 16:48:06 -06:00 |
stm32_uid.h
|
arch/arm/src/stm32f7/stm32_uid.c: Add UID access.
|
2019-04-12 08:46:02 -06:00 |
stm32_usbhost.h
|
arch/arm/src/stm32f7: USB High speed for STM32F7 series
|
2019-04-07 19:05:06 -06:00 |
stm32_userspace.c
|
|
|
stm32_userspace.h
|
|
|
stm32f72xx73xx_rcc.c
|
arch/arm/src/stm32f7: USB High speed for STM32F7 series
|
2019-04-07 19:05:06 -06:00 |
stm32f74xx75xx_rcc.c
|
arch/arm/src/stm32f7: USB High speed for STM32F7 series
|
2019-04-07 19:05:06 -06:00 |
stm32f76xx77xx_rcc.c
|
arch/arm/src/stm32f7: USB High speed for STM32F7 series
|
2019-04-07 19:05:06 -06:00 |