Raman
Raman
> Great! Thanks for this. How do you program it; is it possible to > program it through the Arduino IDE? Also, is there an Arduino Core Yes. I used...
> Yes, good plan. I'm thinking of getting a board so I can try it out. Super! :)
Sure. I'll do that. In the meanwhile, I just implemented the initial support for pin modes. Can you please check if the code is OK? The code (for LED1) below...
> The only thing you might want to add is a line in > checkanalogread(pin) and checkanalogwrite(pin) to specify which pins > can be used for analogue. Perfect! Thank you....
> There seem to be three variants of the board: Understand. I found a table (from the manual) indicating their differences. Here is a snip:  > Will your port...
Also, I notice that there's no way to select between the variants. The Arduino abstraction doesn't handle this. The microcontroller is the same across all variants. Just more credence that...
> The only thing you might want to add is a line in > checkanalogread(pin) and checkanalogwrite(pin) to specify which pins > can be used for analogue. I checked these...
Dear @xiaoxiang781216, Dear @acassis, Greetings! Many thanks for your suggestions. I have fixed them except the ones pertaining to CI. I read the Dockerfile. It is easy to understand but...
Dear @pkarashchenko, > [@ramangopalan](https://github.com/ramangopalan) where I can find avr32-gcc published? The 32-bit variant is at [1] and the 64-bit at [2]. I have used both of them. Currently, I use...
Dear All, I just implemented this but haven't tested it yet. Do you think this will work? ``` diff --git a/tools/ci/cibuild.sh b/tools/ci/cibuild.sh index 20c2858e..317b4211 100755 --- a/tools/ci/cibuild.sh +++ b/tools/ci/cibuild.sh @@...