Search found 2 matches
- Wed Dec 14, 2016 5:53 am
- Forum: General Discussion
- Topic: NuttX question
- Replies: 6
- Views: 12609
Re: NuttX question
Have you had the opportunity to build a simple "hello world" application in C using the ESP-IDF framework? If not, I'd suggest you have a play with that first to get your feet wet in building and running a simple application and seeing the console output. I already build some applications using ESP...
- Tue Dec 13, 2016 4:42 pm
- Forum: General Discussion
- Topic: NuttX question
- Replies: 6
- Views: 12609
NuttX question
I am trying to build adn run nuttx for esp32 (ESP-WROOM-32) I am using xtensa-esp32-elf compiler (https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-59.tar.gz) So, my building process looks as follows: $ cd tools $ ./configure.sh esp32-core/nsh $ . ./setenv.sh $ make menuconfig Here is the ...