-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'avr/cores/MCUdude_corefiles/' changes from 278334f48..0d56e…
…cc53 0d56ecc53 Use template based functions for radians() and degrees() by default a9ade41df Use template functions instead of macros by default This will make it possible to use the previous "typeof" macros outside functions and structures b811cd119 Use template based min/max functions by default 5ddffca3f Reorder hardware serial macros ... to ensure no poisoned macros are being used 21b32d156 Add support for AVR 5 and 9 series 88a427b0f Add support for AVR 5 and 9 series 54808586e Reorder macro checking To prevent GCC poison error on when compiling for ATmega165 b1703a37e Initial support for AVR ATmega 5 and 9-series ATmega165/325/645, ATmega3250/6450, ATmega169/239/649, ATmega3290/6490 6b36d8f1a Fix typo More detals here: arduino/ArduinoCore-avr#466 ecb12fa46 Add GCC printf formatting checks git-subtree-dir: avr/cores/MCUdude_corefiles git-subtree-split: 0d56ecc539d7047899835fdc040d8748c3afc564
- Loading branch information
Showing
7 changed files
with
278 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.