index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
bsp
/
fomu
Age
Commit message (
Expand
)
Author
2026-04-06
remove IAR toolchain support from make build system
hathach
2026-04-04
implement board_uart_read()/write() as non-blocking for all families
hathach
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2025-10-28
fix warning with strict prototypes warnings
hathach
2025-10-28
disable warning for startup file
hathach
2025-10-23
refactor family.cmake: rename add_board_target() to family_add_board() and mo...
hathach
2025-10-15
refactor spresense into cxd56. there is no orphan board in bsp.
hathach
2025-10-14
fix lots of warnings for missing-prototypes for irqhandler
hathach
2025-01-25
cmake remove EXAMPLE-tinyusb target as library
hathach
2025-01-24
add cmake RTOS=zephyr (default noos) for zephyr build
hathach
2025-01-22
- change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict w...
hathach
2024-12-27
embed metadata to family.c and board.h to generate supported boards doc
hathach
2024-09-17
make all python files executable and standardize interpreter
Shawn Hoffman
2024-05-16
change default risv-gcc to riscv-none-elf- and add _zicsr extension
hathach
2024-05-15
add CH32V20x USB OTG/FS driver
Matthew Tran
2024-05-09
Rework ci (#2631)
Ha Thach
2024-04-24
fix samd linker with clang: cannot self-check defined symbol with lld e.g `ST...
hathach
2023-11-23
make nanolib linking explicitly by each family/board
hathach
2023-08-03
rename hw/bsp/board.h to board_api.h
hathach
2023-03-17
fix trailing space and new line
hathach
2023-03-16
rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC
hathach
2023-03-08
Merge branch 'master' into renesas-ra
hathach
2022-06-06
fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsp
hathach
2022-06-02
rework make freertos port handling
Rafael Silva
2021-10-17
more with -Wcast-qual
hathach
2021-08-15
move gd32vf103 to its own family
hathach
2021-03-17
explicitly add dcd source file without vendor/family
hathach
2021-03-02
move fomu to its own family, update ci with build risv
hathach
2021-01-26
change output filename to BOARD-Directory
hathach
2020-04-17
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
hathach
2020-04-17
update per review
hathach
2020-04-16
add dfu generate target for fomu
hathach
2020-04-08
rename hal_dcd_isr to dcd_irq_handler for fomu
hathach
2020-03-25
makefile clean up
hathach
2020-03-11
freertos demo use static only for most optmized sram
hathach
2020-03-07
clean up LD_FILE using $(BOARD)
hathach
2019-11-24
bsp: fomu: fix rom address for example programs
Sean Cross
2019-11-20
move -flto to board.mk
hathach
2019-11-13
fomu: bsp: don't call usb isr when usb is disabled
Sean Cross
2019-11-13
fomu: bsp: remove unused messible functions
Sean Cross
2019-11-13
valentyusb: rename from `foosn`
Sean Cross
2019-11-13
fomu: csr: sync csr
Sean Cross
2019-11-13
fomu: crt0: minor text refactor
Sean Cross
2019-11-13
fomu: csr: add version with next_ev register
Sean Cross
2019-11-13
fomu: semi-working commit
Sean Cross
2019-11-13
bsp: fomu: update
Sean Cross
2019-11-13
bsp: fomu: fix linker script overlap
Sean Cross
2019-11-13
fomu: initial commit
Sean Cross