freertos: Add RISC-V port

Changes come from internal branch commit a6723fc
This commit is contained in:
Angus Gratton
2020-11-06 15:03:21 +11:00
parent fccab8f4ef
commit 87e13baaf1
47 changed files with 1368 additions and 220 deletions

View File

@@ -4,9 +4,7 @@
#include "freertos/task.h"
#include "freertos/semphr.h"
#include "freertos/queue.h"
#include "freertos/xtensa_api.h"
#include "esp_intr_alloc.h"
#include "xtensa/hal.h"
#include "unity.h"
#include "soc/cpu.h"
#include "test_utils.h"