apcountryman / microlibrary

A C++ microcontroller driver/utility library.
https://apcountryman.github.io/microlibrary/
Apache License 2.0
0 stars 0 forks source link

Allow construction/destruction of reserved registers when target is development environment to support automated testing #297

Closed apcountryman closed 2 months ago

apcountryman commented 2 months ago

Allow construction/destruction of reserved registers (::microlibrary::Reserved_Register) when target is development environment (MICROLIBRARY_TARGET_IS_DEVELOPMENT_ENVIRONMENT is true) to support automated testing.