summaryrefslogtreecommitdiff
path: root/hw/bsp/family_support.cmake
AgeCommit message (Expand)Author
2026-06-10Merge pull request #3690 from hathach/claude/board-test-idle-parkHa Thach
2026-06-05add tm4c123x evk to hill pool (#3676)Ha Thach
2026-06-03refactor(cmake): comment out unused target folder propertieshathach
2026-05-12support map filesMichael Rogov Papernov
2026-04-14refactor rp2040 family.cmake to use family_configure_example() and apply WARN...hathach
2026-04-14get freertos working with rp2040hathach
2026-03-29fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED. Use "NOT DEFINED" ins...Tobi
2026-03-13actual build make/cmake for ft9xxhathach
2026-03-13forgot to add fileshathach
2026-03-11migrate imxrt to use new mcux-devices-rthathach
2026-03-05add IAR warning flags to cmake build and fix themhathach
2026-03-05improve threadx support, add multi ROTS support for board_test and msc_dual_lunhathach
2026-02-12change membrowse target to board/target and remove redundant continue-on-erro...hathach
2026-02-12fix ld symbols extractionMichael Rogov Papernov
2026-02-11make membrowse command more visiblehathach
2026-02-11parse and pass linker symbol to membrowse reporthathach
2026-02-11update membrowse target to family/board/targethathach
2026-02-11add build target argument to improve flexibility of build scripts and workflowshathach
2026-02-10add membrowse-upload target and use it in ci after buildhathach
2026-02-10add membrowse target to family support for enhanced memory analysishathach
2026-02-06set folder property for flash tool targetshathach
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-12-10update metrics to support bloaty csvhathach
2025-12-09update metrics to support bloatyhathach
2025-12-03upload metrics.json and aggregate code metrics, post metrics commenthathach
2025-12-02adding metrics for computing average compiled sizehathach
2025-12-02adding metrics for computing average compiled sizehathach
2025-12-01run linkermap as post build for size analyzehathach
2025-12-01add linkermap to deps and linkermap tagethathach
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-11-11update dochathach
2025-11-06update espressif cmakehathach
2025-11-05added .clang-formathathach
2025-10-27improve warnings with rp2040 familyhathach
2025-10-26iar cstat require cmake at least 4.1hathach
2025-10-24enable IAR CState with IAR_CSTAT=1hathach
2025-10-23refactor family.cmake: rename add_board_target() to family_add_board() and mo...hathach
2025-10-15merge nuc121 and 125hathach
2025-10-14suppress some warnings in zephyr buildhathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-07-02update board_test always output to uart regardless of LOGGER optionhathach
2025-06-11Merge branch 'master' into fork/HiFiPhile/h7rshathach
2025-06-11add make build for maximhathach
2025-06-10merge all maxim (32650, 32666, 32690, 78002) family into common bsp/maxim. On...hathach
2025-04-12Merge remote-tracking branch 'upstream/master' into h7rsHiFiPhile
2025-04-12Fix swo logger case.HiFiPhile
2025-03-26imxrt: disable BOARD_ConfigMPU() since it cause issue with imxrt1060/64. Upda...hathach
2025-03-10fix(rp2040) set RTOS as cmake cache to fix pico-example buildhathach
2025-02-20add fruitjam bsphathach
2025-02-09Add CMake presets.HiFiPhile