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: DynamicPerception/ArduinoAT90USB
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: USBSerial
Choose a base ref
...
head repository: DynamicPerception/ArduinoAT90USB
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 3,578 files changed
  • 2 contributors

Commits on Jun 18, 2013

  1. Merge pull request #5 from DynamicPerception/USBSerial

    USBSerial Changes
    thisdroneeatspeople committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    b25a629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    177e9ea View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    5ef1240 View commit details
    Browse the repository at this point in the history
  4. Update USBSerialClass.cpp

    Fixed a bug where the AT90USB would not enumerate after uploading firmware. Did this by disabling interrupts in the begin function by adding cli(); and changed the GlobalInterruptEnable(); to sei();
    LonghornEngineer committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    e2cf7fa View commit details
    Browse the repository at this point in the history
  5. * Fixing bug that caused the USB device to not be initialized after f…

    …irmware upload
    
    * Fixing problems where _doTasks was not called often enough to handle USB tasks properly
    thisdroneeatspeople committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    05c97b4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:DynamicPerception/ArduinoAT90USB

    Conflicts:
    	hardware/DynamicPerception/avr/cores/AT90USB/USBSerialClass.cpp
    thisdroneeatspeople committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    338c67a View commit details
    Browse the repository at this point in the history
  7. Changes to boards.txt and Bootloaders for AT90USB1287.

    Modified the bootloaders for the 1287 to fit in 4KB of space. Down from
    8KB. Changed the hfuse bits in the boards.txt to use 4K bootloaders
    instead of 8K.
    LonghornEngineer committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    88481f2 View commit details
    Browse the repository at this point in the history
  8. * Fixing issue where some code was attempted to be compiled even thou…

    …gh USE_USB_SERIAL was not defined
    thisdroneeatspeople committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    7275f0e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

  1. Big Bootloader Change

    Structure change to the bootloaders.
    
    All bootloaders now reference and use the version of LUFA that is in the
    core directory. Removed individual directories for boards. You now
    compile different versions of the bootloader by calling "make
    <insertboardname>". This allows different button and LED layouts to be
    changed without having to edit the source files.
    
    Adding boards to the bootloader is easier now. Just open BootloaderCDC.h
    and add a #elif defined for your board and then a make definition in the
    makefile.
    
    Reduced the size of the bootloader directory from 46MB to 276KB.
    LonghornEngineer committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    9d91629 View commit details
    Browse the repository at this point in the history
  2. Bootloader Structure Change and AT90usb64X

    Changed the structure of the bootloaders to make more sense. There are
    now default bootloaders. Added AT90usb64X support to bootloaders
    LonghornEngineer committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    5814cd3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from DynamicPerception/Bootloader-Changes

    Bootloader Structure Change and AT90usb64X
    LonghornEngineer committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    7d549d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff50f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5929d22 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2013

  1. * Moving some necessary defines from HardwareSerial.cpp to HardwareSe…

    …rial.h so that libraries using HardwareSerial will have TXC0 defined even if the make chooses to make the cpp file at a later point in compilation
    thisdroneeatspeople committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    1ff926f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from thisdroneeatspeople/master

    * Moving some necessary defines from HardwareSerial.cpp to HardwareSeria...
    thisdroneeatspeople committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    b84a7f4 View commit details
    Browse the repository at this point in the history
Loading