portapack-mayhem/firmware/application/hw
E.T a2e5e03f07
Gcc12 related fixes (#1138)
* 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>
2023-06-10 07:50:42 +12:00
..
debounce.cpp Support "repeat" when a direction button is held down (#1053) 2023-05-23 18:55:26 +12:00
debounce.hpp Support "repeat" when a direction button is held down (#1053) 2023-05-23 18:55:26 +12:00
encoder.cpp Support for Rotary Encoder Dial sensitivity levels, issue #965 (#1057) 2023-05-24 19:32:12 -07:00
encoder.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
max283x.hpp Gcc12 related fixes (#1138) 2023-06-10 07:50:42 +12:00
max2837.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
max2837.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
max2839.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
max2839.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
max5864.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
max5864.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
rffc507x_spi.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
rffc507x_spi.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
rffc507x.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
rffc507x.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
si5351.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
si5351.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
spi_arbiter.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
spi_pp.cpp Added bias-T status icon 2018-01-07 23:13:08 +00:00
spi_pp.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
touch_adc.cpp Touch fix bl timeout (#1108) 2023-06-04 22:41:55 +02:00
touch_adc.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00