esp32-s2_dfu/tinyusb
hathach 1ae5484320 finally able to get freeRTOS run with current mouse + keyboard example
NOTES: print_greeting if is executed before the start of freeRTOS scheduler --> hardfault
- print_greeting->vsprintf->systick -> bunch of ISR --> hardfault.

printf using serial after the start of scheduler is ok though
2013-04-25 15:43:33 +07:00
..
class add test & code for TUSB_EVENT_INTERFACE_OPEN for tusbh_hid_keyboard_isr tusbh_hid_mouse_isr 2013-04-09 13:28:07 +07:00
common finally able to get freeRTOS run with current mouse + keyboard example 2013-04-25 15:43:33 +07:00
core rename hidh_keyboard_info_t to hidh_interface_info_t 2013-04-07 05:09:18 +07:00
device change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
doxygen change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hal add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS 2013-04-25 11:00:56 +07:00
host add attribute warn unused result for osal_create_* function 2013-04-25 11:55:24 +07:00
osal add attribute warn unused result for osal_create_* function 2013-04-25 11:55:24 +07:00
.cproject rename a bunch of configure macros 2012-12-20 16:56:19 +07:00
.project cleaning 2012-12-18 15:08:30 +07:00
license.txt change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
mcu_capacity.h move MCU define to tusb_option.h, fix the ATTR with USB RAM 2013-04-08 03:45:31 +07:00
tusb.c - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with most popular RTOS) 2013-04-24 17:53:43 +07:00
tusb.h change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
tusb_option.h add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS 2013-04-25 11:00:56 +07:00