Robin Mueller
b24e81423e
STM32H7 ethernet pin corrections
...
These patches were submitted a few months ago, but it was found out
that the default-by-family: [] were missing in the GPIO .yml lines.
This was fixed in this patch.
This patch accounts for different pins for the ETH peripheral
on STM32H7 devices. For example, the Nucleo H743ZI has slightly
different pins than other STM32H7 boards.
2021-07-20 07:37:42 +02:00
Robin Mueller
37649355ce
Implementation for STM32 HAL_GetTick using RTEMS
...
Uses configured millisecond per ticks
2021-04-26 11:24:22 +02:00
Robin Mueller
100c050cbd
Updated tick implementation for HAL_GetTick
...
This now uses rtems_clock_get_uptime_nanoseconds
to calculate the uptime ticks in milliseconds.
2021-04-20 19:11:15 +02:00
Christian Mauderer
8fd29cfbc5
stm32h7: Add init for sdmmc pins
...
Update #4372
2021-04-01 09:04:23 +02:00
Christian Mauderer
aa9e3c6211
stm32h7: Add SDMMC modules to clock
...
Update #4372
2021-04-01 09:04:21 +02:00
Sebastian Huber
b361eabd93
bsps: Replace bsp_specs with an empty file
...
This fixes an issue with the latest tool chain which adds the default
linker script in the endfile specification.
Update #3250 .
2021-01-28 06:28:33 +01:00
Sebastian Huber
affc8de85f
bsp/stm32h7: Split start configuration
...
This allows applications to individually provide configuration
structures.
Update #4209 .
2021-01-04 19:22:53 +01:00
Christian Mauderer
b169095c7d
cpu/armv7m: Add table based init for ARMV7M_MPU
...
Modify the MPU functions of the stm32h7 BSP to be table based and
available for all ARMV7M BSPs.
Update #4180
2020-11-20 08:53:18 +01:00
Sebastian Huber
99494370d6
bsp/stm32h7: New BSP
...
Update #3910 .
2020-10-27 06:11:45 +01:00