Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
This commit is contained in:
parent
e8570c4a37
commit
359fbfe14d
395 changed files with 9912 additions and 2756 deletions
|
@ -166,9 +166,12 @@
|
|||
* .Config =
|
||||
* {
|
||||
* .StreamingInterfaceNumber = 1,
|
||||
*
|
||||
* .DataINEndpointNumber = 1,
|
||||
* .DataINEndpointSize = 256,
|
||||
* .DataINEndpoint =
|
||||
* {
|
||||
* .Address = (ENDPOINT_DIR_IN | 1),
|
||||
* .Size = 64,
|
||||
* .Banks = 1,
|
||||
* },
|
||||
* },
|
||||
* };
|
||||
* \endcode
|
||||
|
@ -262,11 +265,18 @@
|
|||
* {
|
||||
* .Config =
|
||||
* {
|
||||
* .DataINPipeNumber = 1,
|
||||
* .DataINPipeDoubleBank = false,
|
||||
*
|
||||
* .DataOUTPipeNumber = 2,
|
||||
* .DataOUTPipeDoubleBank = false,
|
||||
* .DataINPipe =
|
||||
* {
|
||||
* .Address = (PIPE_DIR_IN | 1),
|
||||
* .Size = 64,
|
||||
* .Banks = 1,
|
||||
* },
|
||||
* .DataOUTPipe =
|
||||
* {
|
||||
* .Address = (PIPE_DIR_OUT | 2),
|
||||
* .Size = 64,
|
||||
* .Banks = 1,
|
||||
* },
|
||||
* },
|
||||
* };
|
||||
* \endcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue