cpq / mdk

A bare metal SDK for the ESP32 & ESP32C3
MIT License
188 stars 26 forks source link

Build RISC-V images natively with variable docker command #18

Open j0hax opened 1 month ago

j0hax commented 1 month ago

Hello there,

I have tweaked the makefile to allow for the following changes:

  1. Allow overriding the docker command with something else, e.g. podman
  2. Build the image locally (mdashnet/riscv could not be found in my case)
  3. Remove the image when calling make clean