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 2021/07/28 07:21:06 UTC

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #4244: STM32G4: add support for CORDIC math accelerator

raiden00pl opened a new pull request #4244:
URL: https://github.com/apache/incubator-nuttx/pull/4244


   ## Summary
   
   - stm32g4: add CORDIC definitions
   - add upper-half CORDIC driver
   - stm32g4: add CORDIC driver
   
   ## Impact
   This PR introduce a new class of drivers - math accelerators.
   For now the upper-half CORDIC device is optimized for the ST hardware implementation (max 2 input parameters, max 2 output parameters, Q1.31 format), but it should be easily modified to support other vendors if needed.
   
   ## Testing
   Tested on nucleo-g431rb


-- 
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] acassis merged pull request #4244: STM32G4: add support for CORDIC math accelerator

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #4244:
URL: https://github.com/apache/incubator-nuttx/pull/4244


   


-- 
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