Stephen Berard

Results 15 comments of Stephen Berard

Thanks Peter. I removed my temporary hack and replaced it with a call to DtlsVerifier.VerifyRequest for each incoming packet as a test. The first time the device connects, it works...

Hi Peter, I apologize for not responding to the previous comment. I did have an error on my end where I was only sending the HelloVerifyRequest if there was an...

Is there any update on this issue? I'm having similar problems building with `WAMR_BUILD_LIBC_WASI 1` on Zephyr. I'm still targeting WASI preview 1 so I'm on the `release/1.3.x` branch.

I have a v1.8. I too had to set the variable_enable_z_hop to true to get the correct direction of motion. The code appears to function properly, this is just a...

I would say that it's not worth supporting directly. According to the Zephyr project 1.14.x is no longer supported. Here's the supported release table from Zephyr: ![image](https://github.com/bytecodealliance/wasm-micro-runtime/assets/581348/bfba3e02-4fb4-415f-8243-535b2401b525) I'd rather see...

I'm facing a similar issue on a Coretx-M33. In my case, I'm AOT compiling the binary following the XIP recommendations. When I run `wamrc` I see that there were 56...

I managed to get my example working. Turns out my build script was selecting a `thumbv4t` as the ISA. Changing that to `thumbv7` or `thumbv8` fixed this problem. Likely due...

I'd like to revisit this topic. As pointed out above, we still need the patch and it's based on a version of LLVM that is several years old. It would...

I am working on getting WASI support working on Zephyr and came across this thread. Are there any plans to complete and merge this PR? I'm happy to contribute, just...