Greg Ravikovich

Results 5 issues of Greg Ravikovich

This is confusing when performing runtime redirection...

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

help wanted
static analysis

In high performance code one might want to reduce allocations to minimum and pre-allocate/reuse the memory needed. Currently with the API which directly exposes raw arrays this is not possible....

After upgrading the project from: ``` framework = espidf platform = [email protected] ``` to ``` framework = espidf platform = [email protected] ``` We have a crash when calling `esp_core_dump_init()` here's...

After upgrading to `platform = [email protected]` compilation of Unit Tests fails with: ``` In file included from .pio/libdeps/gpt_rev2/Unity/src/unity_internals.h:308, from .pio/libdeps/gpt_rev2/Unity/src/unity.h:21, from test/test_on_board/src/upload_fw_utils_tests.cpp:1: /home/greg/.platformio/packages/framework-espidf/components/newlib/platform_include/stdio.h:10:2: error: #include_next is a GCC extension [-Werror]...

help wanted
ESP-IDF