Skip to content

v1.18

Compare
Choose a tag to compare
@rgrr rgrr released this 06 Aug 04:59
· 85 commits to master since this release
a7a8881

Misc

  • NEW: ncm_device has been completely rewritten, see lwIP notes for more information
  • NEW: configuration parameter r_start / r_end - RAM start/end for generic target to override default 0x20000000..0x20040000
  • enhanced RTT control block search
  • updated FreeRTOS to main
  • probe can send its debug output to CDC/UART/RTT. The later cases are useful for debugging the probe
  • build
    • compiles now with LLVM Embedded Toolchain for Arm
    • release build for pico/pico_probe with clang and link time optimization
    • new make targets to build a debuggee probe (and the corresponding debugger probe)
  • bugfix
    • for generic target devices
    • several minor RTT fixes