.. |
AVRISP-MKII
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
Benito
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
HIDReportViewer
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
LEDNotifier
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
MIDIToneGenerator
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
Magstripe
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
MediaController
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
MissileLauncher
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
RelayBoard
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
SerialToLCD
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
TempDataLogger
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
USBtoSerial
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
Webserver
|
Add CPPCheck supression in the Webserver project, as the latest CPPCheck development code appears to falsely warn on the global uip_len variable when it is tested multiple times.
|
2012-09-22 12:30:37 +00:00 |
XPLAINBridge
|
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
|
2012-09-17 21:00:59 +00:00 |
makefile
|
Use immediate variable expansion in the second-deepest level makefile scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable.
|
2012-07-14 23:04:37 +00:00 |