Repository

GitHub

All Oberon RTK software modules and tools can be found in the following GitHub repository:

Other

In a general quest to (try to) move away from Big Tech, I am also exploring other Git repository providers, such as Codeberg.

Repository Structure

+ changes: change notes
+ config: configuration files for Astrobe [a]
  + v1: Oberon RTK version 1, for Astrobe for Cortex-M0
  + v2: Oberon RTK version 2, for Astrobe for RP2040, RP2350, Cortex-M0, and Cortex-M4
+ examples
  + pico: example programs for Oberon RTK v1, for Pico
  + rpi: example programs for Oberon RTK v2
    + any: any Raspberry Pico x board 
    + pico: Pico or compatible board
    + pico2: Pico2 or compatible board
+ libv2: Oberon RTK framework library version 2
  + any: MCU/board-independent modules
  + board
    + rpi
      + any: any Raspberry Pico x board
      + pico: Pico or compatible board
      + pico2: Pico2 or compatible board
  + mcu
    + rpi
      + any: any Raspberry RPx MCU
      + rp2040: RP2040-specific modules
      + rp2350: RP2350-specific modules
+ tools: the tools [b]
+ lib: Oberon RTK framework library version 1
  + any: MCU/board-independent modules
  + board
    + rp2040: modules for RP2040-based boards
      + any: any board
      + pico: Pico or compatible
  + mcu
    + m0
      + rp2040: RP2040-specific modules