real-time-cpp
real-time-cpp copied to clipboard
Source code for the book Real-Time C++, by Christopher Kormanyos
As mentioned in #283, the PLL is not properly set up for target stm32h7a3.
The book and git don't have a proper tutorial to start with and the content is very confusing. Please help me to upload the code in the right way Regards
As discussed toward the end of #273, Adapt some Examples 2.x to ARM CM4 Core on STM32F446. Cc: @jvco98
Use better SVG representations to upgrade mathematical formulae if/where needed in docs.
Cloning Win* toolchains unstable in CI seems to be unstalbe on GHA. Perhaps the size of the repo is a hindrance. Look into submods as suggested [here](https://github.com/ckormanyos/real-time-cpp-toolchains/issues/9) in the hope...
Some targets such as RPI-Zero and BBB use an image file to boot from SD card. The creation of $(IMAGE_FILE) --- if one is needed --- is, however, not well...
The targets `v850`/`rx`/`rl78` have (or may have) fallen into disarray and have not run on a physical target in quite some time. This issue tracks any potentially needed verify/repair of...
The purpose of this issue is to track potential modernization of the code snippets using trailing return type, enhanced use of `auto`, `constexpr` and more.