mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports.
Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version.
This commit is contained in:
@@ -41,13 +41,14 @@
|
||||
* - Joystick Board Driver
|
||||
* - Buttons Board Driver
|
||||
* - LEDs Board Driver
|
||||
* - Simple Scheduler
|
||||
* - Temperature Board Driver
|
||||
*
|
||||
* The following drivers have been partially ported:
|
||||
* - SPI Peripheral Driver
|
||||
*
|
||||
* The following drivers have not yet been ported:
|
||||
* - Dataflash Board Driver
|
||||
* - Temperature Board Driver
|
||||
* - Serial Peripheral Driver
|
||||
* - ADC Peripheral Driver
|
||||
* - TWI Peripheral Driver
|
||||
|
||||
Reference in New Issue
Block a user