Bootloader Packet Protocol Implementation :: Bare Metal Programming Series 7.2

Опубликовано: 17 Октябрь 2024
на канале: Low Byte Productions
4,338
154

In this episode of the bare metal programming series, we're implementing the packet protocol we looked at in the previous video inside the bootloader.
This protocol is able to automatically process incoming packets, acknowledging or requesting retransmission (or retransmitting when requested), and stuffing the data into a buffer for the application logic to use.

=[ 🔗 Links 🔗 ]=

🎥 Series Playlist:    • Blinky To Bootloader: Bare Metal Prog...  
🗣 Discord:   / discord  
⭐️ Patreon:   / lowleveljavascript  
💻 Github Repo: https://github.com/lowbyteproductions...