Part Number: LAUNCHXL-CC26X2R1
As the title indicates: Is it somehow possible to use the std::atomic types (https://en.cppreference.com/w/cpp/atomic/atomic) with the ti-clang toolchain?
If not, what would be the next best equivalent? Are the atomic types from c11 supported? Or would I have to implement atomics myself?