Aleksei Savartsov

Results 12 comments of Aleksei Savartsov

А я это чинил, пуллреквест все висит https://github.com/yaroslav/russian/pull/41

Yep. I know about this extension. But it Google Music only.

Not sure if helpful or not but installing Graphics Tools from Optional Features indeed helped me. I am running Windows 11 LTSC (that leaked build) on a laptop with Intel...

> It should be clarified, that it will reset the time limit (as if set_time_limit were called) once "shutdown" starts Is it completely true though? In my tests, if you...

@stellar-aria Thank you very much for your work! I tested it on my project and got an `undefined reference to 'USBH_MIDI_SetReceiveCallback'` linker error. Also there is a warning about changing...

Also I was not able to make it work properly with LLVMEmbeddedToolchainForArm 18.0.0 on Mac. With DaisyToolchain installed cmake always detected gnu compiler no matter of `TOOLCHAIN_PREFIX` variable present. I...

Thanks you! It worked perfectly both for linker error and compiler options. When you mentioned IDE I opened my project in VSCode and it gave me similar command, I should...

I also tested CMake with bootloader targets (sram and qspi) and looks like they won't boot from bootloader without `-DBOOT_APP` which is set by Makefile but not by CMake. Adding...

@stellar-aria I am really sorry if I annoy you too much! I did a little bit more testing and I have some more comments: 1. I tested build with all...