Search found 3 matches
- Fri May 17, 2019 4:48 pm
- Forum: General Discussion
- Topic: ESP32 compiling time is way too long!
- Replies: 22
- Views: 35682
Re: ESP32 compiling time is way too long!
In Cygwin I've experienced just opening python can take in the order of 10 seconds, I've found it quicker to just run a small Linux VM with a shared folder, or switch to Linux completely.
- Thu May 16, 2019 8:34 pm
- Forum: General Discussion
- Topic: ESP32 compiling time is way too long!
- Replies: 22
- Views: 35682
Re: ESP32 compiling time is way too long!
I use make -j with no number to let make pick how to multitask, builds went from near 2 minutes to 30 - 40 seconds.
It may lock up your computer if it saturates one of your busses, if you have an ssd and enough ram you should be fine.
It may lock up your computer if it saturates one of your busses, if you have an ssd and enough ram you should be fine.
- Thu May 09, 2019 9:21 pm
- Forum: Hardware
- Topic: Disable CORE 1 and CORE 1 cache to allocate another IRAM segment of 32k
- Replies: 2
- Views: 3860
Disable CORE 1 and CORE 1 cache to allocate another IRAM segment of 32k
Hello all,
I'm wondering if anyone has ventured into getting another 32k of IRAM when disabling core 1.
I'll be diving into this soon, just figured i would put out some feelers into the community.
I'm wondering if anyone has ventured into getting another 32k of IRAM when disabling core 1.
I'll be diving into this soon, just figured i would put out some feelers into the community.