| Age | Commit message (Collapse) | Author |
|
change Error Enum to TUSB prefix for more consistency
start to add check for OS configure
|
|
add hid host and separate hid host & device
update host project setting with EA4357 board
add para checking test for hid host
|
|
|
|
|
|
add TUSB_ATTR_RAM_SECTION in tinyusb_config.h to abtract usb ram placement to application
remove power_api.h (mcu dependency)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on/off (off for faster compiling time)
|
|
|
|
use static inline min_of and max_of instead of macro
|
|
|
|
|
|
|
|
|
|
add binary const support @ common/binary.h
enhance assert support @ common/assertion.h
add test code for assertion.h
|
|
|
|
|
|
rename the internal/default configure from tusb_cfg.h to tusb_option.h
|
|
|
|
back to use lpcxpresso project file (instead of make target project)
|
|
|
|
- unified makefile project for the whole repos
- new separate project for tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add some makefile.defs
|
|
rename arch to mcu
|
|
|
|
|
|
|