mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
Add some comments.
This commit is contained in:
@@ -370,6 +370,12 @@ FAR void *board_composite1_connect(int port)
|
||||
int epno;
|
||||
int i;
|
||||
|
||||
/* REVISIT: This configuration currently fails. stm32_epallocpma() fails
|
||||
* allocate a buffer for the 6th endpoint. Currenlty it supports 7x64 byte
|
||||
* buffers, two required for EP0, leaving only buffers for 5 additional
|
||||
* endpoints.
|
||||
*/
|
||||
|
||||
for (i = 0, epno = 1; i < 2; i++)
|
||||
{
|
||||
/* Ask the cdcacm driver to fill in the constants we didn't know here */
|
||||
|
||||
@@ -535,6 +535,12 @@ FAR void *board_composite1_connect(int port)
|
||||
int epno;
|
||||
int i;
|
||||
|
||||
/* REVISIT: This configuration currently fails. stm32_epallocpma() fails
|
||||
* allocate a buffer for the 6th endpoint. Currenlty it supports 7x64 byte
|
||||
* buffers, two required for EP0, leaving only buffers for 5 additional
|
||||
* endpoints.
|
||||
*/
|
||||
|
||||
for (i = 0, epno = 1; i < 2; i++)
|
||||
{
|
||||
/* Ask the cdcacm driver to fill in the constants we didn't know here */
|
||||
|
||||
@@ -373,6 +373,12 @@ FAR void *board_composite1_connect(int port)
|
||||
int epno;
|
||||
int i;
|
||||
|
||||
/* REVISIT: This configuration currently fails. stm32_epallocpma() fails
|
||||
* allocate a buffer for the 6th endpoint. Currenlty it supports 7x64 byte
|
||||
* buffers, two required for EP0, leaving only buffers for 5 additional
|
||||
* endpoints.
|
||||
*/
|
||||
|
||||
for (i = 0, epno = 1; i < 2; i++)
|
||||
{
|
||||
/* Ask the cdcacm driver to fill in the constants we didn't know here */
|
||||
|
||||
Reference in New Issue
Block a user