Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codebndr/Ariadne-Bootloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: per1234/Ariadne-Bootloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ariadne
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 219 files changed
  • 2 contributors

Commits on May 10, 2015

  1. ATmega1284P support

    - 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.
    per1234 committed May 10, 2015
    Configuration menu
    Copy the full SHA
    0b25744 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. 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
    per1234 committed May 11, 2015
    Configuration menu
    Copy the full SHA
    b57de12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557d37d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

  1. Update avr_developers pins_arduino.h

    - Pinout correction
    - digitalPinToInterrupt()
    per1234 committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    fbaecec View commit details
    Browse the repository at this point in the history
  2. Rename utilities/test/fade to fail

    This makes it more clear what the purpose of this file is.
    per1234 committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    283f375 View commit details
    Browse the repository at this point in the history
  3. Remove useless files

    per1234 committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    fe60109 View commit details
    Browse the repository at this point in the history
  4. 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.
    per1234 committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    bf3724f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. 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) .
    per1234 committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    e9cb7db View commit details
    Browse the repository at this point in the history
  2. Change folder structure

    This makes installation easier by bundling the libraries. Test files
    moved to extras folder to be more in line with the libraries
    specification.
    per1234 committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    6e1d83a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Update README.md

    - Formatting
    - Instructions for enabling TFTP client in Windows
    - Troubleshooting section
    per1234 committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    0b86a3a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2015

  1. Configuration menu
    Copy the full SHA
    9a6db7b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2015

  1. Update README.md

    per1234 committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    e0e4ee6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2016

  1. 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.
    per1234 committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    da8c1ab View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. temporary commit

    per1234 committed May 27, 2016
    Configuration menu
    Copy the full SHA
    e535093 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Add contribution rules

    per1234 committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    ce0a5a2 View commit details
    Browse the repository at this point in the history
Loading