Maximilian Gerhardt
Maximilian Gerhardt
Related: https://github.com/platformio/platformio-core/issues/4056 Offending code: https://github.com/platformio/platformio-core/blob/b11925a9ecf0a1a2d094461095253006672de32a/platformio/builder/tools/piolib.py#L607-L617 Doesn't work with https://github.com/adafruit/Adafruit_nRFCrypto/blob/master/library.properties and [`src/cortex-m4/fpv4-sp-d16-hard/libnrf_cc310_0.9.13-no-interrupts.a`](https://github.com/adafruit/Adafruit_nRFCrypto/blob/master/src/cortex-m4/fpv4-sp-d16-hard/libnrf_cc310_0.9.13-no-interrupts.a)
I think another user just hit this in https://community.platformio.org/t/motionfx-library-compile-failed-under-the-pio-but-success-under-arduino-ide/37975/3?u=maxgerhardt: With ```ini [env:nucleo_f401re] platform = ststm32 board = nucleo_f401re framework = arduino lib_deps = stm32duino/STM32duino MotionFX @ ^1.1.0 ``` it does...
There's a test project at https://github.com/maxgerhardt/pio-portentax8, could you check it out?
This PR has conflicts and is a weird state, I'll reopen a new clean PR.
Replaced by #667.
This is still relevant as there are also missing changes in arv/pgmspace.h which cause popular libraries like IRremote to not compile by default: https://community.platformio.org/t/compile-errors-using-ws2812b-stm32-libmaple-include-errors-detected/31079/8?u=maxgerhardt
I indeed got feedback that the compiled firmware wasn't quite working, but it's incredibly hard to do remote diagnosis when you don't have the hardware. There are macros for MASTER...
This specific modified core isn't supported yet, however in any case, the issue should be moved to https://github.com/platformio/platform-espressif8266/issues and the issue template should be filled out properly. You left most...
There are tons of older binaries and toolchains which will likely not see recompilation for native Darwin ARM64 (think of: toolchain-atmelavr version 5.4.0), so I agree with the CEO there...