Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portability to other architectures besides ARM? #123

Open
DarthRubik opened this issue May 21, 2018 · 3 comments
Open

Portability to other architectures besides ARM? #123

DarthRubik opened this issue May 21, 2018 · 3 comments

Comments

@DarthRubik
Copy link

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

@Sickeroni
Copy link
Contributor

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!

@Sickeroni
Copy link
Contributor

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)

@DarthRubik
Copy link
Author

Ok, thanks for the info.......I will certainly look into that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants