| 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add some makefile.defs
|
|
rename arch to mcu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
start to work on hal layer
|
|
|
|
|
|
added support for cdc devices
|
|
|
|
|
|
|
|
start to use TUSB_Error_t
|
|
|
|
fix mem_size/mem_base usage with device rom driver
|