You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of curiosity, how easy is it to generate a configuration file by hand for another architecture of micro controller/is that even possible with the current library?
I am just trying to understand more about the library.....from what I gather this is not possible?
Thanks
The text was updated successfully, but these errors were encountered:
Its possible and already planned. Generators are just not programmed for other architectures. If you generate some manually, it should work.
If you want to learn more about the library try the newer repos.
This Repoo is more or less a Proof of Concept. the other Repos (gpio, bit,chip, toolchain, mpl etc) are modern but not fully working implementations of a newer Kvasir. Every Repo is for a specific part of the environment.
For generators try kvasir-io/HardwareDescriptionFileGenerator
its not complete but a good startingpoint!
an interesting extension could be https://github.com/modm-io/modm-devices
its not kvasir, but this subproject of modm is catching and formatting data from stm (arm-processors) and atmel (AVRs & ARMs)
Out of curiosity, how easy is it to generate a configuration file by hand for another architecture of micro controller/is that even possible with the current library?
I am just trying to understand more about the library.....from what I gather this is not possible?
Thanks
The text was updated successfully, but these errors were encountered: