mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-26 14:46:23 -05:00
* GCC12 related fixes but still compiles on GCC9 * Suppress warnings about volatile += * Enable c++20 if supported by the compiler On gcc12 we need to use -std=c++20 since constexpr .c_str() on std::string is only officially available since c++20 and the new gcc wouldnt let us use it with older standard * code format --------- Co-authored-by: Eisenberger Tamas <e.tamas@iwstudio.hu> |
||
|---|---|---|
| .. | ||
| debounce.cpp | ||
| debounce.hpp | ||
| encoder.cpp | ||
| encoder.hpp | ||
| max283x.hpp | ||
| max2837.cpp | ||
| max2837.hpp | ||
| max2839.cpp | ||
| max2839.hpp | ||
| max5864.cpp | ||
| max5864.hpp | ||
| rffc507x.cpp | ||
| rffc507x.hpp | ||
| rffc507x_spi.cpp | ||
| rffc507x_spi.hpp | ||
| si5351.cpp | ||
| si5351.hpp | ||
| spi_arbiter.hpp | ||
| spi_pp.cpp | ||
| spi_pp.hpp | ||
| touch_adc.cpp | ||
| touch_adc.hpp | ||