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
In review, the layer 2 of the experimental RF protocol is not properly isolated for best effort OSI model goals. The ideal implementation should have isolated layers that only meet at the interfaces and ideally do not have to "include" eachother.
The layer 2 protocol includes the layer 4 header:
This should be updated to use the function pointer method of interfacing programs like the RF and UART services for layer 4 perform:
Do note that layer 4 will also need to be updated in regards to its lower interface.
The text was updated successfully, but these errors were encountered:
Low frequency crystal boot code updated for cleaner style and actual
checking of proper clock boots. I also implemented a standard XCAP_3
internal capacitance on the crystal in reference to Hardware Issue #26
which removed the external crystal capacitors.
In review, the layer 2 of the experimental RF protocol is not properly isolated for best effort OSI model goals. The ideal implementation should have isolated layers that only meet at the interfaces and ideally do not have to "include" eachother.
The layer 2 protocol includes the layer 4 header:
This should be updated to use the function pointer method of interfacing programs like the RF and UART services for layer 4 perform:
Do note that layer 4 will also need to be updated in regards to its lower interface.
The text was updated successfully, but these errors were encountered: