Johan Eriksson

Results 6 comments of Johan Eriksson

Got this now when trying to naively add editions support, just a FYI: ```python Traceback (most recent call last): File "/workdir/generator/protoc-gen-nanopb", line 11, in main_plugin() File "/workdir/generator/nanopb_generator.py", line 3223, in...

I added the `plugin_pb2.CodeGeneratorResponse.FEATURE_SUPPORTS_EDITIONS` to `generator/nanopb_generator.py`, and installed [latest protoc from github](https://github.com/protocolbuffers/protobuf/releases/download/v33.0/protoc-33.0-linux-x86_64.zip) and `pip install protobuf` in a newly created `venv`

You were right, after giving this another go it worked much better. I had to add this to actually get any generation going. No idea if more is needed: ```python...

I am looking to do the same thing, also curious why it shouldn't work as-is. For BLDC you might need to switch up the association between what current sense goes...

Thank you for the reply! After writing this comment I read up on it a bit more and understand better the implications and reasons behind this. However what I am...

Thank you for the response! Yeah that makes sense to me. We are looking to combine the stm32g431 with the drv8962, to make a hardware that is capable of both...