nuttx/boards/xtensa/esp32/esp32-devkitc/configs
YAMAMOTO Takashi fc4493b7f1 esp32-devkitc/wamr_wasi_debug: enable native-lib stuff
* enable DLFCN.

* bump WAMR to a version which i happened to test.

* enable bulk-memory because it's required by recent versions of
  wasi-sdk, which i happened to use to build a test module.
  (test.wasm in the log below.)

Lightly tested with a stripped down version of WAMR native-lib example. [1]

```
nsh> mount -t littlefs /dev/esp32flash /mnt
nsh> iwasm --native-lib=/mnt/test_add.o /mnt/test.wasm
Hello World!
10 + 20 = 30
nsh> iwasm /mnt/test.wasm
[00:00:23:000 - 6]: warning: failed to link import function (env, test_add)
Hello World!
Exception: failed to call unlinked import function (env, test_add)
nsh>
```

[1] https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/samples/native-lib
2022-12-02 13:47:20 +08:00
..
audio mm/circbuf: Remove MM_CIRCBUF option from Kconfig 2022-11-08 10:18:27 -03:00
autopm libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled 2022-07-21 09:53:09 -04:00
ble esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
blewifi sched/spawn: Rename task_spawnattr_[get|set]stack[size|addr] to posix_spawnattr_[get|set]stack[size|addr] 2022-11-01 09:51:18 +09:00
bmp280 libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled 2022-07-21 09:53:09 -04:00
buttons esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
coex boards: Fix the CI build errors for telnetd 2022-11-07 16:06:00 +01:00
cxx esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
efuse sched/spawn: Rename task_spawnattr_[get|set]stack[size|addr] to posix_spawnattr_[get|set]stack[size|addr] 2022-11-01 09:51:18 +09:00
elf boards: esp32-devkitc: Update elf/defconfig 2022-11-08 10:03:00 -03:00
i2schar esp32/i2s: implement I2S receiver module 2022-11-15 17:01:47 -03:00
knsh libc/machine/xtensa: make longjmp safe against context switch 2022-11-22 19:34:44 +01:00
leds esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
max6675 esp32: Add MAX6675 temperature sensor support 2022-10-30 12:05:19 +08:00
mcp2515 esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
mcuboot_slot_confirm esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
mcuboot_update_agent libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled 2022-07-21 09:53:09 -04:00
modbus esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
module esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
mqttc libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled 2022-07-21 09:53:09 -04:00
ms5611 libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled 2022-07-21 09:53:09 -04:00
netnsh boards: Remove CONFIG_NETDEVICES=y from board defconfig 2022-10-01 19:12:15 +02:00
nsh esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
nxlooper esp32/i2s: implement I2S receiver module 2022-11-15 17:01:47 -03:00
oneshot esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
ostest libc/machine/xtensa: make longjmp safe against context switch 2022-11-22 19:34:44 +01:00
pm power: move EXPLICIT_RELAX opreation to common place 2022-07-26 11:11:00 +08:00
psram esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
pwm esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
random esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
rtc esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
smp libc/machine/xtensa: make longjmp safe against context switch 2022-11-22 19:34:44 +01:00
sotest esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
spiflash esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
sta_softap esp32: fix wapi stack size on board examples 2022-10-07 14:44:30 +08:00
tickless esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
timer esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
wamr_wasi_debug esp32-devkitc/wamr_wasi_debug: enable native-lib stuff 2022-12-02 13:47:20 +08:00
wapi sched/spawn: Rename task_spawnattr_[get|set]stack[size|addr] to posix_spawnattr_[get|set]stack[size|addr] 2022-11-01 09:51:18 +09:00
wapi_smp libc/machine/xtensa: make longjmp safe against context switch 2022-11-22 19:34:44 +01:00
watchdog esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
watcher esp32*: Disable CONFIG_RAW_BINARY 2022-05-27 13:41:51 +03:00
wifinsh boards: Remove CONFIG_NETDEVICES=y from board defconfig 2022-10-01 19:12:15 +02:00