Closed Benni77 closed 2 years ago
The problem with
'-D' '-DCM4_BINARY_START=0x08100000' '-
should be fixed in the latest dev version as discussed in https://github.com/platformio/builder-framework-arduino-core-mbed/issues/6#issuecomment-1155373617
The problem with
'-D' '-DCM4_BINARY_START=0x08100000' '-
should be fixed in the latest dev version as discussed in platformio/builder-framework-arduino-core-mbed#6 (comment)
Yes it works perfectly :) Thank you!
Configuration
Operating system: Manjaro Linux x86_64 5.14.21-2-MANJARO
PlatformIO Version (
platformio --version
): PlatformIO Core, version 5.3.0b5IDE: CLion 2021.3.4
Description of problem
Arduino.h
not found.Steps to Reproduce
portenta_h7_m7
Default
; CMake:portenta_h7_m7
Actual Results
Expected Results
Arduino.h
.If problems with PlatformIO Build System:
The content of
platformio.ini
, right after init:Source file to reproduce issue, right after init. Arduino.h file not found:
Additional info
portenta_h7_m7
by clicking the run button works!Update