esp32-s2_dfu/demos/host/src
hathach 3763e22c9a change OSAL_TASK_DEF to decouple variable name with task name
implement osal_task_delay for freeRTOS & non_os
getting both no_os & freertos running with mouse + keyboard
2013-04-25 16:41:00 +07:00
..
keyboard_app.c change OSAL_TASK_DEF to decouple variable name with task name 2013-04-25 16:41:00 +07:00
keyboard_app.h - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with most popular RTOS) 2013-04-24 17:53:43 +07:00
main.c change OSAL_TASK_DEF to decouple variable name with task name 2013-04-25 16:41:00 +07:00
mouse_app.c change OSAL_TASK_DEF to decouple variable name with task name 2013-04-25 16:41:00 +07:00
mouse_app.h - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with most popular RTOS) 2013-04-24 17:53:43 +07:00
tusb_config.h add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS 2013-04-25 11:00:56 +07:00