axbusch

Results 5 issues of axbusch

STM32H745i Discovery Board Keil 5.37 with Armclang 6.18 I tried the example with the old Keil armcc Compiler and the example works fine. Then i switched to armclang compiler and...

i build the last version and i'm testing on linux mint i see the programm in spotify and can cast to the program It starts an then immediately stops playing....

``` Traceback (most recent call last): File "/home/tunstall/.local/bin/ravioli", line 8, in sys.exit(main()) File "/home/tunstall/.local/lib/python3.8/site-packages/ravioli/ravioli.py", line 171, in main run(args.source, args) File "/home/tunstall/.local/lib/python3.8/site-packages/ravioli/ravioli.py", line 18, in run report_ksf_for_all_modules(results, errors, args) File...

I have VS Code with the ruff extension installed. In a project i'm using, everything is configured via a settings file and when i open a python file of my...

enhancement

if you use cmsis_os2 the creation of a mutex is done via: ` osMutexAttr_t attr = { "ETL", osMutexRecursive | osMutexPrioInherit | osMutexRobust, 0, 0 }; id = osMutexNew(&attr);` If...