SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flash

This commit is contained in:
Gregory Nutt
2013-09-06 13:07:29 -06:00
parent d361bce93a
commit 8912bcb1ea
13 changed files with 362 additions and 98 deletions
+2
View File
@@ -5512,4 +5512,6 @@
* net/uip/uip_tcpbacklog.c: Fix a major bug in the TCP/IP backlog
initialization: Only the first backlog buffer was getting added
to the free list. From Max Holtzberg (2013-9-6).
* configs/sama5d3x-ek/demo: Add support for USB MSC device on the
AT25 serial FLASH (untested) (2013-9-6).