freertos blinky with software timer

This commit is contained in:
hathach
2018-08-23 14:11:21 +07:00
parent 5d36519315
commit d18a9e8759
6 changed files with 84 additions and 29 deletions

View File

@@ -50,12 +50,6 @@ void vApplicationMallocFailedHook(void)
TU_ASSERT(false, );
}
void vApplicationIdleHook(void)
{
// no freeRTOS blocking API should be called here
__WFI(); // sleep until next interrupt
}
void vApplicationStackOverflowHook(xTaskHandle pxTask, signed char *pcTaskName)
{
(void) pxTask;