Philip Gladstone

Results 113 comments of Philip Gladstone

I have a branch `pjsg:idf4` that is my work in progress if anyone is interested.... On Thu, Feb 11, 2021 at 9:56 PM Philip Gladstone wrote: > I'm making progress...

I can get an image to build and I can flash it, but it doesn't work. Any ideas on how to debug this? load:0x40078000,len:0 ho 12 tail 0 room 4...

I now have a version that boots on the esp32 with v4 of the IDF. I have a file system, and I have wifi (though not the net module). ```I...

After ignoring all the warnings in the esp32-c3 build and disabling a bunch more modules, it boots: ``` (60) boot_comm: chip revision: 2, min. bootloader chip revision: 0 I (67)...

I stopped at this stage. I need to see if Espressif added the support into the IDF that we needed to get the linking to work. If so, then it...

I would certainly take a look there. It is fairly hacked up and doesn't build most of nodemcu, but it built enough to get to a prompt. I don't know...

I'm fine with you starting again. I didn't really know what I was doing when I started. It didn't take me long to get to the stage that I got...

I'm happy if we say that the ESP32 versions are the way forward, but I suspect that much of the 8266 interface is actually an improvement.

Maybe we should just decide on what to do on a module-by-module basis. The two of interest to me (at the moment) are: `file` https://nodemcu-firmware.readthedocs.io/en/dev-esp32/modules/file/ vs https://nodemcu-firmware.readthedocs.io/en/master/modules/file/ `wifi` https://nodemcu-firmware.readthedocs.io/en/dev-esp32/modules/wifi/ vs...

I think that there are cases where the APIs have diverged and there is no reason to maintain the divergence. For example on esp8266 you call wifi.setmode(blah) to set the...