Witm
Ot due to poor availability of components on the market and other projects lying around, I dug out from the depths of a drawer
modules bought long ago - for which I somehow never found the time. These modules are often described as ESP-07 although due to the 512K memory they look more like ESP-01.
Well, this is where the problem comes in these days. The current SDK version 3.0 has grown quite a bit, while there are a few problems with the older ones.
On the official git-hub, for example, for version 2.0.0 the libhal library (provided as a binary) is missing from the repository, so it is impossible to compile. Likewise, there are a few problems with the latest gcc (which is recommended for SDK version 3.x.x), and if you compile by doing a few patches, other problems arise. On the other hand, the lack of maintenance on the documentation pages for versions older than 3.x.x complicates things considerably if you want to use something older these days to fit in with the old modules.
I managed to put together a working version of 1.5.0 beta (I think it came from PlatformIO)... All in all, I'm writing this post after a few days of searching the internet and testing the various versions I managed to get hold of.
So here's a question, maybe someone has a working set of gcc with RTOS-SDK (preferably 2.0.x or possibly 2.1.x) on disk from the old days and would be able to share ?
Version 1.5.0 somehow works, but despite its operation, e.g. with SPIFFS support (they work fine), it sometimes throws some strange errors on the UART. Admittedly, they do not affect the operation, but it is known that in the newer SDK probably some of the problems that may occur in the above-mentioned version can be corrected.
Finally, I know these are cheap modules and you can change the memory or buy others, but I have about 10 of them lying around.... I have an idea for them, and I can easily do what I want to do in this memory (even though a large part of it will probably take the SDK itself) - this is in regard to such advice
.
Ot due to poor availability of components on the market and other projects lying around, I dug out from the depths of a drawer

Well, this is where the problem comes in these days. The current SDK version 3.0 has grown quite a bit, while there are a few problems with the older ones.
On the official git-hub, for example, for version 2.0.0 the libhal library (provided as a binary) is missing from the repository, so it is impossible to compile. Likewise, there are a few problems with the latest gcc (which is recommended for SDK version 3.x.x), and if you compile by doing a few patches, other problems arise. On the other hand, the lack of maintenance on the documentation pages for versions older than 3.x.x complicates things considerably if you want to use something older these days to fit in with the old modules.
I managed to put together a working version of 1.5.0 beta (I think it came from PlatformIO)... All in all, I'm writing this post after a few days of searching the internet and testing the various versions I managed to get hold of.
So here's a question, maybe someone has a working set of gcc with RTOS-SDK (preferably 2.0.x or possibly 2.1.x) on disk from the old days and would be able to share ?
Version 1.5.0 somehow works, but despite its operation, e.g. with SPIFFS support (they work fine), it sometimes throws some strange errors on the UART. Admittedly, they do not affect the operation, but it is known that in the newer SDK probably some of the problems that may occur in the above-mentioned version can be corrected.
Finally, I know these are cheap modules and you can change the memory or buy others, but I have about 10 of them lying around.... I have an idea for them, and I can easily do what I want to do in this memory (even though a large part of it will probably take the SDK itself) - this is in regard to such advice
