Search found 4 matches
- Wed Jul 27, 2022 5:51 am
- Forum: ESP-IDF
- Topic: Nimble os_msys_init fail on multiple examples
- Replies: 4
- Views: 3126
Re: Nimble os_msys_init fail on multiple examples
I don't have a solution I'm afraid, but I have the same problem. Have you filed a bug on the esp-idf repo?
- Tue Mar 05, 2019 10:55 am
- Forum: ESP-IDF
- Topic: Building multiple binaries with CMake
- Replies: 0
- Views: 2316
Building multiple binaries with CMake
I have a project which needs to build two (or possibly 3) separate binaries, with some different #defines for each of the builds. I realise this is possible to do in CMake outside of ESP-IDF, but it looks to be not so simple from the inside. Is this behaviour supported?
- Mon Feb 18, 2019 3:44 am
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 939641
Re: What would you like to see in The Next Chip?
I haven't read through this entire thread, but if there is one thing I could vote for, it would be adjusting the architecture so that the task stacks could be in PSRAM (and adding the 8MB PSRAM to the address space would be even better!). When I have BT, WiFi, mbedtls, MQTT, HTTPS, etc all running s...
- Tue Jan 15, 2019 11:41 pm
- Forum: ESP-IDF
- Topic: Reclaim GPIO after deep sleep reset
- Replies: 1
- Views: 5271
Reclaim GPIO after deep sleep reset
Hi, I'm having issues with using the LEDC timer to drive a gpio wherein if I isolate the RTC gpio before deep sleep, after wakeup the pin is still disconnected and is unable to be controlled by the LEDC peripheral. I don't have any errors or anything, the pin simply does nothing. This is how I am is...