Closed ReneCanadian closed 3 months ago
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
Review changes with SemanticDiff.
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