Skip to content

More Tockloader Flexibility

Compare
Choose a tag to compare
@bradjc bradjc released this 27 Apr 16:22
· 346 commits to master since this release
4f00c98

Updates included in this release:

  • Add boards:
    • Arty 100t FPGA + SiFive E21 core
    • HiFive1 board
    • EDU-CIAA
  • Add customization options in Tockloader:
    • Can force an app to be a minimum size (useful for nRF52 chips with 4k flash pages)
    • Flexibility for app ordering in flash
  • More improvements for Windows
  • Use logging mechanism rather than raw print(). Provides prefixes for printed output.
  • Tockloader listen with RTT now uses the --rtt flag.
  • Tockloader listen no longer interrupts an existing tockloader listen.
  • More flexibility for jlink and openocd commands.
  • Add --bundle-apps to flash all apps as one bundle.