Tim Blakely
Tim Blakely
1) Add missing fields and enumerations to FDCAN via fdcan_g4.yaml 2) Add registers for FLASH handling. Note that there are some commented out since different devices have different support for...
Noticed some more errors in the SVD for the STM32G474's TIM1. These also likely apply to TIM8 and TIM20 too, but I haven't had a chance to check those for...
Heya! Working through getting the ITM logger up and running and having a bit of a hard time wrapping my head around how exactly the initialization should be done. It...
It appears that the latest Operator doesn't take starting up workers into account when scaling down and instead seems to scale down happily running workers...? I've got a workload that...
Currently Pylance - the language server used by the VSCode python extension - doesn't play nice with the cpython compiled shared object files:  However, if you use `mypy`'s `stubgen`...
Heya! Got this working on a cortex-m embedded system with the global allocator. It'd be really helpful to have some metrics to know how much is used, fragmentation wastage, etc....
Heya! Loving biffields so far (and bonus points for the name ;). I know you've moved onto Rust, but figured I'd open this in case you ever needed the C++...