Nikita Koss

Results 8 issues of Nikita Koss

### Suggestion The method currently used to find the bed is Player.getBedSpawnLocation() This does not allow you to find the beds of players who are not currently online. Bukkit has...

enhancement
priority: lowest
completed

**Describe the bug** Peripheral reading does not work with gdb server probe-rs. While the rest of the debug generally works fine. **To Reproduce** Steps to reproduce the behavior: 1. run...

bug

In the context of serial mean baudrate, not bitrate

I have the similar problem as #499. But in addition to this, I would like to use channels without binding to timers and their channels. Is there any way to...

**Describe the bug** cortex-debug try to start RTT before RTT initialization, so OpenOCD unable to find RTT block. But there's no connect retry after that. Even with `rtt_start_retry > 0`...

# Image to C code converter `img2code` script converts images to C byte array (bitmap) ```bash ./img2code.py image.png ``` Which can be drawn on display by library **Example:** ```c extern...

From [CMSIS SVDConv docs](https://arm-software.github.io/CMSIS_5/SVD/html/svd_SVDConv_pg.html#:~:text=Size%20of%20Register%20%27NAME%27%3A%27NUM%27%20must%20be%208%2C%2016%20or%2032%20Bits) Message Number | Type | Message Text -- | -- | -- M302 | ERROR | Size of Register 'NAME':'NUM' must be 8, 16 or 32...

Currently, the built-in peripheral viewer has less functionality compared to [mcu-debug/peripheral-viewer](https://github.com/mcu-debug/peripheral-viewer). From what I noticed: - Enumerations are ignored - Ignored register size (always 32 bits) - Writing does not...

enhancement