Maximilian Gerhardt

Results 502 comments of Maximilian Gerhardt
trafficstars

@wjbuys I do work on PIO core 5 but the old platform.json file still references the manifest -- this is just ignored. I've published the missing `tool-openocd-w60x` package which will...

Just to update that this is not a dead project: I'm currently fixing up some packages, adding new boards (that have finally arrived so I can actually test them) and...

Hm weird, it displays the MAC but fails.. You reset the W600 chip into bootloader mode by connecting PA0 to GND and pressing reset, right? I haven't developed my w600...

There's two bootloaders on the device -- the one, low level, in the mask ROM, entered automatically by having PA0 pulled low during a reset, and then a second-stage bootloader...

The problem still persists when the library installed in `C:\PLIB\` though :(. ``` [platformio] default_envs = nucleo_l152re libdeps_dir = C:\PLIB\ [env:nucleo_l152re] platform = ststm32 board = nucleo_l152re framework = mbed...

The command for the `main_esp.cpp` is 1645 characters long and references a longcmd of a size of 245724 characters. Basically the library causes every possible include path for all each...

> Are you sure that ArduinoCore-nRF528x-mbedos can be used as a library without proper configuration? It's an mbed-os library which implements the Arduino HAL using mbed-os, see http://blog.janjongboom.com/2019/08/01/arduino-mbed.html > I've...

@valeros Another example of this problem has popped up in https://community.platformio.org/t/avr-g-error-createprocess-no-such-file-or-directory/12046/13?u=maxgerhardt, where compilation of a PlatformIO provided example project fails (https://github.com/platformio/platform-nordicnrf52/tree/master/examples/mbed-ble-thermometer). I am able to reproduce that error ``` arm-none-eabi-g++:...

@Barestos >avr-g++: error: CreateProcess: No such file or directory If you are using the AVR compiler you arent'c compiling for **ARM mbed** in which this problem was observed, so it...

>where I can only have like 400 .cpp.o files that can be linked together to a binary But PlatformIO also archives libraries together, to form a `.a` archive from multiple...