Add stub functions to all board drivers, so that demos can be compiled with BOARD=NONE.

This commit is contained in:
Dean Camera 2013-05-19 21:49:36 +02:00
parent 654baf7d60
commit 2bb012d4cb
4 changed files with 38 additions and 12 deletions

View file

@ -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: