.. |
hardware
|
Merged in david_s5/nuttx/master_h7 (pull request #900)
|
2019-06-13 19:51:12 +00:00 |
chip.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
Kconfig
|
Merged in david_s5/nuttx/master_h7 (pull request #900)
|
2019-06-13 19:51:12 +00:00 |
Make.defs
|
Merged in david_s5/nuttx/master_h7 (pull request #900)
|
2019-06-13 19:51:12 +00:00 |
stm32_adc.c
|
Merged in david_s5/nuttx/master_h7 (pull request #900)
|
2019-06-13 19:51:12 +00:00 |
stm32_adc.h
|
Merged in david_s5/nuttx/master_h7 (pull request #900)
|
2019-06-13 19:51:12 +00:00 |
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_dma.c
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_dma.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_ethernet.c
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_ethernet.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_exti_gpio.c
|
|
|
stm32_exti.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_gpio.c
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_gpio.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_i2c.c
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_i2c.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -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
|
Fix errors found in build testing.
|
2019-05-27 09:21:18 -06:00 |
stm32_lowputc.h
|
|
|
stm32_mpuinit.c
|
Merged in raiden00/nuttx_h7 (pull request #839)
|
2019-03-11 16:43:13 +00:00 |
stm32_mpuinit.h
|
Merged in raiden00/nuttx_h7 (pull request #839)
|
2019-03-11 16:43:13 +00:00 |
stm32_otg.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_otgdev.c
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_otghost.c
|
STM32,F7,H7,L4 OTG FS/HS: Fix constant using in comparison to determine endpoint is interrupt type.
|
2019-06-20 06:58:35 -06:00 |
stm32_pwm.c
|
Merged in raiden00/nuttx_pe (pull request #891)
|
2019-06-12 13:22:21 +00:00 |
stm32_pwm.h
|
Merged in raiden00/nuttx_h7 (pull request #880)
|
2019-06-03 11:51:00 +00:00 |
stm32_pwr.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_rcc.c
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_rcc.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_sdmmc.c
|
arch/arm/src/stm32h7: Add stm32h7 sdmmc driver. This is the initial sdmmc driver for stm32h7. It is mostly copied from stm32f7, with modified register addresses and bits, and IDMA added. This is still WIP, it only works with IDMA.
|
2019-04-30 07:08:19 -06:00 |
stm32_sdmmc.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_serial.c
|
Merged in david_s5/nuttx/master_h7 (pull request #900)
|
2019-06-13 19:51:12 +00:00 |
stm32_spi.c
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
stm32_spi.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_start.c
|
arch/arm/src/stm32h7/stm32_start.c: Inclusion of nvic.h should not be conditioned on CONFIG_ARCH_FPU.
|
2019-04-25 07:09:19 -06:00 |
stm32_start.h
|
|
|
stm32_tim.c
|
Merged in david_s5/nuttx/master_h7 (pull request #900)
|
2019-06-13 19:51:12 +00:00 |
stm32_tim.h
|
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -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/stm32h7/chip to arch/arm/src/stm32h7/hardware.
|
2019-05-24 16:54:25 -06:00 |
stm32_usbhost.h
|
Merged in raiden00/nuttx_h7 (pull request #837)
|
2019-03-10 13:24:58 +00:00 |
stm32_userspace.c
|
Merged in raiden00/nuttx_h7 (pull request #839)
|
2019-03-11 16:43:13 +00:00 |
stm32_userspace.h
|
Merged in raiden00/nuttx_h7 (pull request #839)
|
2019-03-11 16:43:13 +00:00 |
stm32.h
|
|
|
stm32h7x3xx_rcc.c
|
Merged in david_s5/nuttx/master_h7 (pull request #900)
|
2019-06-13 19:51:12 +00:00 |