-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: DynamicPerception/ArduinoAT90USB
base: USBSerial
head repository: DynamicPerception/ArduinoAT90USB
compare: master
- 15 commits
- 3,578 files changed
- 2 contributors
Commits on Jun 18, 2013
-
Merge pull request #5 from DynamicPerception/USBSerial
USBSerial Changes
Configuration menu - View commit details
-
Copy full SHA for b25a629 - Browse repository at this point
Copy the full SHA b25a629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 177e9ea - Browse repository at this point
Copy the full SHA 177e9eaView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 5ef1240 - Browse repository at this point
Copy the full SHA 5ef1240View commit details -
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();
Configuration menu - View commit details
-
Copy full SHA for e2cf7fa - Browse repository at this point
Copy the full SHA e2cf7faView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 05c97b4 - Browse repository at this point
Copy the full SHA 05c97b4View commit details -
Merge branch 'master' of github.com:DynamicPerception/ArduinoAT90USB
Conflicts: hardware/DynamicPerception/avr/cores/AT90USB/USBSerialClass.cpp
Configuration menu - View commit details
-
Copy full SHA for 338c67a - Browse repository at this point
Copy the full SHA 338c67aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 88481f2 - Browse repository at this point
Copy the full SHA 88481f2View commit details -
* Fixing issue where some code was attempted to be compiled even thou…
…gh USE_USB_SERIAL was not defined
Configuration menu - View commit details
-
Copy full SHA for 7275f0e - Browse repository at this point
Copy the full SHA 7275f0eView commit details
Commits on Jun 19, 2013
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9d91629 - Browse repository at this point
Copy the full SHA 9d91629View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5814cd3 - Browse repository at this point
Copy the full SHA 5814cd3View commit details -
Merge pull request #6 from DynamicPerception/Bootloader-Changes
Bootloader Structure Change and AT90usb64X
Configuration menu - View commit details
-
Copy full SHA for 7d549d9 - Browse repository at this point
Copy the full SHA 7d549d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff50f6 - Browse repository at this point
Copy the full SHA 7ff50f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5929d22 - Browse repository at this point
Copy the full SHA 5929d22View commit details
Commits on Aug 9, 2013
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 1ff926f - Browse repository at this point
Copy the full SHA 1ff926fView commit details -
Merge pull request #7 from thisdroneeatspeople/master
* Moving some necessary defines from HardwareSerial.cpp to HardwareSeria...
Configuration menu - View commit details
-
Copy full SHA for b84a7f4 - Browse repository at this point
Copy the full SHA b84a7f4View 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 USBSerial...master