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 2020/02/28 19:34:56 UTC

[GitHub] [incubator-nuttx] adamfeuer opened a new pull request #401: Fix/sama5d2 serial console

adamfeuer opened a new pull request #401: Fix/sama5d2 serial console
URL: https://github.com/apache/incubator-nuttx/pull/401
 
 
   ### Summary
   
   * fix for SAMA5D2 serial console
   * authored by Takeyoshi Kikuchi <ki...@centurysys.co.jp>
   
   ### Impact
   
   * None if you don't use the SAMA5D2 or SAMA5D4 chip
   * Makes the SAMA5D2 serial console work
   * Probably makes the SAMA5D4 AIC redirection work (see details)
   
   ### Limitations / TODO
   
   * May enable other peripherals to work, this hasn't been verified
   
   ### Detail
   
   * Some of the offsets in the memory map needed to be corrected
   * The AIC Interrupt Redirection Key needed to be changed for the SAMA5D2 and SAMA5D4, as per the datasheets. The Atmel Software code examples appear to be wrong, as they don't match the datasheets (and the AIC key from there doesn't work).
   
   ### Testing
   
   * Minimal manual testing — compiled and verified that the serial console on UART1 (DBGU connector) works
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo merged pull request #401: Fix/sama5d2 serial console

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #401: Fix/sama5d2 serial console
URL: https://github.com/apache/incubator-nuttx/pull/401
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services