RP2040: Library & Tools for Astrobe Available

Download pre-release library modules and new examples to use with Astrobe for Cortex-M. Forum members can also upload their own source code examples.
gray
Posts: 123
Joined: Tue Feb 12, 2019 2:59 am
Location: Mauritius

Re: RP2040: Library & Tools for Astrobe Available

Post by gray » Mon May 06, 2024 10:51 am

Latest update: https://oberon-rtk.org/description/changes-2024-05-05/

Concepts and test code exploring and evaluating the use of trap exception handlers as means to grant exclusive mutating access to shared data, or other protected functionality or hardware: https://oberon-rtk.org/examples/traphandlers/.

GitHub repo: https://github.com/ygrayne/oberon-rtk

gray
Posts: 123
Joined: Tue Feb 12, 2019 2:59 am
Location: Mauritius

Re: RP2040: Library & Tools for Astrobe Available

Post by gray » Sat May 18, 2024 10:53 am

Latest updates and changes: https://oberon-rtk.org/description/changes-2024-05-17/

I have taken a first stab at the RP2040's SPI device. There's a corresponding new example program: https://oberon-rtk.org/examples/spirtc/. It uses the Maxim DS3234 real-time clock as test peripheral.

GitHub repo: https://github.com/ygrayne/oberon-rtk

Post Reply