increase freerto min task stack for some stm32

This commit is contained in:
hathach
2024-08-01 14:24:23 +07:00
parent 8407252fa3
commit 46fd822990
6 changed files with 26 additions and 6 deletions

View File

@@ -1201,7 +1201,7 @@ TU_ATTR_FAST_FUNC void dcd_event_handler(dcd_event_t const* event, bool in_isr)
break;
case DCD_EVENT_SETUP_RECEIVED:
// TU_ASSERT(event->setup_received.bRequest != 0,);
// TU_ASSERT(event->setup_received.bRequest != 0,); // for catching issue with ch32v203 and windows with -O0/-Og
_usbd_queued_setup++;
send = true;
break;