On Mon, Jun 3, 2019 at 12:00 PM Michael Ring <m...@michael-ring.org> wrote:

> Last question: Is avr6 the only subarch that has enough memory for
> enabling strings? I am a Noob when it comes to avr, but I guess there
> should be more subarchs that have more memory, I today saw some ATTINY
> Chips with 32kB of Flash....
>
> Michael
>

One could enable extra string functionality (at least ansistring) for avr5
and avr51. It doesn't add to the final compiled size if one doesn't use the
functionality.  It does pull in a substantial amount of code once you start
using it (2 - 4 KB in a very simple test, depends of course on the number
of different types of string conversions).
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to