Winford

Results 58 issues of Winford

After main() exits with a return, the CPU of the pico is put into a hung state, (from the raspberry-pi-pico-c-sdk page 8, Introduction 1.1 section) which prevents triggering the device...

Enables sending messages to registered processes using the shorthand `!` operator. If a message is sent to an atom name that is not registered using the `!` operator a `badarg`...

Adds Pico `cmake` configuration option `AVM_USB_WAIT_SECONDS` to set a timeout to wait for USB serial connection before starting the application. This will allow for release builds that will wait for...

Adds entry for name change of `master` branch to `main` and gives directions for updating local clones of the repo. These changes are made under both the "Apache 2.0" and...

Various updates and corrections top the published documentation. Some improvements have been made to the rendering of the documentation, including language highlighting, styled notes, and formatting fixes to make wide...

Setup a freestanding `west` application project for `Zephyr SDK`. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms...

There is currently a conflict with the `rebar3 atomvm pico_flash` task that exhibits itself when the AtomVM rp2040 port is compiled with the `-DAVM_WAIT_FOR_USB_CONNECT=on` cmake option. This is not a...

I have deleted the `AtomVM/build` and `AtomVM/src/platforms/esp32/build` directories and done a complete clean rebuild of the esp32 image several times. The following is the simplest way to reproduce the crash...

bug

Currently using `network:stop/0` on esp32 does not actually disconnect or stop the wifi driver, it only stops the gen_server responsible for managing the connection. The expected behavior would be for...

enhancement
platform:esp32

The two guards `Integer.is_odd/1` and `Integer.is_even/1` are very low overhead to support since the Bitwise module had been added to exavmlib. They do not seem very important, but there may...

good first issue
lib:exavmlib