From: arighi Date: Thu, 30 Sep 2010 10:18:55 +0000 (+0000) Subject: USB: unify endpoints' TX and RX buffers X-Git-Tag: 2.6.0~26 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=8afdfcae79f9b5512f54232b80a67fc4d789f47e;hp=8afdfcae79f9b5512f54232b80a67fc4d789f47e;p=bertos.git USB: unify endpoints' TX and RX buffers According to the USB standard a USB endpoint can carry data in only one direction, either from the host computer to the device (OUT endpoint) or from the device to the host computer (IN endpoint). So there is no reason to use distinct buffers for trasnmit and receive. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4375 38d2e660-2303-0410-9eaa-f027e97ec537 ---