You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/10/29 18:57:34 UTC

[GitHub] [mynewt-core] t3zeng opened a new issue #2704: TUD_DFU_DESC_LEN is never defined

t3zeng opened a new issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704


   There is a calculation for `CONFIG_TOTAL_LEN` inside `apache-mynewt-core/hw/usb/tinyusb/std_descriptors/src/std_descriptors.c` that makes use of `TUD_DFU_DESC_LEN` which doesn't seem to ever get defined anywhere. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] t3zeng commented on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
t3zeng commented on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-959168442


   Yep looks like that was my issue. Thanks! 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] t3zeng closed issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
t3zeng closed issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] t3zeng commented on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
t3zeng commented on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-954976841


   `
   #define CONFIG_TOTAL_LEN    (TUD_CONFIG_DESC_LEN + \
                                CFG_TUD_CDC * TUD_CDC_DESC_LEN + \
                                CFG_TUD_MSC * TUD_MSC_DESC_LEN + \
                                CFG_TUD_HID * TUD_HID_DESC_LEN + \
                                CFG_TUD_BTH * TUD_BTH_DESC_LEN + \
                                CFG_TUD_DFU * TUD_DFU_DESC_LEN(1) + \
                                0)`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer commented on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
kasjer commented on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-959091070


   It is defined in usbd.h


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] t3zeng commented on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
t3zeng commented on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-959168442






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer commented on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
kasjer commented on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-959091070


   It is defined in usbd.h


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] t3zeng commented on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
t3zeng commented on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-959168442


   Yep looks like that was my issue. Thanks! 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer edited a comment on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
kasjer edited a comment on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-959091070






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer edited a comment on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
kasjer edited a comment on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-959091070


   It is defined in usbd.h
   Probably newer tinyusb is needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer commented on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
kasjer commented on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-959091070






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] t3zeng closed issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
t3zeng closed issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] t3zeng closed issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
t3zeng closed issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer edited a comment on issue #2704: TUD_DFU_DESC_LEN is never defined

Posted by GitBox <gi...@apache.org>.
kasjer edited a comment on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-959091070


   It is defined in usbd.h
   Probably newer tinyusb is needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org