Skip to content
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

added 20 bit integral limits #935

Conversation

ReneCanadian
Copy link
Contributor

@ReneCanadian ReneCanadian commented Jul 29, 2024

This PR is supposed to bring support for compiling ETL using the -mlarge flag for MSP430 devices. The flag results in using 20 bit pointers instread of 16 bit. This allows for accessing more memory and creating larger program. This Fixes #913

Copy link

Review changes with SemanticDiff.

@jwellbelove jwellbelove changed the base branch from master to pull-request/#935-added-20-bit-integral-limits July 29, 2024 09:44
@jwellbelove jwellbelove merged commit bf56dcf into ETLCPP:pull-request/#935-added-20-bit-integral-limits Jul 30, 2024
63 checks passed
jwellbelove pushed a commit that referenced this pull request Jul 30, 2024
…velopment

# Conflicts:
#	support/Release notes.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supporting -mlarge compilation for MSP430
2 participants