1. 15 Oct, 2020 1 commit
  2. 10 Sep, 2020 8 commits
  3. 07 Sep, 2020 12 commits
  4. 20 Aug, 2020 1 commit
  5. 07 Apr, 2020 6 commits
  6. 14 Oct, 2019 1 commit
  7. 13 Oct, 2019 1 commit
    • Spence Konde (aka Dr. Azzy)'s avatar
      Correct size output for const variables · 8693a23f
      Spence Konde (aka Dr. Azzy) authored
      avr-size reports const variables in .rodata. 
      recipe.size.regex did not check .rodata when totaling up flash usage. This would result in the reported size of the sketch not including variables that were declared const; it was possible to make a sketch that did not fit in the flash, but where this wasn't detected until it got to avrdude during the upload process, and avrdude dutifully reported that it was trying to write to addresses that were out of range. 
      
      See the big discussion over here when I encountered this in megaTinyCore (and @MCUdude discovered that this happened on the official megaavr boards too) https://github.com/SpenceKonde/megaTinyCore/issues/95
      8693a23f
  8. 17 Sep, 2019 3 commits
  9. 16 Sep, 2019 6 commits
  10. 11 Sep, 2019 1 commit