Use AzureRTOS ThreadX

This commit is contained in:
2023-03-05 21:24:12 +01:00
parent f92a5ff28d
commit 2cadbff590
419 changed files with 89874 additions and 19575 deletions

8
Core/Inc/app.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef __INC_APP_H
#define __INC_APP_H
#include "tx_port.h"
void app_thread_entry(ULONG _);
#endif // __INC_APP_H