summaryrefslogtreecommitdiff
path: root/hw/bsp/board.c
AgeCommit message (Expand)Author
2026-04-29fixupHiFiPhile
2026-04-17fix some Wconversion warningshathach
2026-04-04make board_uart_read()/write() return -1 when unimplemented for consistency a...hathach
2026-04-03fix hil host cdc echo test with imxrt and other fast mcuhathach
2026-03-05improve threadx support, add multi ROTS support for board_test and msc_dual_lunhathach
2026-03-05improve threadx support, add multi ROTS support for board_test and msc_dual_lunhathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-10-24fix several warningshathach
2025-10-15refactor all nuc to familyhathach
2025-10-15merge nuc121 and 125hathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-09-17Fix board_reset_to_bootloaderHiFiPhile
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-09-17Fix board_get_unique_idHiFiPhile
2025-07-02update board_test always output to uart regardless of LOGGER optionhathach
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-03-24Implement ITM_SendChar().HiFiPhile
2025-02-11remove board_mcu.hhathach
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
2024-11-21- move freertos_hooks to board.chathach
2024-11-04usbh use the new tusb_time_delay_ms_api()hathach
2024-10-21add tusb_time_millis(), able to reset and enable dwc2 port and get SOF activehathach
2024-04-24Fix bsp mistakeHa Thach
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-19- clang h743 build and run cdc_msc okhathach
2023-11-23minor-updatehathach
2023-08-31improve connection & disconnection detection. But there is still issue when C...hathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-06-05clean uphathach
2023-06-05clean uphathach
2023-05-08build host examples with imxhathach
2023-03-17fix trailing space and new linehathach
2023-01-18get most examples build with iarhathach
2022-11-21add board_getchar() for non-blocking getchar()hathach
2022-11-18update uart read for lpc18/43 for testinghathach
2021-12-07Merge pull request #1222 from scoudreau/swo_loggerHa Thach
2021-12-01Remove unused-parameter errors when LOGGER=SWOSebastien COUDREAU
2021-10-26add hw config structhathach
2021-10-15update some sense warning from -Wconversionhathach
2021-07-02Merge branch 'master' into kkitayam-fix_rtt_for_rx_familyhathach
2021-07-02extend stack areas to enable loggingkkitayam
2021-07-01better support for hid device set/get protocolhathach
2020-05-22update makefile to build with ohci hosthathach
2020-04-22added swo as loggerhathach
2020-04-22add LOGGER option to use rtthathach
2020-03-24Merge pull request #194 from cr1901/msp430f5529Ha Thach
2020-03-11clean uphathach
2019-10-29correct read()/write() retarget for msp430, fix msp430 button statehathach
2019-10-12adding log support with uarthathach