esp_shared_stack: enable shared stack function for riscv and reenable the unit test

This commit is contained in:
Felipe Neves
2020-11-17 16:37:28 -03:00
committed by morris
parent f4781d3b1d
commit ec5acf91ee
4 changed files with 126 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ else()
set(srcs
"interrupt.c"
"stdatomic.c"
"expression_with_stack_riscv.c"
"expression_with_stack_riscv_asm.S"
"vectors.S")
endif()