You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/19 07:39:57 UTC

[GitHub] [incubator-nuttx] yangxuan8282 opened a new pull request, #6880: arch/arm/src/stm32f7/stm32_otghost.c: fix undeclared ret

yangxuan8282 opened a new pull request, #6880:
URL: https://github.com/apache/incubator-nuttx/pull/6880

   I try to enable otgfs on stm32f7 boards, but got some issues,
   one of them is undeclared `ret` in arch/arm/src/stm32f7/stm32_otghost.c.
   To get nuttx compile with otgfs enabled on stm32f7, need also edit 
   other files.
   
   ## Summary
   
   Similar to this issues on stm32h7: https://github.com/apache/incubator-nuttx/commit/fa713c09e8acb9ce0ec8f02cc5a706216e71015a
   
   ## Impact
   
   No impact is expected.
   
   ## Testing
   
   This changes was tested on compile with `nucleo-144:f746-nsh` config file.


-- 
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@nuttx.apache.org

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


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6880: arch/arm/src/stm32f7/stm32_otghost.c: fix undeclared ret

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #6880:
URL: https://github.com/apache/incubator-nuttx/pull/6880


-- 
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@nuttx.apache.org

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