From 5c5a93686b7e8985872ed451f53933f5303eba1c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 18 Nov 2016 19:51:01 +0100 Subject: [PATCH] atusb/fw: update changelog for 0.3 firmware release Update changes that come with the new release. --- atusb/fw/include/atusb/ep0.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atusb/fw/include/atusb/ep0.h b/atusb/fw/include/atusb/ep0.h index 4f99b20..dd76d8d 100644 --- a/atusb/fw/include/atusb/ep0.h +++ b/atusb/fw/include/atusb/ep0.h @@ -24,6 +24,9 @@ * 0.1 addition of ATUSB_TEST * 0.2 First public release * 0.3 ATUSB_EUI64_READ/WRITE for permanent EUI64 handling + * Support to run the firmware on Atmel Raven USB dongles + * Remove FCS frame check from firmware and leave it to the driver + * Use extended operation mode for TX for automatic ACK handling */ #define EP0ATUSB_MAJOR 0 /* EP0 protocol, major revision */