Linar Yusupov

Results 24 issues of Linar Yusupov

There were some discrepancy is the IGC specs in past, which was explained earlier in the Issues section: https://github.com/Turbo87/aerofiles/issues/18#issue-141241207 However, it looks like IGC group has fixed that already. And...

**platform.txt** file in 1.2.0 "binary release": https://github.com/HelTecAutomation/ASR650x-Arduino/releases/download/V1.2.0/ASR650x-Arduino-1.2.0-BoardManager.zip is **not the same** as in 1.2.0 "Source code release": https://github.com/HelTecAutomation/ASR650x-Arduino/archive/V1.2.0.zip To reproduce: 1) download both ZIP files 2) extract the archives 3)...

Device: **LilyGO T-TWR Plus V2.0 VHF** Bootloader: **TinyUF2** Firmware: **10/19/2023 nightly build** This is the boot log: ``` *** Booting Zephyr OS build zephyr-v3.4.0-3837-ga4de2eb3d175 *** -> getSysPowerDownVoltage:2600 DCDC======================================================================= DC1 :...

bug
T-TWR Plus

This is a follow up for https://github.com/h2zero/NimBLE-Arduino/issues/642 ticket. **Branch**: https://github.com/h2zero/NimBLE-Arduino/tree/esp32-c6-test most recent **Arduino Core** [3.0.0-alpha3](https://github.com/espressif/arduino-esp32/releases/tag/3.0.0-alpha3) **NimBLE Server** sketch from examples folder The boot sequence is fine: ``` ESP-ROM:esp32c6-20220919 Build:Sep 19...

Current version of the Core ( 1.0.0 ) contains support for a few xG22, xG24 and xG27 targets. However, xG21 is not in the list. Please, consider to add support...

**Core version**: 1.0.0 **Variant**:          BGM220 Explorer Kit ## Let's take this simple sketch and built it for BGM220 Explorer Kit target: ``` extern "C" void * _sbrk (int); static...

Most of Arduino Cores on the market provide generic access or emulation of **EEPROM** subsystem. The interface has become standard and is well explained here: https://docs.arduino.cc/learn/built-in-libraries/eeprom/ Missing **EEPROM** feature makes...

**Core version**: 1.1.0 **Variant**: UNO R4 WIFI ## Let's take this simple sketch and built it for UNO R4 Wi-Fi target: ``` extern "C" void * _sbrk (int); static uint32_t...

type: imperfection
topic: code

Other Arduino Cores, such as: 1) ESP32 ( [core_version.h](https://github.com/espressif/arduino-esp32/blob/2fdd90163936c95cef3cd28dbddee5ccc3275f4d/.github/scripts/on-release.sh#L240) ) 2) RP2040 ( [Version.h](https://github.com/earlephilhower/arduino-pico/blob/master/cores/rp2040/RP2040Version.h) ) 3) STM32 ( [def.h](https://github.com/stm32duino/Arduino_Core_STM32/blob/main/cores/arduino/stm32/stm32_def.h) ) \- all they use a definition of the Core Release...

type: enhancement
topic: code