- 27 Sep, 2022 2 commits
-
-
Andrea Cannistrà authored
-
Andrea Cannistrà authored
-
- 23 Sep, 2022 1 commit
-
-
Dario Gogliandolo authored
-
- 21 Sep, 2022 1 commit
-
-
Dario Gogliandolo authored
-
- 17 Nov, 2021 1 commit
-
-
Arturo Rinaldi authored
-
- 12 Jul, 2021 1 commit
-
-
Andrea Cannistrà authored
-
- 18 Dec, 2020 1 commit
-
-
Arturo Rinaldi authored
-
- 30 Nov, 2020 2 commits
-
-
Arturo Rinaldi authored
-
Arturo Rinaldi authored
-
- 12 Oct, 2020 1 commit
-
-
Arturo Rinaldi authored
-
- 05 Oct, 2020 1 commit
-
-
Alexander Entinger authored
-
- 17 Aug, 2020 1 commit
-
-
Martino Facchin authored
-
- 27 Jul, 2020 1 commit
-
-
Alexander Entinger authored
-
- 24 Jun, 2020 1 commit
-
-
Martino Facchin authored
-
- 04 Jun, 2020 4 commits
-
-
Cristian Maglie authored
When the .elf is used as input, OpenOCD overwrites the bootloader. This behaviour does not happen using the .hex format.
-
rsora authored
-
rsora authored
-
rsora authored
-
- 16 Mar, 2020 1 commit
-
-
Alexander Entinger authored
-
- 04 Mar, 2020 2 commits
-
-
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).
-
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.
-
- 24 Feb, 2020 6 commits
-
-
Cristian Maglie authored
-
rsora authored
-
rsora authored
-
rsora authored
-
rsora authored
-
Cristian Maglie authored
-
- 04 Feb, 2020 1 commit
-
-
Riccardo Rizzo authored
-
- 09 Oct, 2019 1 commit
-
-
Martino Facchin authored
-
- 08 Jul, 2019 1 commit
-
-
Martino Facchin authored
Maintenance release to add Nano33IoT drivers
-
- 01 Jul, 2019 1 commit
-
-
Martino Facchin authored
-
- 28 Jun, 2019 1 commit
-
-
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
-
- 16 May, 2019 1 commit
-
-
Martino Facchin authored
-
- 19 Apr, 2019 1 commit
-
-
Martino Facchin authored
-
- 01 Apr, 2019 1 commit
-
-
Sandeep Mistry authored
-
- 27 Nov, 2018 1 commit
-
-
Martino Facchin authored
-
- 21 Nov, 2018 1 commit
-
-
Martino Facchin authored
-
- 16 Nov, 2018 1 commit
-
-
Martino Facchin authored
-
- 06 Sep, 2018 1 commit
-
-
Martino Facchin authored
-
- 04 Sep, 2018 1 commit
-
-
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
-