Maximilian Gerhardt

Results 143 issues of Maximilian Gerhardt

I've put my device into USB bootloader mode and I've previously installed libusb-win32 drivers via Zadig. When I try to upload the firmware I get ``` >python -m ch55xtool -f...

As per #49 and #39 the instructions for Windows are not working as of now. I've left a comment in #49 on how I got it working. Pelase update the...

The datasheet and [reference manual](https://github.com/bouffalolab/bl_docs/blob/main/BL602_RM/en/RST/SystemAndMemoryOverview.rst#function-description) both say the chip contains * a security engine (SEC) * SDIO * QSPI * TrustZone isolation (TZ1, TZ2) * GPIP * MIX * PDS...

What kind of issue is this? - [X] **PlatformIO Core**. If you’ve found a bug, please provide an information below. *You can erase any parts of this template not applicable...

LDF
known issue

What kind of issue is this? - [X] **PlatformIO Core**. If you’ve found a bug, please provide an information below. *You can erase any parts of this template not applicable...

bug
package management

When debugging with ``` [env:esp32dev] platform = espressif32 board = esp32dev framework = arduino upload_protocol = esp-prog debug_tool = esp-prog debug_init_break = tbreak setup ``` The board definition says https://github.com/platformio/platform-espressif32/blob/883518fa60efc9738f53f6743216be435e5ff1fe/boards/esp32dev.json#L20-L22...

enhancement

Primarily see issue https://github.com/platformio/platform-espressif8266/issues/238. This is just here to track the ESP32 implementation side of it.

feature

The current release (https://github.com/yaacov/ArduinoModbusSlave/releases) is 2.0.0 from 2017. A lot of things have changed since then. People downloading this library via the Arduino IDE library manager or PlatformIO (https://registry.platformio.org/libraries/yaacov/ModbusSlave/versions) get...

bug

For the LQFP packages, they only go up to LQFP48. QFP goes up to 64. But there is no option for the LQFP100 (or for that matter, LQFP64 and LQFP144)....

GCC is throwing errors in your code regarding `warning: no return statement in function returning non-void` errors. E.g., where is the `return` statement in this function that's supposed return a...