v923z / micropython-builder

Ready-to-run firmware files with micropython and ulab
MIT License
29 stars 13 forks source link

Add ESP32 GENERIC build #19

Closed GanerCodes closed 1 year ago

GanerCodes commented 1 year ago

ok I suck at github apparently but this pull request should include also adding generic.sh to the esp32 build scripts which calls build_esp32 "ESP32_GENERIC"

edit: added the file

v923z commented 1 year ago

@GanerCodes I've re-named generic in the latest commit, so this is going to fail. What do you want to compile for?

GanerCodes commented 1 year ago

ESP32_GENERIC is the one I'm trying to compile for, I ran it in a docker container and it worked https://gist.github.com/sekcompsci/2bf39e715d5fe47579fa184fa819f421

v923z commented 1 year ago

This is OK, but please, fix the copyright at the top.

v923z commented 1 year ago

You've got to set generic.h to be executable.

chmod a+x generic.h
v923z commented 1 year ago

Merged. Thanks for contributing!