summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/grp.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/stm32h7: Make UART7 pins configurableKinsey Moore2023-07-241-0/+4
| | | | | This change allows for the pins assigned to UART7 to be reconfigured via config.ini.
* arm/stm32h7: Add support for STM32H750B-DKKinsey Moore2023-07-201-0/+4
| | | | | | | | | | This adds support for the STM32H750B-DK discovery kit. This kit includes a built-in STLINKv3 debugger which provides a USB serial bridge for USART3. USART1 is routed to the Arduino header and USART2 is routed to the STMOD connector. This BSP reuses what would otherwise be duplicated files from the stm32h747i-disco BSP. Note that system_stm32h7xx.c has been imported from the STM repository with two minor changes wrapped with #if __rtems__. This hardware has been tested with hello and ticker.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* spec: add MPU CTRL option to be usable on ARMV7M based BSPsKarel Gardas2023-03-161-0/+2
| | | | | | The patch also enables usage of the option on imxrt and stm32h7 based BSPs. Sponsored-By: Precidata
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-041-0/+3
| | | | | | | Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
* bsps/stm32h7: add configuration and enable build of stm32h757i-eval-m4 BSPKarel Gardas2022-06-011-0/+2
| | | | | | | | | | | | | | | | This is minimalist configuration for the stm32h757i-eval-m4 BSP provided here. The only general enhancement worth mention is a flash origin address configuration which is needed for simplification as M4 core boots from second flash bank which starts at 0x8100000 by default. The boot address of the core may be changed by using STM32CubeProgrammer. If done so then also BSP configuration needs to be changed accordingly. As the BSP variant is running on M4 core, there is also more configuration changes required here. E.g. boot core and ABI (compilation flags) in comparison with stm32h757i-eval BSP. On the other hand, C code is shared completely with this BSP variant. Sponsored-By: Precidata
* bsps/stm32h7: provide linkcmds for SRAM, FLASH_SDRAM and SRAM_SDRAM linkingKarel Gardas2022-05-271-0/+6
| | | | Sponsored-By: Precidata
* bsps/stm32h7: add configuration and enable build of stm32h757i-eval BSPKarel Gardas2022-05-271-0/+2
| | | | | | | | | | This is minimalist configuration for the stm32h757i-eval BSP provided here. The only general enhancement worth mention is boot core configuration which is needed here as this is the first dual-core board supported by stm32h7 BSP family and we need to choose boot core in order to get C files compiling well. Sponsored-By: Precidata
* bsp/stm32h7: add flash latency configurationKarel Gardas2022-04-051-0/+2
|
* bsp/stm32h7: add configuration for USART1 GPIO pins, registers and alternate ↵Karel Gardas2022-04-051-0/+6
| | | | function
* bsp/stm32h7: add power supply configurationKarel Gardas2022-04-051-0/+2
|
* build: Use common objects item for get memorySebastian Huber2021-11-301-0/+2
|
* build: Remove invalid attributesSebastian Huber2021-09-141-1/+0
|
* STM32H7 ethernet pin correctionsRobin Mueller2021-07-201-0/+4
| | | | | | | | | | 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.
* arm/stm32h7: Add STM32H7_USART3_GPIO_*Sebastian Huber2021-04-061-0/+4
|
* arm/stm32h7: Add STM32H7_HSE_FREQUENCYSebastian Huber2021-04-061-0/+2
|
* build: Add group for arm/stm32h7Sebastian Huber2021-04-061-0/+101