Maximilian Gerhardt

Results 502 comments of Maximilian Gerhardt

Just `git clone` the project and then open the project in the VSCode [PIO Home page](https://docs.platformio.org/en/latest/home/index.html#welcome-project-manager) via "Open Project". Using the [project task](https://docs.platformio.org/en/latest/integration/ide/vscode.html#project-tasks) "Build" it should then start compiling.

The Arduino core is in an extremely primitive, early stage, in which the WiFi libraries are not yet linked in. The BL-IoT SDK package comes from [here](https://nutcracker.pine64.org/arduino/bl_iot_sdk_arduino/bl_iot_sdk_arduino_0.0.1.zip) as listed in...

> I built the libraries from https://github.com/bouffalolab/bl_iot_sdk.git Oh well, actually that could very well be the source of the error then. If you're taking the latest master branch of that,...

Oh yes, if you want PlatformIO to use the same toolchain, you need to make the compiler available to PlatformIO as a "package". You can read up on some of...

>This is a lot of work and may be out of my technical abilities. Also, the pine64 folks are reverse engineering the closed source blobs which could make using libwifi...

Thanks for the invite, and good work. It may make sense to create a Github organization like I have for the [GigaDevice Arduino core project](https://github.com/CommunityGD32Cores/) and create a Discord server...

Same as for https://community.platformio.org/t/code-inspection-not-returning-expected-result/21480/ ``` Error: Found a breaking defect 'syntax error' in C:\Users\Max\.platformio\packages\[email protected]\xtensa-esp32-elf\include\c++\5.2.0\bits\random.h:69 Please note: check results might not be valid! Try adding --skip-packages ```

And also the same for any ESP8266 project per [community topic](https://community.platformio.org/t/code-inspection-fails-at-96/21567) ``` Error: Found a breaking defect ‘syntax error’ in %userprofile%.platformio\packages\toolchain-xtensa\xtensa-lx106-elf\include\c++\4.8.2\bits\random.h:69 Please note: check results might not be valid! ```

The fact it can be **worked around** has been fixed by adding a `platformio.ini` instruction per https://github.com/platformio/platformio-docs/issues/217 --> https://docs.platformio.org/en/latest/projectconf/section_env_check.html#check-skip-packages. The fact that code inspection **fails** has not been fixed yet.

For integration into PlatformIO the toolchain is needed, but according to https://community.infineon.com/t5/AURIX/Compiler-for-AURIX-TriCore/td-p/315656?daysprune=-1 the toolchain they give out is for evaluation purposes only, for commercial purposes it needs to be "licensed...