..
hardware
Reviewed by David Sidrane.
2019-11-18 14:03:38 -06:00
chip.h
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
2019-05-24 16:54:25 -06:00
Kconfig
Reviewed by David Sidrane.
2019-11-18 14:03:38 -06:00
Make.defs
Merged in david_s5/nuttx/px4_firmware_nuttx-8.1+_bbsram_mpu (pull request #1069 )
2019-11-08 16:17:28 +00:00
stm32_adc.c
arch/arm/src/stm32h7/:
2019-08-02 07:09:52 -06:00
stm32_adc.h
Merged in david_s5/nuttx/master_h7 (pull request #900 )
2019-06-13 19:51:12 +00:00
stm32_alarm.h
Fix some typos. Also minor update to stm32f7/nucleo-144/README.txt and stm32l4/nucleo-l496zg/README.txt board documentation.
2019-09-05 08:12:50 -06:00
stm32_allocateheap.c
arch/arm/src/stm32h7/stm32_allocateheap.c: Clean up some comments mangled in the last PR.
2019-11-06 13:24:33 -06:00
stm32_bbsram.c
Merged in david_s5/nuttx/px4_firmware_nuttx-8.1+_bbsram_mpu (pull request #1069 )
2019-11-08 16:17:28 +00:00
stm32_bbsram.h
Minor updates from review of last PR.
2019-08-15 10:05:21 -06:00
stm32_dma.c
Merged in david_s5/nuttx/master_h7 (pull request #1011 )
2019-08-20 11:49:38 +00: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_dtcm.c
Merged in david_s5/nuttx/master_h7 (pull request #1007 )
2019-08-19 20:42:52 +00:00
stm32_dtcm.h
Merged in david_s5/nuttx/master_h7 (pull request #1007 )
2019-08-19 20:42:52 +00:00
stm32_ethernet.c
STM32H7 Ethernet: Fix ETH_MACMDIOAR_CR_MASK bit mask.
2019-10-21 06:29:13 -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_alarm.c
Fix some typos. Also minor update to stm32f7/nucleo-144/README.txt and stm32l4/nucleo-l496zg/README.txt board documentation.
2019-09-05 08:12:50 -06:00
stm32_exti_gpio.c
stm32_exti_wakeup.c
Merged in david_s5/nuttx/master_h7 (pull request #1002 )
2019-08-17 14:01:28 +00:00
stm32_exti.h
Rename arch/arm/src/stm32h7/chip to arch/arm/src/stm32h7/hardware.
2019-05-24 16:54:25 -06:00
stm32_flash.c
STM32H7 FLASH: Fixed compile error.
2019-10-23 08:03:09 -06:00
stm32_gpio.c
Reviewed by David Sidrane.
2019-11-18 14:03:38 -06:00
stm32_gpio.h
Fix some typos. Mostly inital->initial.
2019-09-27 06:32:32 -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
Fix some typos
2019-09-17 10:46:23 -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 typos.
2019-08-04 14:50:28 -06:00
stm32_lowputc.h
Merged in raiden00/nuttx_h7 (pull request #672 )
2018-07-09 16:32:22 +00:00
stm32_lse.c
Merged in david_s5/nuttx/master_h7 (pull request #1002 )
2019-08-17 14:01:28 +00:00
stm32_lsi.c
Merged in david_s5/nuttx/master_h7 (pull request #1002 )
2019-08-17 14:01:28 +00:00
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
Fix minor typos in docs and comments.
2019-09-29 12:52:20 -06:00
stm32_procfs_dtcm.c
Merged in david_s5/nuttx/master_h7 (pull request #1007 )
2019-08-19 20:42:52 +00:00
stm32_pwm.c
Merged in raiden00/nuttx_f334 (pull request #974 )
2019-08-10 15:14:19 +00:00
stm32_pwm.h
Fix some typos. Also minor update to stm32f7/nucleo-144/README.txt and stm32l4/nucleo-l496zg/README.txt board documentation.
2019-09-05 08:12:50 -06:00
stm32_pwr.c
Merged in david_s5/nuttx/master_h7 (pull request #1025 )
2019-08-26 18:34:25 +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_qencoder.c
arch/arm/src/stm32h7: Ported the QEncoder from F7 to H7.
2019-06-27 07:07:55 -06:00
stm32_qencoder.h
arch/arm/src/stm32h7: Ported the QEncoder from F7 to H7.
2019-06-27 07:07:55 -06:00
stm32_rcc.c
Reviewed by David Sidrane.
2019-11-18 14:03:38 -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_rtc_lowerhalf.c
arm/arm/src/stm32f7 and h7: Fix coding standard problems found by tools/nxstyle in files modified/added in last PR.
2019-08-17 08:20:31 -06:00
stm32_rtc.c
Fix minor typos in docs and comments.
2019-09-29 12:52:20 -06:00
stm32_rtc.h
Merged in david_s5/nuttx/master_h7 (pull request #1002 )
2019-08-17 14:01:28 +00:00
stm32_sdmmc.c
arch/arm/src/stm32h7/stm32_sdmmc.c: SDMMC Fix system hang on card eject.
2019-10-29 09:44:00 -06:00
stm32_sdmmc.h
Fix use of undefined pp-token #errror, other typos.
2019-09-19 18:19:18 -06:00
stm32_serial.c
Merged in david_s5/nuttx/px4_firmware_nuttx-8.1+_siglewire (pull request #1070 )
2019-11-10 12:27:47 +00:00
stm32_spi.c
Fix some typos
2019-09-17 10:46:23 -06:00
stm32_spi.h
Fix some typos
2019-09-17 10:46:23 -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
arch/arm/src/stm32h7/hardware/stm32_tim.h: Fix ATIM_BDTR_BK2P define
2019-10-07 21:59:28 -06: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_uid.c
Merged in david_s5/nuttx/master_h7 (pull request #1008 )
2019-08-19 22:21:11 +00:00
stm32_uid.h
Merged in david_s5/nuttx/master_h7 (pull request #1008 )
2019-08-19 22:21:11 +00: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
Merged in raiden00/nuttx_h7 (pull request #742 )
2018-10-28 12:43:08 +00:00
stm32h7x3xx_rcc.c
Merged in david_s5/nuttx/master_h7 (pull request #1058 )
2019-10-22 19:49:49 +00:00
stm32h7x7xx_rcc.c
Reviewed by David Sidrane.
2019-11-18 14:03:38 -06:00