You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Squashed 'avr/cores/MCUdude_corefiles/' changes from d6d417b..9108614
9108614 Fix issue with PWM on pin D2 with 328PB This kinda ugly fix is necessary to get PWM working properly when using timer3b or timer4b on ATmega328PB. It's strange, but the PWM functionality gets disabled when PORTD bit 2 is set to zero
2245d4c Merge branch 'master' of https://github.com/MCUdude/MCUdude_corefiles
47ce3a3 Add support for the new *PB variants
903e61b Merge pull request #9 from per1234/test-mightycore
9df002b Update MightyCore core folder name
75464f9 Fix typos in .travis.yml comments
a4026bc Update README.md
090c9de Merge pull request #8 from per1234/test-minicore
6c244c7 Merge pull request #7 from per1234/fix-travis
ea9f095 Test against MiniCore
57a3c9a Update MajorCore core folder name in .travis.yml
git-subtree-dir: avr/cores/MCUdude_corefiles
git-subtree-split: 91086148c25fc02bc148374ed180ead001b2d9d7
Copy file name to clipboardExpand all lines: .travis.yml
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@ install:
24
24
- set_application_folder "$APPLICATION_FOLDER"
25
25
- set_sketchbook_folder "$SKETCHBOOK_FOLDER"
26
26
27
-
# The oldest version of the Aruino IDE that MightyCore's platform.txt is compatible with is 1.6.2 but that IDE version has a bug that interferes with other installations of the IDE so I'm starting from 1.6.3
27
+
# The oldest version of the Arduino IDE that MightyCore's platform.txt is compatible with is 1.6.2 but that IDE version has a bug that interferes with other installations of the IDE so I'm starting from 1.6.3
This repo contains the Arduino corefiles used with [MightyCore](https://github.com/MCUdude/MightyCore), [MegaCore](https://github.com/MCUdude/MegaCore) and [MajorCore](https://github.com/MCUdude/MightyCore).
4
+
This repo contains the Arduino corefiles used with [MightyCore](https://github.com/MCUdude/MightyCore), [MegaCore](https://github.com/MCUdude/MegaCore), [MiniCore](https://github.com/MCUdude/MiniCore) and [MajorCore](https://github.com/MCUdude/MightyCore).
0 commit comments