-
-
Notifications
You must be signed in to change notification settings - Fork 404
Comparing changes
Open a pull request
base repository: arduino/arduino-cli
base: master
head repository: arduino/arduino-cli
compare: 0.11.x
- 15 commits
- 56 files changed
- 9 contributors
Commits on Jun 17, 2020
-
[skip-changelog] I18n fetch language codes from transifex (#736)
* fetch available languages from transifex * fix documentation on i18n update * add documentation on contributing for i18n workflow
Configuration menu - View commit details
-
Copy full SHA for a05eced - Browse repository at this point
Copy the full SHA a05ecedView commit details -
[skip-changelog] Excluding some modules from code coverage analisys (#…
…737) This commits excludes: - generated files - i18n tooling for generating translations files that are not used in the final build of the cli.
Configuration menu - View commit details
-
Copy full SHA for a9ad6f7 - Browse repository at this point
Copy the full SHA a9ad6f7View commit details -
suceed -> succeed documentaiton -> documentation saerching -> searching plattform -> platform
Configuration menu - View commit details
-
Copy full SHA for cc8e2ca - Browse repository at this point
Copy the full SHA cc8e2caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3407ad4 - Browse repository at this point
Copy the full SHA 3407ad4View commit details -
Updated translation files (#743)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b83e05 - Browse repository at this point
Copy the full SHA 5b83e05View commit details -
[skip changelog] document the docs generation workflow (#738)
* [skip changelog] document the docs generation workflow * clarify how humans should not push to gh-pages * Apply suggestions from code review Co-authored-by: per1234 <accounts@perglass.com> Co-authored-by: per1234 <accounts@perglass.com>
Configuration menu - View commit details
-
Copy full SHA for 02f7b66 - Browse repository at this point
Copy the full SHA 02f7b66View commit details -
[skip changelog] Add Arduino CLI integration options documentation (#733
Configuration menu - View commit details
-
Copy full SHA for 8a5dbd0 - Browse repository at this point
Copy the full SHA 8a5dbd0View commit details -
[skip changelog] Make library location priority documentation more re…
…levant to Arduino CLI (#732) This section of the documentation was written with a focus on the Arduino IDE, and thus was not very friendly to Arduino CLI users.
Configuration menu - View commit details
-
Copy full SHA for 472dfec - Browse repository at this point
Copy the full SHA 472dfecView commit details -
Fixed IDE bundle detection (#730)
The portable condition was wrong (it checked for 'non-existance' instead of 'existance'). I've replaced all the conditions with the more readable path.Exist method.
Configuration menu - View commit details
-
Copy full SHA for ab55cb5 - Browse repository at this point
Copy the full SHA ab55cb5View commit details -
Fixed sketchbook+bootloader hex merger when bootloader is in bin form…
…at (#744) * Fixed skethbook+bootloader hex merger. Previous merger doesn't take into account .bin bootloaders and it may have problems if .hex data is not sorted by address. * output a merged sketch+bootloader bin file too * Replace logger with utils.LogIfVerbose Co-authored-by: Martino Facchin <m.facchin@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for 891e730 - Browse repository at this point
Copy the full SHA 891e730View commit details -
Removed automatic '--relax' hack for compiles on Atmega2560 MCU (#749)
This removes the --relax option, potentially producing slightly bigger code for the atmega2560. On the longer term, the AVR core should just add this option for all boards, but this is not currently the case yet because removing --relax also works around a gcc miscompilation (see arduino/ArduinoCore-avr#339). Close: #639
Configuration menu - View commit details
-
Copy full SHA for 3b18571 - Browse repository at this point
Copy the full SHA 3b18571View commit details -
add basic implementation of tab completion (#663)
* add basic implementation of bash completion * update cobra to 1.0.0 because of spf13/cobra#1048 * add support for zsh and fish, improved help messages * add flag ´--no-descriptions´ to disable automatic command description (for shells that supports it) * fix fish not supporting env variables with dash in the name * fixed zsh completion not working * revert "#compdef" patch * add check on --no-description flag add comments regarding "hacks" change Replacer with ReplaceAll (for readability) * add docs * Apply suggestions from code review fix typos and corrections Co-authored-by: per1234 <accounts@perglass.com> * forgot a space * fix fish docs * add test for completion Co-authored-by: per1234 <accounts@perglass.com>
Configuration menu - View commit details
-
Copy full SHA for 4a5330a - Browse repository at this point
Copy the full SHA 4a5330aView commit details -
Added external programmer support (#720)
* Added scaffolding for external programmer support * Added programmers extraction in arduino/cores module * Implemented programmers list command * Print upload command line in verbose mode * Added programmer option to compile command * External programmer implementation * Factored function runTool in upload This will turn out useful for burn-bootloader that requires to run two actions in a row ("erase" and "bootloader"). * Implemented burn-bootloader * Increased tracing log * Test fix * Added BurnBootloder action * Make the upload port parameter mandatory only when really needed * Fixed nil pointer exception when burning-bootloader * Added sanity check on upload parameters
Configuration menu - View commit details
-
Copy full SHA for ec44ad1 - Browse repository at this point
Copy the full SHA ec44ad1View commit details
Commits on Jun 25, 2020
-
[skip changelog] Add documentation for library components of the gRPC…
… interface (#692) * [skip changelog] Add documentation for library components of the gRPC interface Comments added to the .proto files are included in the generated gRPC interface documentation. * Correct documentation re: relative vs absolute paths provided by Library message fields Co-authored-by: Roberto Sora <r.sora@arduino.cc> * Use preferred "platform" term in gRPC interface documentation The official term is now "platform", rather than the previous ambiguous "core". Co-authored-by: Roberto Sora <r.sora@arduino.cc> * Fix formatting of gRPC interface documentation * Fix incorrect documentation for task_progress field of LibraryUninstall response * Document that library version is the key of the releases map * Update gRPC interface code comments Co-authored-by: Roberto Sora <r.sora@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for daf0878 - Browse repository at this point
Copy the full SHA daf0878View commit details -
[skip changelog] Document Arduino CLI's configuration methods (#748)
The ability to configure Arduino CLI via environment variables is only documented by a mention in the integration options article, which is not an obvious place to look for that information. Since this information didn't fit well in any of the existing pages, it makes sense to add a dedicated page, and add some documentation for the other two configuration methods as well. Although there is existing documentation for the other configuration methods elsewhere in the docs, it is missing some useful specifics, which wouldn't be appropriate to add there.
Configuration menu - View commit details
-
Copy full SHA for 0296f4d - Browse repository at this point
Copy the full SHA 0296f4dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...0.11.x