diff options
| author | Simon John <817564+sej7278@users.noreply.github.com> | 2020-10-20 09:15:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 09:15:05 +0100 |
| commit | d664c9b6b22bdd1fc921a54a16ffc68048b51fd1 (patch) | |
| tree | d2f84b477f8a86e20431d52f6f6657aef78932d8 /HISTORY.md | |
| parent | e39a026014e1bd77cd82dd9d9e01d7807c59c9b9 (diff) | |
| parent | 37e757599abb3658d604a84bc6603997ebec5200 (diff) | |
Merge pull request #645 from kpfleming/use-cxx-for-linking-on-samd
Use C++ compiler when linking for SAMD-based boards
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Fix: Grab USB_PRODUCT and USB_MANUFACTURER from boards.txt for 32u4 boards (issue #594). - Fix: Show the configuration when ARDUINO_QUIET=0 - Fix: Travis build and bring Arduino IDE upto date +- Fix: Builds for SAMD-based boards use the C++ compiler for linking (issue #644). (https://github.com/kpfleming) - Tweak: Move chip erase flag from set_fuses to ispload to prevent sketch being nuked when setting fuses - Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278) - Tweak: Move non-standard-related items from CxxFLAGS_STD to CxxFLAGS (issue #523) (https://github.com/sej7278) |
