Oberon RTK

Change Note 2024-07-07

New test/example program, improved and new tools.

New Test Program KernelPerf

  • Measuring the performance of [kernel-v1]({{<relref "/docs/lib/kernel-v1/kernel-v1-desc">}}).
  • See [KernelPerf]({{<relref "/docs/examples/v1/kernelperf">}})

Improved Tool gen-pio-oberon

  • Structural improvements, no change of functionality.
  • See [gen-pio-oberon]({{<relref "/docs/tools/man-gen-pio-oberon">}}).

New Tool make-elf

  • Creates an ELF file from Astrobe's binary file.
  • Part of a side-side project: remote debugging using the RP2040's on-chip debugging (OCD) features. No symbol table or other debugging info included yet, though. Early phase.
  • Test: the currently generated ELF file is sufficiently complete and correct that it can be used to create an .uf2 file using elf2uf2 in the Pico SDK.
  • Not yet documented. See [make-elf.py]({{< reporefraw "tools/make-elf.py" >}}) in the repo.

Last updated: 7 July 2024