Patrick José Pereira

Results 408 comments of Patrick José Pereira

Hello @polarathene , until now only the compile process was tested and I don't have a Arduino due to check if the upload is working. Its possible for you to...

@polarathene The commit come from: [arm_core](https://github.com/patrickelectric/arduide/tree/arm_core). You can build with the same steps without problems. If you need help, just go to: IRC #arduide

I got the same problem over ssh, not sure if related

It was add on https://github.com/paperclip-rs/paperclip: [CHANGELOG](https://github.com/paperclip-rs/paperclip/blob/61a5d19/CHANGELOG.md#added)

Hey, is there any update related to it ? Or any possible deadline/version release with this feature ?

@truell20, there is a branch for AVR or instructions to use Fido with it ?

It's possible to change _std::vector_ to _std::array_ in the project ? The array template is easier to implement than the vector in embedded systems.

@truell20 and @joshuagruenstein, take a look [here](https://github.com/maniacbug/StandardCplusplus). I compile this `vector< vector > input = { {1}, {2}, {5}, {6} };` without problems.