summaryrefslogtreecommitdiff
path: root/hw/bsp/fomu
AgeCommit message (Expand)Author
2026-04-06remove IAR toolchain support from make build systemhathach
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-10-28fix warning with strict prototypes warningshathach
2025-10-28disable warning for startup filehathach
2025-10-23refactor family.cmake: rename add_board_target() to family_add_board() and mo...hathach
2025-10-15refactor spresense into cxd56. there is no orphan board in bsp.hathach
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-01-25cmake remove EXAMPLE-tinyusb target as libraryhathach
2025-01-24add cmake RTOS=zephyr (default noos) for zephyr buildhathach
2025-01-22- change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict w...hathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-09-17make all python files executable and standardize interpreterShawn Hoffman
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-05-09Rework ci (#2631)Ha Thach
2024-04-24fix samd linker with clang: cannot self-check defined symbol with lld e.g `ST...hathach
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-03-17fix trailing space and new linehathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
2023-03-08Merge branch 'master' into renesas-rahathach
2022-06-06fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsphathach
2022-06-02rework make freertos port handlingRafael Silva
2021-10-17more with -Wcast-qualhathach
2021-08-15move gd32vf103 to its own familyhathach
2021-03-17explicitly add dcd source file without vendor/familyhathach
2021-03-02move fomu to its own family, update ci with build risvhathach
2021-01-26change output filename to BOARD-Directoryhathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-17update per reviewhathach
2020-04-16add dfu generate target for fomuhathach
2020-04-08rename hal_dcd_isr to dcd_irq_handler for fomuhathach
2020-03-25makefile clean uphathach
2020-03-11freertos demo use static only for most optmized sramhathach
2020-03-07clean up LD_FILE using $(BOARD)hathach
2019-11-24bsp: fomu: fix rom address for example programsSean Cross
2019-11-20move -flto to board.mkhathach
2019-11-13fomu: bsp: don't call usb isr when usb is disabledSean Cross
2019-11-13fomu: bsp: remove unused messible functionsSean Cross
2019-11-13valentyusb: rename from `foosn`Sean Cross
2019-11-13fomu: csr: sync csrSean Cross
2019-11-13fomu: crt0: minor text refactorSean Cross
2019-11-13fomu: csr: add version with next_ev registerSean Cross
2019-11-13fomu: semi-working commitSean Cross
2019-11-13bsp: fomu: updateSean Cross
2019-11-13bsp: fomu: fix linker script overlapSean Cross
2019-11-13fomu: initial commitSean Cross