Running 2.3.8 now, but in years past I have used the MMU option but don't see it for any ESP8266 now. This is for a Wemos D1 Mini but from what I recall I needed to first select a different board for MMU but none seem to have this setting.
How can the MMU option be selected in 2.3.8? In particular I'd like to set it to "16KB cache + 48 KB IRAM and 2nd Heap (shared)".
It’s been a couple years since I last used this option and I’ve updated a few times since then, so unfortunately I don’t know what version I was using when it worked. I do have 1.8.15 still installed and the option is missing from that one also.
Very strange. Here’s what my 2.3.8 menu looks like:
My package_esp8266com_index.json is identical to the one you sent the link to. I never looked into configuring the IDE before since I haven’t needed to, but one thing I noticed is that my boards.txt file doesn’t contain any MMU entries for any of the boards. Seems like it should.
Hate to do it but my next move is to uninstall and wipe (move aside) legacy files. Since everyone else seems to not have this issue it is pointing to something corrupted with my install.
I would never recommend wiping everything. It normally auto updates, but if you want a easier but ful reset, just do a board uninstall followed by install.
You misunderstood the question. @jim-p asked which version of the "esp8266" boards platform you have installed. That is different from the Arduino IDE version.
I'm going to ask you to provide the full verbose output from a compilation.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
Open the sketch in Arduino IDE.
Select File > Preferences... (or Arduino IDE > Settings... for macOS users) from the Arduino IDE menus.
The "Preferences" dialog will open.
Check the box next to "Show verbose output during: ☐ compile" in the "Preferences" dialog.
Click the "OK" button.
The "Preferences" dialog will close.
Select Sketch > Verify/Compile from the Arduino IDE menus.
Wait for the compilation to finish.
Right click (Control-click for macOS users) on the black "Output" panel at the bottom of the Arduino IDE window.
A context menu will open.
Select Copy All from the menu.
Open a reply here on this forum topic by clicking the "Reply" button.
Click the <CODE/> icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
Press the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the compilation output into the code block.
Move the cursor outside of the code block markup before you add any additional text to your reply.
Click the "Reply" button to publish the post.
In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt file and then attach that file to a reply here.
Select the .txt file you saved from the "Open" dialog.
Click the "Open" button.
The dialog will close.
Click the "Reply" button to publish the post.
Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt file onto the post composer field to attach it.
Ok I understand about the package version now. I was at 2.7.4 and that appears to be the cause of missing mmu lines from boards.txt. Installing 3.1.2 now has the MMU menu option showing up. I must have had something other than 2.7.4 installed years ago, giving me the MMU option back then.