Help with generators #228
-
|
Hi @glopesdev, I'm starting the development of a new device, so my idea would be to try the new generators, which as far as I know now generate both the Bonsai interface and the firmware (in my case, for the ATxmega). I used the old reflex-generator in the past, but I'm having some difficulty using the new version. I already read the documentation, but it's not clear to me what are the steps to follow. Could you help me with this? I'm curious about why you chose to make the generators into a package instead of a CLI tool that takes the I also had some difficulty finding the Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@ZegCricket the code generators are indeed distributed as a CLI tool: harp.toolkit. This link points to the specific code generation documentation section which is probably more helpful from a usage point of view. The package you are targeting is infrastructure to be reused in other projects and not meant to be consumed directly in most cases. |
Beta Was this translation helpful? Give feedback.
@ZegCricket the code generators are indeed distributed as a CLI tool: harp.toolkit. This link points to the specific code generation documentation section which is probably more helpful from a usage point of view. The package you are targeting is infrastructure to be reused in other projects and not meant to be consumed directly in most cases.