Kayo Phoenix

Results 55 issues of Kayo Phoenix

My initial implementation of ADC with calibration allowed me get raw values with 12 bit resolution. This values can be easily converted to millivolts when needed. The PR #836 removed...

peripheral:adc

Is it possible to use a frontend via browser? First I would like avoid using electron in any case. Second I would like run backend on a remote machine.

This PR adds support basic flash operations according to reference manual. Implementation is based on flash from gd32f1x0-hal. Only the following ops supported: - read - erase - write

The implementation derived from [usb-otg-workspace](/Disasm/usb-otg-workspace) Fork of synopsys-usb-otg from github temporary used. For review only. Do not merge!

Depends from [gd32vf103xx-hal#50](/riscv-rust/gd32vf103xx-hal/pull/50) For review and test only. Do not merge!

Usually selection has higher priority than cursor so input behavior should be little bit different if text has been selected. 1. If you select the text and press backspace the...

enhancement 🔥

When I try to close window by click `(x)` button I have a segmentation fault. GDB shows the following backtrace: ``` Thread 1 "ex1" received signal SIGSEGV, Segmentation fault. 0x00007ffff5c8c904...

bug 😔
needs-research
skia 🖌️

Currently query macro implementation based on Rust's `macro_rules`. This is terrible due to several reasons. Mainly because the code relatively hard to understand, modification and debugging. Secondly the errors in...

An attempt to index field values of zero-length causes LMDB error. It because LMDB not support for that key length. So currently zero-length values doesn't indexing, i.e. it is treated...