Patrik Bachan

Results 45 issues of Patrik Bachan

### Operating System Linux ### Board Custom board with ULPI PHY and STM32H730 ### Firmware cdc_dual example, with these changes: - with only one CDC enabled - loopback code disabled...

Bug 🐞

### Set Up - Archlinux, distro kernel 5.12.8, - custom board with STM32H730 and USB PHY USB3343 (may provide schematics on request) - **TinyUSB version** b34724215bea28ef93fd80ed9c2e4ddc87874093 with [synopsys hotfix ](https://github.com/diggit/tinyusb/commit/69e9397b8ac5201db2a79041593e76b31563c9d9)...

Bug 🐞

Hi, I really like this project and also my S10e, but sock Samsung ROM is not my cup of tea. I naively tried to run HoleyLight on Lineageos 18 (android...

Hi, your extension could really help me in embedded C/C++ development. I thing this extension deserves so much more attention! I cann use C++ demo here, as it relies on...

I propose to add prefix to all exposed functions using eg. macro. This is to avoid possible name collision with stdio and other libraries when used. What do you think?

I had issues with name collision when including `cstdio` #66. Solution with mapping to wrap functions is taken from [bisqwit/tinyprintf](https://github.com/bisqwit/tinyprintf). What do you think about it? Consider this a quick...

As title says, `nk_button_image` does not center align provided image, on the other hand `nk_button_label` does center align text. Is there any way how to achieve same behavior for `nk_button_image`?

Hi, I am trying to use SDR++ on W10 machine with HackRF One. SW info: OS: Windows 10 Enterprise, 21H2 SDR++: 1.0.4 official release When I click on play button,...

When connecting to STM32H730VB, there is problem with coresight rom table readout. In fact, even records which are found do not seem to match [ref. manual](https://www.st.com/resource/en/reference_manual/rm0468-stm32h723733-stm32h725735-and-stm32h730-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) (65.5.1 page 3140). Debugging...

bug
swo/swv

Hi, I noticed, that tym startups are slow (and maybe getting gradually slower?) Here is comparison with urxvt: ``` # time urxvt -e "bash -c exit" 2019-08-18T11:20:42 CEST 0.03user 0.01system...

enhancement
help wanted