board: nsim: add nsim.props and fix libraries

Signed-off-by: Jingru <jingru@synopsys.com>
This commit is contained in:
Jingru
2020-03-23 21:33:23 +08:00
parent 7d7f67e32f
commit bfe3ee1964
10 changed files with 185 additions and 50 deletions

View File

@@ -65,6 +65,7 @@ void task3(void *arg)
void application_entry(void *arg)
{
printf("***I am task\r\n");
osThreadCreate(osThread(task1), NULL); // Create task1
osThreadCreate(osThread(task2), NULL); // Create task2
}