Nathan Kerns

Results 8 issues of Nathan Kerns

Running pico_project.py in WSL fails because there's no GUI and therefore no tkinter module. This could be fixed perhaps by only importing tkinter if pico_project.py is run with the GUI...

The RP2040 has a register to change the UART FIFO level at which an interrupt will be generated, but this is not exposed in the SDK. The only time it...

missing API

It'd be nice if there was a way to get the acceleration vector from a Flight object similar to how you can with velocity. I believe it's currently possible to...

needs-triage

The KPU library has an example on how to do object classification, but not object detection. Can you provide an example on how to do object detection?

There's a relatively new feature in Fusion 360 called manufacturing models, where you can create a version of model that only exists in the manufacturing workspace. It's useful to simplify...

I am attempting to copy the changes from [SpinalTemplateSbtDependencies](https://github.com/SpinalHDL/SpinalTemplateSbtDependencies/blob/superproject/build.sbt) to my `build.sbt` in a project based on SpinalTemplateSbt. When I compile, I get the following error: ``` [warn] [warn] Note:...

Can you add the script/command used to generate the litex builds? I can't my own builds to work with the toolchain.

With multiple panes open (ie a text file and a pdf side by side), right clicking anywhere in the file explorer will cause focus to change to the pdf. Steps...