karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

Toolchain Setup link broken #255

Open plazmax opened 2 years ago

plazmax commented 2 years ago

Hello, can you update link in HardwareConfig.md for "Toolchain Setup" dead link :

https://dl.espressif.com/.../esp32_win32_msys2

resim

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup-scratch.html resim

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup.html

https://dl.espressif.com/dl/esp-idf/?idf=4.4

Ant-12 commented 2 years ago

Current Ka-Radio32 supports only ESP-IDF v3.3.5 compatible toolchain. It also can be built using Cmake(there need to create couple of CMakeLists.txt files) I can post CMakeLists.txt if the author is interested. This could be the first step in adapting Ka-Radio32 to ESP-IDF v5. (like Pilnikov did it)

h1aji commented 2 years ago

@Ant-12 any chance you could create a pull request?

pilnikov commented 2 years ago

i think < 0.01% need to make a lot of adjustments

Ant-12 commented 2 years ago

This is 0%, unless karawin wins a contest for laziness. This job is too difficult for me to make it twise. At this moment I can post only CMakeLists.txt for ESP-IDF v3.3.5 if someone asks.

Ant-12 commented 2 years ago

Here are my changes for Cmake and IDF v3.3.5 But I was forced to set "Application manager ---> Exclude PROJECT_VER from firmware image" checkbox in Espressif IoT Development Framework Configuration to avoid compiling errors.