Set of utilities components for working with eRPC on ESP32 family MCUs.
For a ready to use ESP32 project take look at the hello world example.
The typical workflow is to include this repository as submodule in the main ESP32 project and then add the path to src/components
of this repository to EXTRA_COMPONENT_DIRS
. Then check out the README of the components that you want to use.
Examples are available in the src/examples/
folder.
Due to limited time, the only supported machine is "my machine", which runs Ubuntu 20.04. I hope that the repository can work with any Linux distributions. On the other hand, there is no plan to support Windows and macOS.