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/05/06 10:02:43 UTC

[GitHub] [incubator-nuttx] ramangopalan opened a new pull request #3664: avr32dev1: Fix compilation problems for default configuration

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


   
   Firstly, many thanks for NuttX.
   
   ## Summary
   
   I am attempting to bring NuttX to the Mizar32 platform [1] designed by
   SimpleMachines, Italy. I checked arch/avr to see what is already
   supported. I am trying to evaluate the parts of code I can reuse for
   AT32UC3A0.
   
   I simply tried compiling the code with its default configuration. This
   PR fixes the compilation problems for avr32dev1.
   
   ## Impact
   
   Not applicable.
   
   ## Testing
   
   Unfortunately, I don't have an avr32dev1 kit. This PR doesn't
   introduce any new code. The bringup and initialize functions return OK for
   now.
   
   I noticed the PIN_MUX changes between AT32UC3B0256 and AT32UC3A0256
   (reference manual). Perhaps with UART1 pin specific (and clock)
   changes, I hope I can get `nsh' working on Mizar32 though.
   
   Please let me know if this acceptable OR if there's anything else I
   can do to help. Thanks.
   
   References:
   [1]: https://simplemachines.it/index.php/historical-projects/mizar-project
   
   


-- 
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 edited a comment on pull request #3664: avr32dev1: Fix compilation problems for default configuration

Posted by GitBox <gi...@apache.org>.
acassis edited a comment on pull request #3664:
URL: https://github.com/apache/incubator-nuttx/pull/3664#issuecomment-833562686


   @ramangopalan thank you for submitting these patches, they are fine. As @xiaoxiang781216 said, it should be nice if you can help us to integrate a AVR32 toolchain into our CI.
   BTW, there is also a low cost AT32UC3B0256 here: https://aliexpress.com/item/1005001590505698.html


-- 
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] btashton commented on pull request #3664: avr32dev1: Fix compilation problems for default configuration

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


   > @ramangopalan thank you for submitting these patches, they are fine. As @xiaoxiang781216 said, it should be nice if you can help us to integrate an AVR32 toolchain into our CI.
   
   Microchip never upstreamed there avr32 support so the gcc super old and is behind a login wall which makes it really unfriendly to include in CI which is why we had avoided it. 


-- 
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 #3664: avr32dev1: Fix compilation problems for default configuration

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


   > > @ramangopalan thank you for submitting these patches, they are fine. As @xiaoxiang781216 said, it should be nice if you can help us to integrate an AVR32 toolchain into our CI.
   > 
   > Microchip never upstreamed there avr32 support so the gcc super old and is behind a login wall which makes it really unfriendly to include in CI which is why we had avoided it.
   
   @btashton Raman pointed me these 32-bit and 64-bit toolchain that doesn't need login to download:
   
   http://www.atmel.com/images/avr32-gnu-toolchain-3.4.2.435-linux.any.x86.tar.gz
   http://www.atmel.com/Images/avr32-gnu-toolchain-3.4.2.435-linux.any.x86_64.tar.gz
   
   Maybe we can use it


-- 
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] xiaoxiang781216 commented on pull request #3664: avr32dev1: Fix compilation problems for default configuration

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


   Maybe, you can provide new PR to enable avr32dev1 with daily CI:
   https://github.com/apache/incubator-nuttx/blob/master/tools/ci/testlist/other.dat#L4-L5
   to avoid the build break in the future.


-- 
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 #3664: avr32dev1: Fix compilation problems for default configuration

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


   @ramangopalan thank you for submitting these patches, they are fine. As @xiaoxiang781216 it should be nice if you can help us to integrate a AVR32 toolchain into our CI.
   BTW, there is also a low cost AT32UC3B0256 here: https://aliexpress.com/item/1005001590505698.html


-- 
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] ramangopalan commented on pull request #3664: avr32dev1: Fix compilation problems for default configuration

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


   
   Hi,
   
   > to avoid the build break in the future.
   
   Fully understand. Thank you. I will keep this in mind.
   


-- 
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 edited a comment on pull request #3664: avr32dev1: Fix compilation problems for default configuration

Posted by GitBox <gi...@apache.org>.
acassis edited a comment on pull request #3664:
URL: https://github.com/apache/incubator-nuttx/pull/3664#issuecomment-833562686


   @ramangopalan thank you for submitting these patches, they are fine. As @xiaoxiang781216 said, it should be nice if you can help us to integrate an AVR32 toolchain into our CI.
   BTW, there is also a low cost AT32UC3B0256 here: https://aliexpress.com/item/1005001590505698.html


-- 
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 #3664: avr32dev1: Fix compilation problems for default configuration

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


   


-- 
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] ramangopalan commented on pull request #3664: avr32dev1: Fix compilation problems for default configuration

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


   
   > @ramangopalan thank you for submitting these patches, they are
   > fine. As @xiaoxiang781216 said, it should be nice if you can help us
   > to integrate an AVR32 toolchain into our CI.
   
   Hello Alan. Thank you. Sure. I will help with it. I will touch it once
   I have something running on Mizar32.
   
   > https://aliexpress.com/item/1005001590505698.html
   
   Perfect! :) I will get one very soon. Thanks again.


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