summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f7/family.mk
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]>
2025-07-02remove legacy DEPS_SUBMODULES in makehathach
2024-11-07enable stm32f4 hosthathach
2024-11-06update bsp for f7hathach
2024-10-25fix make buildhathach
2024-07-19Fix STM32F7 FS port build.HiFiPhile
2024-04-28Build STM32F7 with single-point FPU.HiFiPhile
2024-04-24update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 ↵hathach
samd51 nrf
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-06-25run ci with -DCMAKE_BUILD_TYPE=MinSizeRelhathach
2023-06-24more make updatehathach
2023-06-24rename GCC_CFLAGS to CFLAGS_GCC, GCC_SRC_S to SRC_S_GCC etc ..hathach
2023-06-24update all stm32 to use new enhance makehathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-06fix iar cihathach
2023-01-24add iar --fpu optionhathach
2023-01-22update stm32f7 to build with iarhathach
2022-06-02rework make freertos port handlingRafael Silva
this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible Signed-off-by: Rafael Silva <[email protected]>
2022-06-01rename board specific macro for examplehathach
- BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT - BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED
2021-10-28support bcm2711 on pi4, enhance dcd init with utmi and ulpi hs phyhathach
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-17spaceshathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-05update DEPS_SUBMODULES to optimize cihathach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-03clean uphathach
2021-03-03group h743eval and h743nucleo into stm32h7hathach
tested and work well
2021-03-01update family submodulehathach
temporarily disable other orphaned and esp32s2 build
2021-01-26add copy-artifact target, and add uf2 for all family boardhathach
2021-01-13adding stm32f7 familyhathach