Michał Sieroń

Results 6 issues of Michał Sieroń

### Problem Description I would love to be able to load previously created script and change some of the settings or just see with nice GUI what does the script...

enhancement

* remove `riscv64-unknown-elf-objcopy` dependency - Zig can emit bin file on its own * set expected exit code to `74` so `zig build run` does not fail on successful binary...

This PR adds support for the Quicklogic Qomu board. It has the same SoC as QuickFeather, with differences on board level. Serial is done with USB controller on embedded FPGA....

area: UART
area: Devicetree

It seems like `micromamba` (and quite possibly `mamba` too) can't install `pip` dependencies specified in the `environment.yml` the same way as `conda` does. Suppose we have following dependencies in `environment.yml`:...

bug

- [x] I have fzf 0.30.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...

bug

Up until now, docs said that RAM boot happens, when foboot finds `0x17ab0f23` in first 56 bytes of loaded binary. That wasn't the case, it was checking only first 12...