Yurii Soldak

Results 17 issues of Yurii Soldak

This encapsulates the tedious task of maintaining connection with an access point. Now you don't have to have that boilerplate in your application code. Especially useful for devices that can...

While checking for device, a bus error can occur. We may want to distinguish case of no device found from case of bus error. This means `Connected()` method must return...

This PR implements the logic of storing system attributes (think CCCD + checksum, but we treat the data as blob of unknown format) on disconnect and restoring them on `BLE_GATTS_EVT_SYS_ATTR_MISSING`...

Panics happen. And right now (and still by default after this PR) system just hangs. Feels like it can be beneficial to let users choose whether to hang or restart...

On current "dev" branch head. This also affects VSCode plugin, can not list and select target. ``` $ tinygo targets ... esp32-mini32 esp32 panic: duplicate value 'esp32c3' in field :...

bug
next-release

Most likely I'm missing something, so consider this more like request for comment or tip for a topic in the documentation. When comparing Dterm (unfilt) vs Dterm with "

They include extra "en" part, shall remove. This is actual example link: - https://github.com/tinygo-org/tinygo-site/edit/release/content/en/docs/concepts/peripherals/i2c.md This is that is shall be: - https://github.com/tinygo-org/tinygo-site/edit/release/content/docs/concepts/peripherals/i2c.md As seen on page: https://tinygo.org/docs/concepts/peripherals/i2c/

Our I2C docs may benefit from a link to this quite informative website about I2C. https://www.i2c-bus.org

Use of I2C in TinyGo is not "thread-safe". HAL would not use mutex to serialise concurrent access. Synchronisation when needed, must be done in application code. This is contra, for...

We've installed this awesome plugin in Grafana 7.15.1, and had hard time to input or edit Vega visualisation definition. The text area is 5px high. Fixed that by manually editing...

bug