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/04/06 12:50:47 UTC

[GitHub] [incubator-nuttx] saramonteiro opened a new pull request #3452: risc-v/esp32-c3: Regactors and fixes issues on serial driver.

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


   ## Summary
   
   This PR:
   
   - [ x] Fixes gargabe UART issue in non console serial.
   - [ x] Refactors serial driver, improving its organization.
   - [ x] Changes default pins of UART 1
   - [ x]  Fixes low baud rate issue.
   
   ## Impact
   
   All serial driver users on ESP32-C3.
   Now we shouldn't have gargabe in the beginning of a transmission from a serial that is not console.
   We are also able to configure low baud rates.
   
   ## Testing
   
   - [x] I performed several tests sending data from a non console serial (UART 0 and 1) and checked using both linux terminal and Logic Analyzer.
   - [x] I tested both serials working from 4800 bps up to 115200.
   - [x] All these previous tests were using the new default pins.
   


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



[GitHub] [incubator-nuttx] acassis merged pull request #3452: risc-v/esp32-c3: Refactors and fixes issues on serial driver.

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


   


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



[GitHub] [incubator-nuttx] acassis commented on pull request #3452: risc-v/esp32-c3: Refactors and fixes issues on serial driver.

Posted by GitBox <gi...@apache.org>.
acassis commented on pull request #3452:
URL: https://github.com/apache/incubator-nuttx/pull/3452#issuecomment-814178693


   Thank you Sara! Happy birthday!


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