Search found 3 matches

by safetycaptain
Fri May 17, 2019 4:48 pm
Forum: General Discussion
Topic: ESP32 compiling time is way too long!
Replies: 19
Views: 28032

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.
by safetycaptain
Thu May 16, 2019 8:34 pm
Forum: General Discussion
Topic: ESP32 compiling time is way too long!
Replies: 19
Views: 28032

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.
by safetycaptain
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: 3376

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.