1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/pkg/wamr/Makefile.dep
Karl Fessel 5198dc48c6 pkg/wamr: add WAMR to provide WASM support in RIOT
* config.cmake configures wamr build
* native thumb and mips
* riscv support
* switchable commit id
  defaults to main until PR:WIP is removed
2022-02-11 13:09:26 +01:00

6 lines
185 B
Makefile

USEMODULE += sema
#WAMR supports "X86_32/64", "AARCH64", "ARM", "THUMB", "MIPS" and "XTENSA"
#no 8/16 Bit TODO: might need to blacklist more
FEATURES_BLACKLIST += arch_8bit arch_16bit