mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-06-25 08:05:34 +02:00
Update manual pages to reference unfinished AVR32 port, add port status to the Future Changes page.
This commit is contained in:
parent
99a45fa97d
commit
d2ed97e34b
@ -20,13 +20,13 @@
|
|||||||
* - AT90USB647 (USB Host and Device)
|
* - AT90USB647 (USB Host and Device)
|
||||||
* - AT90USB1286 (USB Device Only)
|
* - AT90USB1286 (USB Device Only)
|
||||||
* - AT90USB1287 (USB Host and Device)
|
* - AT90USB1287 (USB Host and Device)
|
||||||
* - AT32UC3B0256 (EXPERIMENTAL)
|
* - AT32UC3B0256 (EXPERIMENTAL - see \ref Sec_AVR32Port)
|
||||||
*
|
*
|
||||||
* Currently supported Atmel boards:
|
* Currently supported Atmel boards:
|
||||||
* - AT90USBKEY
|
* - AT90USBKEY
|
||||||
* - ATAVRUSBRF01
|
* - ATAVRUSBRF01
|
||||||
* - EVK527
|
* - EVK527
|
||||||
* - EVK1101 (EXPERIMENTAL)
|
* - EVK1101 (EXPERIMENTAL - see \ref Sec_AVR32Port)
|
||||||
* - RZUSBSTICK
|
* - RZUSBSTICK
|
||||||
* - STK525
|
* - STK525
|
||||||
* - STK526
|
* - STK526
|
||||||
|
@ -27,13 +27,19 @@
|
|||||||
* This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible with
|
* This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible with
|
||||||
* all USB AVR models.
|
* all USB AVR models.
|
||||||
*
|
*
|
||||||
* \dir LUFA/Drivers/Peripheral/AVRU4U6U7
|
* \dir LUFA/Drivers/Peripheral/AVR8
|
||||||
* \brief AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 AVR model peripheral driver files.
|
* \brief 8-Bit AVR model peripheral driver files.
|
||||||
*
|
*
|
||||||
* This folder contains drivers for several of the AVR internal peripherals such as the USART, compatible only with
|
* This folder contains drivers for several of the AVR internal peripherals such as the USART and ADC, on supported
|
||||||
* the AT90USBXXX6, AT90USBXXX7 and ATMEGAXXU4 USB AVR models, such as the AT90USB1287. Its contents should <b>not</b> be
|
* 32-Bit AVR models. Its contents should <b>not</b> be included by the user application - the dispatch header file
|
||||||
* included by the user application - the dispatch header file located in the parent directory should be used
|
* located in the parent directory should be used instead.
|
||||||
* instead.
|
*
|
||||||
|
* \dir LUFA/Drivers/Peripheral/AVR32
|
||||||
|
* \brief 32-Bit AVR model peripheral driver files.
|
||||||
|
*
|
||||||
|
* This folder contains drivers for several of the AVR internal peripherals such as the USART and ADC, on supported
|
||||||
|
* 8-Bit AVR models. Its contents should <b>not</b> be included by the user application - the dispatch header file
|
||||||
|
* located in the parent directory should be used instead.
|
||||||
*
|
*
|
||||||
* \dir LUFA/Drivers/USB
|
* \dir LUFA/Drivers/USB
|
||||||
* \brief USB controller peripheral driver files.
|
* \brief USB controller peripheral driver files.
|
||||||
|
@ -33,7 +33,23 @@
|
|||||||
* -# Finish SideShow demo
|
* -# Finish SideShow demo
|
||||||
* -# Finish StandaloneProgrammer project
|
* -# Finish StandaloneProgrammer project
|
||||||
* - Ports
|
* - Ports
|
||||||
* -# AVR32 UC3B series microcontrollers
|
|
||||||
* -# Atmel ARM7 series microcontrollers
|
* -# Atmel ARM7 series microcontrollers
|
||||||
* -# Other (commercial) C compilers
|
* -# Other (commercial) C compilers
|
||||||
|
*
|
||||||
|
* \section Sec_AVR32Port AVR32 Port Status
|
||||||
|
* The following drivers have been ported:
|
||||||
|
* - Joystick Board Driver
|
||||||
|
* - Buttons Board Driver
|
||||||
|
* - LEDs 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
|
||||||
|
* - USB Driver
|
||||||
*/
|
*/
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
*
|
*
|
||||||
* <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b>
|
* <b>LUFA is donationware. For author and donation information, see \ref Page_Donating.</b>
|
||||||
*
|
*
|
||||||
* LUFA is an open-source USB library for the USB-enabled AVR microcontrollers, released under the MIT license. It supports
|
* LUFA is an open-source USB library for the USB-enabled AVR8 and AVR32 microcontrollers, released under the MIT license. It
|
||||||
* a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use, feature
|
* supports a large number of USB AVR models and boards (see \ref Page_DeviceSupport). It is designed to provide an easy to use,
|
||||||
* rich framework for the development of USB peripherals and hosts.
|
* feature rich framework for the development of USB peripherals and hosts.
|
||||||
*
|
*
|
||||||
* LUFA focuses on the microcontroller side of USB development only; it includes no host USB driver development facilities. While
|
* LUFA focuses on the microcontroller side of USB development only; it includes no host USB driver development facilities. While
|
||||||
* custom USB devices can be made with LUFA, the included demos all use the inbuilt OS drivers for each USB class for simplicity.
|
* custom USB devices can be made with LUFA, the included demos all use the inbuilt OS drivers for each USB class for simplicity.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user