Ron Evans

Results 88 issues of Ron Evans

Like this thread discusses: https://tellopilots.com/threads/has-anyone-decoded-the-log-headers-messages-from-the-tello.511/#post-3626

enhancement

The SAMD21 and SAMD51 UART implementations do not support hardware flow control. It turns out this is necessary for boards that have an attached NINA/ESP32 co-processor to be able to...

enhancement
next-release

Once we have added Go 1.16 to the CircleCI build, we need to add build step(s) to produce a darwin/arm64 binary artifact for release distribution.

enhancement
macOS

This PR is a place for some WIP on getting wazero to compile with TinyGo so it can be run on microcontrollers. See #1854 for details. This is as far...

I would like to be able to do something like WAMR https://github.com/bytecodealliance/wasm-micro-runtime for embedded systems, but to use wazero as the code/runtime to do this. Ideal scenario would be that...

enhancement

I am trying to build the `product-mini/platforms/zephyr/simple` example targeting the `nucleo_f767zi` board with `WAMR_BUILD_LIBC_WASI` so that a WASM module compiled for `wasi` can execute on the board itself. This is...

This PR is to add a GH action to test compilation of the product-mini "simple" example on Zephyr against the STM32 board.

Tried to use the `wioterminal` with the latest `dev` branch, and it claimed to connect to a WiFi access point that was not actually turned on at the time. :ghost:...

bug
next-release

I need to add the `io.Seeker` interface to `tinyfs.File` so I can read some data directly from littlefs storage instead of copying into memory first for some code that has...

enhancement
next-release

The FatFS is not working correctly, apparently ever since https://github.com/tinygo-org/tinygo/issues/3460 ``` $ tinygo flash -target nano-rp2040 -stack-size 8kb -monitor ./examples/console/fatfs/machine/ Connected to /dev/ttyACM0. Press Ctrl-C to exit. SPI Configured. Reading...