| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
move it to family_configure_common()
also move startup and linker from board target to actual exe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with zephyr
- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix clang build with nrf
|
|
|
|
- compile nrf with __STARTUP_CLEAR_BSS and link flag -nostartfiles
|
|
|
|
|
|
|
|
'MAX3421_HOST=1' must be added as part of make/cmake command
|
|
- rename max3421e to max3421
- fix incorrect bitmask for HCTL, fix initial device connect
- fix bus reset cause connect IRQ
|
|
interrupt pin
|
|
|
|
- add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled
- add hcd_template.c
|
|
|
|
family_configure_device/host/dual_example()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead
* add dcd dcache for chipidea
* add cmake for lpc18
* add makefile build for mcx
* use fork of mcu sdk
* fix ci build with nrf
* flash rp2040 with openocd
|
|
|
|
|
|
|
|
|