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

Add tag for embbedable stuff, and non pure ones #166

Open
bizulk opened this issue Nov 22, 2020 · 0 comments
Open

Add tag for embbedable stuff, and non pure ones #166

bizulk opened this issue Nov 22, 2020 · 0 comments

Comments

@bizulk
Copy link
Contributor

bizulk commented Nov 22, 2020

Recently I consulted libcdada lib for manipulating containers, it links on the stdc++.
I expected this list to have no dependy to C++, as said in the awesome readme page, to justify its living with the "awesome c++" page. But it appears that c++ backend entries are alloyed. I can understand this as we can compile pure C code with the g++ project.

But Maybe we could add a tag for those entries.
Morevover I'm interested to identify a subset of the list as an "embbedable" stuff : "microcontroler" are getting more powerful but still have a lot of limitation to code that must be embbeded in 2 Mo Max memory. And very often the build project is not easily adapted for this type of processor.

For more powerful target as ARM application processor, I do not consider them : now they embbed a lot of memory, and the only difficulty is about cross-compilation.

Finally resolving #155 prior to this issue would help.

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

1 participant