davids5 commented on PR #8992:
URL: https://github.com/apache/nuttx/pull/8992#issuecomment-1507202223

   Ok F1 is done. 
   
   I converted 2 boards. An F1 and and H7
   
   Know issue: OTGxx changes (that did not have a pin entry in board.h),  do 
not get displayed in the --report output.  This is caught by the compiler and 
is simple to fix
   
   
   ```
   /* OTG */
   
   #define GPIO_OTGFS_DM  (GPIO_OTGFS_DM_0  | GPIO_SPEED_100MHz)
   #define GPIO_OTGFS_DP  (GPIO_OTGFS_DP_0  | GPIO_SPEED_100MHz)
   #define GPIO_OTGFS_ID  (GPIO_OTGFS_ID_0  | GPIO_SPEED_100MHz)
   ```
   


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

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

Reply via email to