We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to come up with a name. We used vcorelib for this in Python, but I'm not sure what we should name it for this.
vcorelib
Another question: should we have some kind of standard prefix/suffix to repositories for C++ stuff?
Options:
cpp-
-cpp
What about lib suffix / prefix?
lib
The text was updated successfully, but these errors were encountered:
This is pretty close to being the next step. Some things to do first:
Maybe also: vkottler/yambs#48.
Sorry, something went wrong.
This is finally next up!
"coral" maybe
sources: https://github.com/project-81/firmware/tree/master/src/common, buffer and cobs sub-directories (we take another pass on the implementation)
buffer
cobs
Grab the relevant tests from here: https://github.com/project-81/firmware/tree/master/src/apps/boards/native
Ensure 100% coverage!
It's here: https://github.com/vkottler/coral, worked on first try!
vkottler
No branches or pull requests
Need to come up with a name. We used
vcorelib
for this in Python, but I'm not sure what we should name it for this.Another question: should we have some kind of standard prefix/suffix to repositories for C++ stuff?
Options:
cpp-
prefix-cpp
suffixWhat about
lib
suffix / prefix?The text was updated successfully, but these errors were encountered: