summaryrefslogtreecommitdiff
path: root/hw/bsp/mcx
AgeCommit message (Expand)Author
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-04-23clang skip mcx since it does not work any more with gcchathach
2024-04-08add CFG_EXAMPLE_VIDEO_READONLY for mcxa15hathach
2024-04-08fix configENABLE_FPU=0 for cortex-m33+nodsphathach
2024-04-05minor update bsphathach
2024-04-05rename frdm boardhathach
2024-04-05fix pre-commit formathathach
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-09mcx family renamed as mcxnJerry Palacios
2024-02-07frdmmcxn947 board addedJerry Palacios
2024-02-07Back to originalJerry Palacios
2024-01-23Bunny brain board created, but not modified yetJerry Palacios
2024-01-23BOARD_InitPins pinlist modificationJerry Palacios
2024-01-23Update pin_mux.cJerry Palacios
2024-01-23Led pin configurations changed from P3_4 to P0_10Jerry Palacios
2024-01-23frdm-mcxn947 folder createdJerry Palacios
2023-12-18update FreeRTOSConfig.hhathach
2023-11-23move tools/cmake to examples/build_systemhathach
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-11-16switch freertos to static allocation only (dynamic = 0), since it is possible...hathach
2023-08-03more board_api.h renamehathach
2023-08-03add osal queue name if neededhathach
2023-07-14add clock_config.c for imxrt generated by mcuxpresso confighathach
2023-06-30move LTO checked to family_support.cmakehathach
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach
2023-06-24add CPU_CORE for all familyhathach
2023-06-16fix build, update freertos config for cmakehathach
2023-06-15refactor khci to chipidea fs driver for device (host is not yet)hathach
2023-06-14mcx neeed helps to locate rtt control blockhathach
2023-06-14update segger rtt to fix cast alignhathach
2023-06-02update cmake to build with IAR for g0 and g4hathach
2023-06-02cmake refactorhathach
2023-06-01add lto for cmakehathach
2023-05-26move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly wi...hathach
2023-05-26move set TOP to family_support.cmakehathach
2023-05-25update cmake with freertoshathach
2023-05-25add family_support_configure_common()hathach
2023-05-23Enhance chipidea (#2075)Ha Thach