Skip to content

Support for USB-CDC

Compare
Choose a tag to compare
@bradjc bradjc released this 14 Jan 17:40
· 48 commits to master since this release
7ba196d

Version 1.1 of the Tock bootloader adds:

  • Support for the USB-CDC stack so the bootloader will work on boards with USB headers directly attached to the MCU (i.e. no FTDI chip).
  • New command to set the jump address.
  • Only supports 512 byte pages over-the-wire.
  • New traits to separate out jump and entry code.
  • Checks to not overwrite the bootloader itself.