JR

Results 214 comments of JR

Thanks for your fast answer. I never wrote code for any Atom module so it may be a quite high threshold, but I will have a look at it. Any...

Ok. I dropped an issue / request for help to autocomplete-python, we will see if they could help. I would hope that in the best of cases it may be...

That would be amazing :) I really want to transition to these chips and having PlatformIO support them would be really great :) .

I have the board, I try and I let you know :)

I encounter some upload_port issues, see https://github.com/nigelb/platform-apollo3blue/issues/7 , I will keep you posted.

I can fix by hand the port issues, but then I bump in some Arduino.h missing header issues. Updated the issue there. I think this is specific to this core,...

Same issue here. Is there a way to go around this by adding some flags to platformio.ini or similar? :) I tried something like: ``` check_tool = cppcheck --skip-packages ```...

Btw, I can confirm that running in a platformio terminal: ``` $ pio check --skip-packages ``` works fine, but it seems to only check src, not the lib and include?...