Winford

Results 58 issues of Winford

Changes to the contents of AtomVM/src/platforms/esp32/components/avm_builtins were ignored by the gitignore rules. This updates the rules to track changes to the avm_builtins directory. Closes issue #330. These changes are made...

The current .gitignore rules do not allow for tracking any changes to the contents of the src/platforms/esp32/components/avm_builtins directory.

Updates to ESP32 build tests for the latest Espressif ESP-IDF releases. ESP-IDF v4.4 -> v4.4.1 ESP-IDF v4.1.2 -> v4.1.3 Signed-off-by: Winford These changes are made under both the "Apache 2.0"...

The README in the master repo is likely the first place new users will learn about the project. We should be directing them to the more extensive documentation and contact...

documentation

The necessary headers for SNTP support are not included by network_driver.c and the related functions are disabled by macros for ESP-IDF v4. This feature should be enabled since our code...

enhancement
good first issue
platform:esp32

When compiling for ESP32 after version 4.1.x there are compiler warning about tcpip_adapter depreciation, all versions have output similar to the following: ``` CC build/main/network_driver.o In file included from /home/winford/github/UncleGrumpy/AtomVM/src/platforms/esp32/main/network_driver.c:40:...

platform:esp32

The esp_event_loop has been depreciated in version 4 of the ESP-IDF and has been replaced by the updated esp_event component. The code that is most affected by this change is...

platform:esp32

This adds information about the full documentation and creates a build status badge for ESP32 builds. This closes issue #300 Signed-off-by: Winford These changes are made under both the "Apache...

Currently there are examples available in AtomVM/examples and in the atomvm_examples repository. The examples from AtomVM/examples should be updated to build with rebar3 and mix and be consolidated with the...

using kernel 5.16 make fails to build, here is the output: > make make -C /lib/modules/5.16.8-arch1-1/build M=/home/winford/github/gschorcht/spi-ch341-usb modules make[1]: Entering directory '/usr/lib/modules/5.16.8-arch1-1/build' CC [M] /home/winford/github/gschorcht/spi-ch341-usb/spi-ch341-usb.o /home/winford/github/gschorcht/spi-ch341-usb/spi-ch341-usb.c: In function ‘ch341_spi_probe’: /home/winford/github/gschorcht/spi-ch341-usb/spi-ch341-usb.c:598:33:...