nuttx/boards/xtensa/esp32
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
..
common esp32-sparrow-kit: add support for the LTR308 light sensor 2022-11-23 19:52:34 +08:00
esp32-devkitc esp32-devkitc/wamr_wasi_debug: enable native-lib stuff 2022-12-02 13:47:20 +08:00
esp32-ethernet-kit boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
esp32-lyrat boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
esp32-sparrow-kit boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
esp32-wrover-kit boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
lilygo_tbeam_lora_gps boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
ttgo_eink5_v2 boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
ttgo_lora_esp32 boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00
ttgo_t_display_esp32 boards: Fix buttons GPIO IRQ on ESP boards 2022-11-28 17:24:57 -03:00