Added new RingBuffer_Peek() function to the lightweight ring buffer headers.

This commit is contained in:
Dean Camera 2010-12-12 16:39:46 +00:00
parent 8a7351c760
commit b67f9f3669
5 changed files with 35 additions and 0 deletions

View file

@ -13,6 +13,7 @@
* - Library Applications:
* - Added new incomplete MIDIToneGenerator project
* - Added ability to write protect Mass Storage disk write operations from the host OS
* - Added new RingBuffer_Peek() function to the lightweight ring buffer headers
*
* <b>Changed:</b>
* - Core:

View file

@ -34,6 +34,7 @@
* -# Finish StandaloneProgrammer project
* -# Arduino Uno compatible USB-MIDI, USB-HID
* -# Make Webserver project work in RNDIS device mode
* -# Make rescue clock always active on U4, U6 and U7 targets in AVRISP-MKII Clone project
* - Ports
* -# AVR32 UC3B series microcontrollers
* -# Atmel ARM7 series microcontrollers