mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
5198dc48c6
* config.cmake configures wamr build * native thumb and mips * riscv support * switchable commit id defaults to main until PR:WIP is removed
6 lines
185 B
Makefile
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
|