Marcel Stör
Marcel Stör
Avoiding to touch `components/lua/lua.h` yields good results - as long as I'm working inside the running container (e.g. by booting into `bash`). Subsequent `make` calls do no longer re-compile the...
Not being familiar with `make` is definitely is a serious handicap for this task. As the build script really only modifies those two header files https://github.com/marcelstoer/docker-nodemcu-build/blob/master/build-esp32#L15-L16 I suspect it or...
> when the container is restarted [...] `make` still triggers a complete compile & link cycle. Note: the ESP8266 build is also affected.
I'll add it to https://github.com/marcelstoer/docker-nodemcu-build#options I guess.
Will be implemented when https://github.com/nodemcu/nodemcu-firmware/pull/1064 and/or https://github.com/nodemcu/nodemcu-firmware/issues/1164 are merged. Just to be clear, the aim is to use [`srec_cat` in Dockerfile](https://github.com/marcelstoer/docker-nodemcu-build/blob/master/Dockerfile#L39) to combine and pad the `.bin`s so that the...
Thanks of testing. I'm currently travelling and can devote only very little time every night to NodeMCU. I also noticed this problem but I thought to better merge that PR...
Thanks, but there's too much going on atm. It may take several weeks until I can review it.
Thanks for driving this into the right direction. > This makes use of the bit library I can live with that. > just have a single "rotate by n*90 deg"...
I would argue that this is a dup of #1.
True, you're right.