EremusOne / ESPectrum

A ZX spectrum 48K, 128K and Pentagon 128 emulator running on the Espressif ESP32 SoC
https://zxespectrum.speccy.org
GNU General Public License v3.0
162 stars 21 forks source link

Fixes mac builds #41

Closed cgreening closed 3 months ago

cgreening commented 3 months ago

See here: https://github.com/platformio/platform-espressif32/issues/1081

Are there any plans to update the code to a more recent version of the idf framework?

Jason2866 commented 3 months ago

IDF 4.3.2 is really old and outdated

EremusOne commented 3 months ago

Hi,

See here: platformio/platform-espressif32#1081

We talked about this some months ago -> https://github.com/EremusOne/ESPectrum/issues/19

I had no time then to test the change.

Now I've tested in my setup and, as it seems ok and, as you say, fixes Mac builds let's merge into master branch :)

Tyvm!

Are there any plans to update the code to a more recent version of the idf framework?

IDF 4.3.2 is really old and outdated

I've done some tests with Espressif 32 platform 5.4.0 (IDF 4.4.5) but, right now, code works ok and fast with 3.5.0 (IDF 4.3.2) so I see no need to change it. Maybe later when the planned roadmap is fulfilled.

Regards!