update TinyUSB core to commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 238a5c0b95fcd402d24524c7bebbdd822168a51e
Note: due to osal_freertos changes https://github.com/hathach/tinyusb/pull/468 the Adafruit_TinyUSB_Core_init() should be near the task scheduler (or better inside loop task) to prevent calling portYIELD_FROM_ISR() when scheduler not started. Else SVC hook will cause a hardfault.
11d669b4d2a40eb2fc5e51b2a9707a6de9d42363238a5c0b95fcd402d24524c7bebbdd822168a51e Note: due to osal_freertos changes https://github.com/hathach/tinyusb/pull/468 the Adafruit_TinyUSB_Core_init() should be near the task scheduler (or better inside loop task) to prevent calling portYIELD_FROM_ISR() when scheduler not started. Else SVC hook will cause a hardfault.