ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.25k stars 392 forks source link

added 20 bit integral limits #935

Closed ReneCanadian closed 3 months ago

ReneCanadian commented 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

semanticdiff-com[bot] commented 3 months ago

Review changes with SemanticDiff.