Search found 3 matches
- Mon Nov 21, 2016 6:25 am
- Forum: General Discussion
- Topic: Rust [and other LLVM languages] support for ESP32
- Replies: 11
- Views: 36015
Re: Rust [and other LLVM languages] support for ESP32
Thanks for the reply, good to know that there's internal interest in releasing as much documentation as possible! By compiler configuration files, I was referring to whatever customised files Cadence gives you when licensing a particularly configured Xtensa core. I don't really know the specifics, b...
- Sun Nov 20, 2016 12:35 pm
- Forum: General Discussion
- Topic: [solved] how feed watchdog CPU_0
- Replies: 5
- Views: 27415
Re: [solved] how feed watchdog CPU_0
Looks like there's an esp_task_wdt_feed() function in ESP-IDF that looks like it will feed FreeRTOS's watchdog implementation. Implementation is here, see the related header for maybe more information: https://github.com/espressif/esp-idf/blob/b092e427404776ec326856d67002c1f47e1b5535/components/esp3...
- Sat Nov 19, 2016 12:15 am
- Forum: General Discussion
- Topic: Rust [and other LLVM languages] support for ESP32
- Replies: 11
- Views: 36015
Rust [and other LLVM languages] support for ESP32
I'm interested in determining the feasibility of someday using the Rust programming language with the ESP32. Currently, I know it's not possible, but I'd like to get some discussion started here to see what it would take. I know there is very minimal support for Xtensa architecture within LLVM at th...