1. 27 Sep, 2022 2 commits
  2. 23 Sep, 2022 1 commit
  3. 21 Sep, 2022 1 commit
  4. 17 Nov, 2021 1 commit
  5. 12 Jul, 2021 1 commit
  6. 18 Dec, 2020 1 commit
  7. 30 Nov, 2020 2 commits
  8. 12 Oct, 2020 1 commit
  9. 05 Oct, 2020 1 commit
  10. 17 Aug, 2020 1 commit
  11. 27 Jul, 2020 1 commit
  12. 24 Jun, 2020 1 commit
  13. 04 Jun, 2020 4 commits
  14. 16 Mar, 2020 1 commit
  15. 04 Mar, 2020 2 commits
    • Matthijs Kooijman's avatar
      Add size regex for used RAM · 1857ccee
      Matthijs Kooijman authored
      This was previously omitted, causing arduino-builder to not report the
      amount of RAM used. This adds the regex, based on the regex used by AVR
      (omitting the .noinit section, which is not supported by the SAMD linker
      scripts).
      1857ccee
    • Matthijs Kooijman's avatar
      Fix flash size regex · f7b24ecf
      Matthijs Kooijman authored
      This regex would only look at the .text section, but the .data section
      (initialization values for global variables) also takes up space in
      flash.
      
      The regex is changed to match both sections. arduino-builder will then
      add together the values and show the sum to the user (this summing seems to
      have been supported at least since the introduction of arduino-builder,
      see: https://github.com/arduino/arduino-builder/commit/0802e27
      
      The regex format is copied from the AVR core, which already did the same
      (though AVR also includes a .bootloader section, which is not relevant
      here it seems, any bootloader is included in .text). This also copies
      the start-of-line ^ anchor to the regex, making the matching more
      accurate.
      f7b24ecf
  16. 24 Feb, 2020 6 commits
  17. 04 Feb, 2020 1 commit
  18. 09 Oct, 2019 1 commit
  19. 08 Jul, 2019 1 commit
  20. 01 Jul, 2019 1 commit
  21. 28 Jun, 2019 1 commit
    • Martino Facchin's avatar
      Fix commands for openocd 0.10.0 · eb629113
      Martino Facchin authored
      Fix bug introduced by 5704a06f
      Double/triple {} surrounding filenames are not needed on unix but are on Win.
      
      openocd 0.10.0 tcl interpreter (jimtcl) doesn't resolve curly braces recursively, while old did.
      
      By surrounding with just one curly brace 0.10.0 is happy
      
      Fixes #426 and #422
      eb629113
  22. 16 May, 2019 1 commit
  23. 19 Apr, 2019 1 commit
  24. 01 Apr, 2019 1 commit
  25. 27 Nov, 2018 1 commit
  26. 21 Nov, 2018 1 commit
  27. 16 Nov, 2018 1 commit
  28. 06 Sep, 2018 1 commit
  29. 04 Sep, 2018 1 commit
    • Martino Facchin's avatar
      TEMP: remove verification from bossacI tool · 7b6434aa
      Martino Facchin authored
      This completely removes the verification phase, speeding up the compile/upload/test cycle.
      The patch can be reverted if:
      * we release a new version of bootloader + VidorBoot combo where checksum is internally calculated by the FPGA
      * we patch bossac to avoid asking the checksum for locations over internal flash size
      7b6434aa