Compiling Phazerville 1.8 for Teensy 4.0 failed due to EEPROM error #102
Unanswered
Peter-ui-dotcom
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have a hack in place to maximize the emulated EEPROM space on T4.0 here - https://github.com/djphazer/O_C-Phazerville/blob/phazerville/software%2Fsrc%2Fextern%2Favr%2Feeprom.h This is meant to override a header in the standard Teensy library; it's possible the Arduino IDE is finding the standard one instead. Otherwise, you might not be able to fit all the apps... worst case scenario, leave several of the app flags commented out in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Arduino IDE 232. When compiling Phazerville 1.8. for Teensy 4.0 it fails with the message:
Compilation error: static assertion failed: EEPROM Allocation Exceeded .
For Teensy 4.1. it works, but unfotunately I have only 4.0 in my O_C.
Any Idea? Thanks
Beta Was this translation helpful? Give feedback.
All reactions