summaryrefslogtreecommitdiff
path: root/hw/bsp/mcx/family.c
AgeCommit message (Expand)Author
2026-04-04make board_uart_read()/write() return -1 when unimplemented for consistency a...hathach
2026-04-04implement board_uart_read()/write() as non-blocking for all familieshathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-11-25bsp: Disable SysTick ISR if FreeRTOS is enabledZixun LI
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-04-27Added initial support for FRDM-MCXA156 and fixed up a crash with MCXN947Eli Hughes
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-04-05minor update bsphathach
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
2023-08-03more board_api.h renamehathach
2023-06-15refactor khci to chipidea fs driver for device (host is not yet)hathach
2023-05-23Enhance chipidea (#2075)Ha Thach