nuttx/arch/arm/src/stm32h7
David Sidrane e2d76e21d5 Merged in david_s5/nuttx/master_h7_typo (pull request #1023)
stm32h7:Memory Map DBGMCU is @ 0x5c001000

Fixtypo

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-08-24 11:27:23 +00:00
..
hardware Merged in david_s5/nuttx/master_h7_typo (pull request #1023) 2019-08-24 11:27:23 +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 #1007) 2019-08-19 20:42:52 +00:00
Make.defs Merged in david_s5/nuttx/master_h7 (pull request #1008) 2019-08-19 22:21:11 +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 Merged in david_s5/nuttx/master_h7 (pull request #1002) 2019-08-17 14:01:28 +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_bbsram.c Minor updates from review of last PR. 2019-08-15 10:05:21 -06: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 Beginning to update comments to reflect new organization of the boards/ sub-directory. 2019-08-08 08:46:54 -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 Merged in david_s5/nuttx/master_h7 (pull request #1002) 2019-08-17 14:01:28 +00: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_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 typos. 2019-08-04 14:50:28 -06:00
stm32_lowputc.h
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 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_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 Merged in raiden00/nuttx_h7 (pull request #880) 2019-06-03 11:51:00 +00:00
stm32_pwr.c Minor updates from review of last PR. 2019-08-15 10:05:21 -06: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 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_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 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.h Merged in david_s5/nuttx/master_h7 (pull request #1002) 2019-08-17 14:01:28 +00:00
stm32_sdmmc.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_sdmmc.h Merged in david_s5/nuttx/master_h7 (pull request #1002) 2019-08-17 14:01:28 +00:00
stm32_serial.c Merged in david_s5/nuttx/master_h7 (pull request #1011) 2019-08-20 11:49:38 +00:00
stm32_spi.c Merged in david_s5/nuttx/master_h7 (pull request #1012) 2019-08-20 14:41:13 +00: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 #1002) 2019-08-17 14:01:28 +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_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
stm32h7x3xx_rcc.c Merged in david_s5/nuttx/master_h7 (pull request #900) 2019-06-13 19:51:12 +00:00