summaryrefslogtreecommitdiff
path: root/hw/bsp/imxrt/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]>
2026-03-11migrate imxrt to use new mcux-devices-rthathach
2025-12-20SCB_EnableDCache() is required for rt1011hathach
2025-09-12Fix IAR buildHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-07-02remove legacy DEPS_SUBMODULES in makehathach
2024-11-02mimxrt1170_evkb: add M4 build support.HiFiPhile
2024-11-02Replace cache clean/invalidate by MPU config.HiFiPhile
2024-07-18fix make buildhathach
2024-04-24fix make build due to clang changeshathach
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-11-16add imxrt1170 evkbhathach
2023-06-24rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32Lhathach
2023-06-16update h7 to cmake, and move iar build to cmakehathach
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
fix build util with makefile
2023-04-26fix build with nxp since mcux-sdk from 2.13.0 remove CMSIS folderhathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-08Merge branch 'master' into renesas-rahathach
2023-02-13add uf2 linker for metro m7 1011hathach
2023-02-13add metro m7 1011 board def (not running yet)hathach
2022-12-04Fix typosBastien Nocera
2022-07-01mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.robert-hh
Which fits both MIMXRT10XX and MIMXRT11XX.
2022-06-24add more warning option, also fix -Wconversion with rp2040hathach
-Wuninitialized, -Wunused, -Wredundant-decls
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
2022-02-22Add dual role (concurrent) exampleScott Shawcroft
This reads HID devices over host and then translates that to ASCII and sends it over CDC device.
2021-12-01more ci abstracthathach
2021-04-28fix build with imxrthathach
2021-04-28update lpc mcu sdk pathhathach
2021-03-18add example specific DEPS_SUBMODULEShathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-01try to fetch needed mcu submodule while running makehathach
2021-01-26add copy-artifact target, and add uf2 for all family boardhathach
2020-11-29complete grouping imxrt boardshathach