dongheng

Results 11 comments of dongheng

> Hey @donghengqaz, you should run `iwasm` with `--dir` option when invoking filesystem api. > > ```c > iwasm --dir=. test.wasm > ``` > > Could you please have a...

> @donghengqaz, Thanks for uploading the PR! @loganek is also extending support for socket APIs, see #1336, currently the development branch is dev/socket, and there are already some patches merged....

@BrianPugh Although this opening flag may not be appropriate for littlefs, but some open source project based on GNU use this flag, so I hope esp_littlefs can support this.

Hi @BrianPugh, thanks for Continuous attention. I create this PR to let esp-littlefs can also work on WAMR(https://github.com/bytecodealliance/wasm-micro-runtime), and its internal functions call like 'fd = open(PATH, O_DIRECTORY | flags)',...

> I don't think this is the right way to fix the issue. You are conditioning the printing to a very specific case which is not really useful > to...

There is something wrong about the network, so sometimes I can't log in the discussion channel, please leave your comment here. - [App](https://github.com/espressif/esp-idf-provisioning-android/releases/tag/lib-2.0.13) for android phones - [python script](https://github.com/espressif/esp-idf/tree/master/tools/esp_prov) for...

@BrianPugh I discuss with esp-idf team about this again, but they show it is hard for them to implement these APIs(like `optnat`), so I plan to implement these APIs in...

@BrianPugh I push my code including unit test, PTAL.

> I plan on releasing `v1.6.0` with this change by the end of the weekend (after I fix up some of the tests a little more). This is very help...

Hi @elTeriblePacman Is any update about this, I am developing the S3's LCD driver and touchpad driver, and suffered with the same issue like yours. When finishing touchpad's calibrating, the...