<div dir="ltr"><div dir="ltr"></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 3, 2019 at 12:00 PM Michael Ring <<a href="mailto:mail@michael-ring.org">mail@michael-ring.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">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....<br>
    <p>Michael</p></div></blockquote><div><br></div><div>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).<br></div></div></div>