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
The TBF Parsing library is slightly out of date from the original from tock. Updating it immediately is not possible because several additions have been made to the current version so that it works with &[u8] that are not 'static.
In the mean time, only one addition to the spec has been made: types::TbfHeaderTypes::TbfHeaderShortId
The TBF Parsing library is slightly out of date from the original from tock. Updating it immediately is not possible because several additions have been made to the current version so that it works with
&[u8]
that are not'static
.In the mean time, only one addition to the spec has been made:
types::TbfHeaderTypes::TbfHeaderShortId
Here is the update log: https://github.com/tock/tock/commits/master/libraries/tock-tbf. The current version is probably based on some commit from a year ago.
We have several question to answer:
TbfHeaderShortId
? Should we hand-roll the implementation based on the official implementation?The text was updated successfully, but these errors were encountered: