Import FreeRTOS platform experiment codes for further development (#451)

This commit is contained in:
Wenyong Huang
2020-11-26 19:10:05 +08:00
committed by GitHub
parent 74be7a0b7c
commit 0359805c82
11 changed files with 1117 additions and 2 deletions

View File

@ -7,7 +7,8 @@
#include "wasm_runtime_common.h"
#include "bh_log.h"
#if !defined(BH_PLATFORM_ZEPHYR) && !defined(BH_PLATFORM_ALIOS_THINGS)
#if !defined(BH_PLATFORM_ZEPHYR) && !defined(BH_PLATFORM_ALIOS_THINGS) \
&& !defined(BH_PLATFORM_FREERTOS)
#define ENABLE_QUICKSORT 1
#else
#define ENABLE_QUICKSORT 0