ckormanyos / real-time-cpp

Source code for the book Real-Time C++, by Christopher Kormanyos
Boost Software License 1.0
573 stars 164 forks source link

C++-ification of RP2040 mcal #526

Closed ckormanyos closed 1 month ago

ckormanyos commented 1 month ago

The RP2040 mcal has borrowed significantly from Chalandi/Blinky_Pico_dual_core_nosdk. His repo (many thanks for yet more excellent work from @Chalandi) was originally written in no-sdk, standalone C. To match styes, the purpose of this issue is to fully C++-ify those original (very helpful) components.

ckormanyos commented 1 month ago

Cc: @imahjoub this now boots and fully runs in standalone mode for RP2040. The Ozone debug files can be found in the expected target-specific area.

ckormanyos commented 1 month ago

Change the Mcal files one-by-one to be integrated in the normal C++ repo-style.

ckormanyos commented 1 month ago

And when it is done, remember to remove the temporary CMSIS license docs notes.

imahjoub commented 1 month ago

Cc: @imahjoub this now boots and fully runs in standalone mode for RP2040. The Ozone debug files can be found in the expected target-specific area.

thank you @ckormanyos