Search found 3 matches
- Thu Apr 09, 2020 3:34 am
- Forum: ESP-IDF
- Topic: Portable and cross platform ESP IDF
- Replies: 5
- Views: 5847
Re: Portable and cross platform ESP IDF
Yes, that is my listing.
- Wed Apr 08, 2020 11:48 pm
- Forum: ESP-IDF
- Topic: Portable and cross platform ESP IDF
- Replies: 5
- Views: 5847
Portable and cross platform ESP IDF
I am building a program that needs to compile and upload to the ESP-32. I am trying to find a solution that is portable, with no installation required and no external dependencies. I also want this to be both Windows and Macintosh compatible. I have been trying for quite some time to find a solution...
- Fri Mar 08, 2019 2:29 pm
- Forum: ESP32 Arduino
- Topic: Compile with GCC
- Replies: 1
- Views: 4422
Compile with GCC
Hi, Is there an easy way to compile for the ESP32-SOLO-1 (single core) using GCC? I am designing a board and software interface for the ESP32-SOLO-1 which uses uses Arduino code. I can do the pre-processing and convert the .ino to .cpp and I can also do uploading. I just need to compile the code usi...