summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32g4/boards
AgeCommit message (Collapse)Author
2026-04-06remove IAR toolchain support from make build systemhathach
IAR is only supported with CMake. Remove all IAR-specific references from the Make build system including toolchain files, SRC_S_IAR, LD_FILE_IAR variables, and IAR toolchain detection. Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and broken formatting in stm32f7 board_uart_write. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-03update stm32 to use better uart idhathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-04-23- fix g4 clang linkerhathach
- clang work with l0
2024-04-23clang g0, g4hathach
2023-11-13Add BSP for nucleo-g491reJerzy Kasenberg
This adds bsp for ST nucleo-g491re board. This is mostly copy of nucleo-f474 only differences being: - PLL configured to 170MHz (not affecting USB which runs on HSI48) - Linker script freshly generated from STM32CubeIDE (smaller RAM) Signed-off-by: Jerzy Kasenberg <[email protected]>
2023-06-24move all IAR to cmakehathach
2023-06-24rename GCC_CFLAGS to CFLAGS_GCC, GCC_SRC_S to SRC_S_GCC etc ..hathach
2023-06-20add etm trace for mcb1800hathach
clean up other ide setting
2023-06-08dma rx works wellhathach
2023-06-07inital support for usb typec and pd examplehathach
2023-06-07revert board flash latency to 8hathach
2023-06-06able to get usbpd irq handlerhathach
- handle cc1, cc2 voltage changes - get order set, rx message end interrupt - add segger rtt support for cmake
2023-06-05clean uphathach
2023-06-02update cmake to build with IAR for g0 and g4hathach
2023-06-02add IAR support for G0 with cmakehathach
2023-06-02fix usb clock for dpow1hathach
2023-06-01add new b_g474e_dpow1 boardhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-01-30iar g4hathach
2022-12-04more typoshathach
2022-12-04Fix typosBastien Nocera
2021-12-13correct wiring notehathach
2021-12-09update g4 bsphathach
2021-12-08try updating clock configure for g4 nucleo (not work yet)hathach
2021-11-04couldn't get g4 usb clock and pin setup just yet. Leave it as it is for nowhathach
2021-11-04adding g4 family with g474nucleo, able to blink led and buttonhathach