diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-19 21:49:36 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-19 21:49:36 +0200 |
commit | 2bb012d4cbff052ff186c82cc2269b2362118972 (patch) | |
tree | 24fe391ddc37a88dae958e039666be1e18e70c66 /LUFA/DoxygenPages/ChangeLog.txt | |
parent | 654baf7d609963cf25da328f2b3fc8ced0eaf68a (diff) | |
download | lufa-2bb012d4cbff052ff186c82cc2269b2362118972.tar.gz lufa-2bb012d4cbff052ff186c82cc2269b2362118972.tar.bz2 lufa-2bb012d4cbff052ff186c82cc2269b2362118972.zip |
Add stub functions to all board drivers, so that demos can be compiled with BOARD=NONE.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 16d3fe676..e48b50817 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -15,11 +15,13 @@ * - Library Applications: * - Added new Printer class bootloader * - Added new Mass Storage class bootloader + * - Added XMEGA support for class driver device demos (where applicable) * * <b>Changed:</b> * - Core: * - Updated the BUILD build system module to produce binary BIN files in addition to Intel HEX files * - Updated the Android Accessory Class to accept version 2 protocol devices (with version 1 functionality) + * - All board drivers now implement dummy functions and constants when BOARD is set to NONE * * <b>Fixed:</b> * - Core: |