-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: codebndr/Ariadne-Bootloader
base: master
head repository: per1234/Ariadne-Bootloader
compare: ariadne
- 15 commits
- 219 files changed
- 2 contributors
Commits on May 10, 2015
-
- ATmega1284P support bootloader modifications based on https://github.com/arjenhiemstra/SEM-Bootloader - Add the 3 common ATmega1284P pinouts in 16Mhz full swing and low power and internal 8Mhz configuration. - more-boards.txt contains the additional boards for the Arduino IDE 1.0.,x version to avoid adding too many entries to the Tools > Board menu.
Configuration menu - View commit details
-
Copy full SHA for 0b25744 - Browse repository at this point
Copy the full SHA 0b25744View commit details
Commits on May 11, 2015
-
Correct atmega2560 boot flash section size
The atmega2560 size in Makefile was set to 4096 words but the bootloader is 3844 bytes so it will fit in a 2048 word boot flash section. - Makefile corrected. - make new Mega 2560 bootloader - update high_fuses value in boards.txt
Configuration menu - View commit details
-
Copy full SHA for b57de12 - Browse repository at this point
Copy the full SHA b57de12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 557d37d - Browse repository at this point
Copy the full SHA 557d37dView commit details
Commits on Sep 10, 2015
-
Update avr_developers pins_arduino.h
- Pinout correction - digitalPinToInterrupt()
Configuration menu - View commit details
-
Copy full SHA for fbaecec - Browse repository at this point
Copy the full SHA fbaececView commit details -
Rename utilities/test/fade to fail
This makes it more clear what the purpose of this file is.
Configuration menu - View commit details
-
Copy full SHA for 283f375 - Browse repository at this point
Copy the full SHA 283f375View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe60109 - Browse repository at this point
Copy the full SHA fe60109View commit details -
NOBLINK, NOTSHIELD, correct SS pins for 1284P
- Ability to disable bootloader blink - Ability to disable SD SS pin state change - Standard Ethernet Shield(and Ethernet library) W5100 and SD SS pins for all ATmega1284P variants - Remove all ATmega1284P variants except for avr_developers. This is the only variant with a license so until I can get licenses for the others Mighty 1284P will need to be installed to add support for those boards. - Update documentation NOTE: For some reason using 57600 baud rate for ATmega1284P 8MHz causes serial upload not to work. They will only work with 115200 baud rate. this forced me to make separate 8MHz boards entries in more-boards.txt instead of being able to add a 8MHz option to the Clock custom menu and using the 16MHz bootloader file at 57600.
Configuration menu - View commit details
-
Copy full SHA for bf3724f - Browse repository at this point
Copy the full SHA bf3724fView commit details
Commits on Oct 2, 2015
-
Add 8MHz Internal section to the Clock Menu documentation
I had removed this from the documentation when I separated all the 8MHz boards into separate boards.txt entries(because doing the half speed trick didn't work for ATmega1284P) but then I changed the ATmega328P boards back to having an 8MHz Internal clock option(because I realized that they do work) .
Configuration menu - View commit details
-
Copy full SHA for e9cb7db - Browse repository at this point
Copy the full SHA e9cb7dbView commit details -
This makes installation easier by bundling the libraries. Test files moved to extras folder to be more in line with the libraries specification.
Configuration menu - View commit details
-
Copy full SHA for 6e1d83a - Browse repository at this point
Copy the full SHA 6e1d83aView commit details
Commits on Oct 29, 2015
-
- Formatting - Instructions for enabling TFTP client in Windows - Troubleshooting section
Configuration menu - View commit details
-
Copy full SHA for 0b86a3a - Browse repository at this point
Copy the full SHA 0b86a3aView commit details
Commits on Nov 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9a6db7b - Browse repository at this point
Copy the full SHA 9a6db7bView commit details
Commits on Nov 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e0e4ee6 - Browse repository at this point
Copy the full SHA e0e4ee6View commit details
Commits on Feb 28, 2016
-
NetEEPROM: Add library.properties
A completely different NetEEPROM library was added to Library Manager so a unique library.properties name value for the Ariadne NetEEPROM library is necessary to avoid spurious updatable library notifications.
Configuration menu - View commit details
-
Copy full SHA for da8c1ab - Browse repository at this point
Copy the full SHA da8c1abView commit details
Commits on May 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e535093 - Browse repository at this point
Copy the full SHA e535093View commit details
Commits on Jan 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ce0a5a2 - Browse repository at this point
Copy the full SHA ce0a5a2View 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...ariadne