cvra/can-bootloader

UART version of bootloader protocol

Stapelzeiger opened this issue · 5 comments

  • The uart version of the protocol allows for easier testing, since we can write the sending part on a computer while testing the receiving node.
  • An uart version is useful for other projects

For example it is useful if we want to flash the beacons via bluetooth ;)

And I would use the same bootloader for my personal projects, so more testing!

Should I put the reason for an UART version in the proposal ?

Done