-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exceeding program memory on the arduino uno #69
Comments
yes supported which language and hardware settings do you use?Sent from my iPhoneOn Oct 29, 2024, at 6:30 PM, Oriebugg ***@***.***> wrote:
Is the Arduino Uno r3 still supported ? I've tried flashing basic1 onto my Uno but the IDE says it exceeds the program memory by 119%
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hi, just a few hints here. In version 1 all language settings are at the beginning of the .ino file.
#undef BASICFULL
#undef BASICINTEGER
#define BASICSIMPLE
#undef BASICMINIMAL
#undef BASICSIMPLEWITHFLOAT
#undef BASICTINYWITHFLOAT
An UNO runs with BASICSIMPLE, which is an integer BASIC.
In addition to this setting, I recommend USEPICOSERIAL in hardware-arduino.h.
I corrected the default settings in the repository.
… On 29. Oct 2024, at 18:30, Oriebugg ***@***.***> wrote:
Is the Arduino Uno r3 still supported ? I've tried flashing basic1 onto my Uno but the IDE says it exceeds the program memory by 119%
—
Reply to this email directly, view it on GitHub <#69>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACSY56HC3UVP3XSCZJDLWCDZ57A4DAVCNFSM6AAAAABQ2MFLYWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZDCOJRGYYTMMQ>.
You are receiving this because you are subscribed to this thread.
|
Hi! Thank you so much for your reply. I got it working now!! If I may ask, what's picoserial? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the Arduino Uno r3 still supported ? I've tried flashing basic1 onto my Uno but the IDE says it exceeds the program memory by 119%
The text was updated successfully, but these errors were encountered: