Ivan Grokhotkov

Results 41 issues of Ivan Grokhotkov

Get flash chip size when starting to flash, and fail with error if the size is smaller than the one in binary image header.

enhancement

https://github.com/esp8266/Arduino/issues/977

Recently we ran into this issue on a couple of programs, when compiling code which uses floating point at -O2 optimization level: ``` $ xtensa-esp32-elf-gcc -c test.c -mlongcalls -O2 -Wall...

I have noticed that some of the RTT port files of freemodbus have LGPL license headers even though the overall project license is BSD. Is this intentional, or is it...

There seems to be some (unstable) features for "dynamic library" support in webassembly modules: https://github.com/WebAssembly/tool-conventions/blob/main/DynamicLinking.md. By the looks of it, wasm3 might only need to support new relocation types to...

feature

I've ran into this more than a few times already during development, that when NMEA_PARSER_PATH is not set correctly, no modules are loaded. In this situation, parsing of any NMEA...

Previously calling HardwareSerial::swap twice would set the pins back to the original setting (1, 3). This feature was lost when swap function got an optional argument for the TX pin....

help wanted
waiting for feedback
merge-conflict

Describe all the basic APIs and the libraries by adding documentation to the repository or to the wiki. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/10246931-create-api-reference?utm_campaign=plugin&utm_content=tracker%2F14245935&utm_medium=issues&utm_source=github)** We...

help wanted
component: documentation

[esp-flasher-stub](https://github.com/esp-rs/esp-flasher-stub) project is dual-licensed licensed under MIT and Apache 2.0. Using the stubs from that project can help remove the dependency on the GPL-licensed stubs from esptool.py. As part of...

enhancement