Fabio Silva

Results 11 comments of Fabio Silva

Hi @rcalcover. Thanks for looking into it.. I think you don't need `_ArduinoFakeInstanceGetter2(SPIClass, SPIClass)` in this case.. Also think that the implementation for `SPIClass::begin` and other static methods need to...

Hi.. How are you running it ? platformio cli or idea ? Can you please paste the output you get ?

@r89m, Thanks for looking into it.. that looks promising. The "fakeit/fakeit.hpp" file is just a directly copy of the the standalone version of https://github.com/eranpeer/FakeIt. We should be able to upgrade...

Thanks everyone.. PR https://github.com/FabioBatSilva/ArduinoFake/pull/37 got merged, will publish a new version next.

You trying to run the tests with ArduinoFake on a dev board ? This is mean to run on native platform (your desktop or ci)

Hi, I'm not planing on working on it, But I think it should be supported. But there are instructions here explaining how to make a PR adding support : https://github.com/FabioBatSilva/ArduinoFake/blob/master/CONTRIBUTING.md...

@wraybowling I mean something we should support. Yes, something that you or someone else interested can contribute following the example/doc i linked.

If you run with `--verbose` should get a bit more info `platformio test -e native -v` But the error is likely BC `Serial1` is not implemented. There are some some...

Hi, Might be something related to cpp 12. You might wanna start with one of the [examples](https://github.com/FabioBatSilva/ArduinoFake/tree/master/examples) and [-std=gnu++17](https://github.com/FabioBatSilva/ArduinoFake/blob/master/examples/wiring-blink/platformio.ini#L4C1-L4C27)

That sounds like a good idea.. Can't think of a good reason why that is there..