Ivan Grokhotkov

Results 403 comments of Ivan Grokhotkov

Hi @olicooper and @terrillmoore, I'd like to point out one thing from the original crash report: ``` Guru Meditation Error: Core 1 panic'ed (LoadStoreError). Exception was unhandled. Core 1 register...

Thanks, I have checked the ELF you posted, and like @terrillmoore has observed [here](https://github.com/mcci-catena/arduino-lorawan/issues/181#issuecomment-945165775) I don't see anything wrong with code generation, at least as far as alignment is concerned....

Thanks for posting the two ELF files, I will definitely look more into the differences between them.

I've opened https://github.com/jacketizer/libnmea/pull/58 which is a simpler version of this change.

Fixed via https://github.com/jacketizer/libnmea/pull/58.

@kisvegabor As a workaround, please try adding `-fno-if-conversion` (https://github.com/espressif/esp-idf/issues/11696#issuecomment-1596208414)

Most likely you are not using the set_source_files_properties command in the same directory where the library containing the file is defined. From CMake manual: > By default, source file properties...

@RushikeshPatange no, I haven't looked at this, I don't have a Windows PC to test with at the moment.

Just dropping a note here that with staging version of ESP8266 Arduino core, it is now possible to use MQTT over TLS.

Hi, I saw this issue linked to https://github.com/espressif/esp-idf/issues/5308 and wanted to leave a hello-world recipe: ```c++ $ xtensa-esp32-elf-gcc -specs=sim.elf.specs -specs=sys.qemu.specs -o /tmp/foo /tmp/foo.c $ qemu-system-xtensa -nographic --semihosting -cpu esp32 -M...