Fred Dushin
Fred Dushin
This change set allows the mkimage script to work with both make and idf.py builds. Signed-off-by: Fred Dushin These changes are made under both the "Apache 2.0" and the "GNU...
This PR adds limited support for the OTP `socket` interface, which exposes APIs for low-level socket operations, as defined in OTP 22 and later. This implementation aims to be API-compatible...
This change allows the build system to create Kconfiguration that is appropriate for the IDF-SDK platform, while also allowing users to make changes to the sdkconfig file without accidentally checking...
This change set adds range checking to the parsing of external term, for example, when loading modules or when converting binaries to terms. If an external term contains encodings that...
Homebrew is a popular package management system for MacOS and Linux. A Homebrew formula would allow users to build and install the generic_unix version of AtomVM on their development workstations...
Users should be able to stop to I2C bus and free any resources in use by the driver.
Users should be able to stop the UART driver and free any resources in use by it.
Users should be able to stop the GPIO driver and free any resources in use by it.
The current I2C implementation hard-wire use of I2C port 0 (using `I2C_NUM_0`). We should make the port configurable so that both hardware ports can be used simultaneously.