portapack-mayhem/firmware/application
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
..
apps Gcc12 related fixes (#1138) 2023-06-10 07:50:42 +12:00
bitmaps Formatted code (#1007) 2023-05-19 08:16:05 +12:00
hw Gcc12 related fixes (#1138) 2023-06-10 07:50:42 +12:00
protocols Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui Gcc12 related fixes (#1138) 2023-06-10 07:50:42 +12:00
app_settings.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
app_settings.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
audio.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
audio.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
baseband_api.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
baseband_api.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
bitmap.hpp Notepad menu (#1072) 2023-05-26 10:02:17 +02:00
capture_thread.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
capture_thread.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
chconf.h Formatted code (#1007) 2023-05-19 08:16:05 +12:00
clock_manager.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
clock_manager.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
CMakeLists.txt Gcc12 related fixes (#1138) 2023-06-10 07:50:42 +12:00
core_control.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
core_control.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
database.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
database.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
de_bruijn.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
de_bruijn.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
debug.cpp Consolidate styles (#1116) 2023-06-07 08:33:32 -07:00
debug.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
demofont.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
dirty_registers.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
emu_cc1101.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
event_m0.cpp Consolidate styles (#1116) 2023-06-07 08:33:32 -07:00
event_m0.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
file_wrapper.hpp Add edit support for Notepad (#1093) 2023-06-01 15:45:55 -07:00
file.cpp Fileman default open and Screenshot viewer (#1102) 2023-06-03 19:26:39 -07:00
file.hpp Fileman default open and Screenshot viewer (#1102) 2023-06-03 19:26:39 -07:00
firmware_info.c Formatted code (#1007) 2023-05-19 08:16:05 +12:00
freqman.cpp Fix crash when empty FreqMan files (#1113) and Fix missing Comma when editing text (#1125) (#1131) 2023-06-08 05:46:07 +02:00
freqman.hpp Fix crash when empty FreqMan files (#1113) and Fix missing Comma when editing text (#1125) (#1131) 2023-06-08 05:46:07 +02:00
halconf.h Formatted code (#1007) 2023-05-19 08:16:05 +12:00
io_file.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
io_file.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
io_wave.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
io_wave.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
io.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
irq_controls.cpp Support "repeat" when a direction button is held down (#1053) 2023-05-23 18:55:26 +12:00
irq_controls.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
irq_lcd_frame.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
irq_lcd_frame.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
irq_rtc.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
irq_rtc.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
log_file.cpp Add Notepad app (#1010) 2023-05-20 08:39:35 +12:00
log_file.hpp Add Notepad app (#1010) 2023-05-20 08:39:35 +12:00
lz4.h Formatted code (#1007) 2023-05-19 08:16:05 +12:00
lz4.S added compression of baseband images 2023-03-21 19:18:38 +01:00
main.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
mcuconf.h Formatted code (#1007) 2023-05-19 08:16:05 +12:00
portapack.cpp Pmem reset (#1115) 2023-06-08 10:52:29 +12:00
portapack.hpp Use receiver/transmitter models everywhere (#1056) 2023-05-23 21:22:30 -07:00
qrcodegen.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
qrcodegen.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
radio.cpp Use receiver/transmitter models everywhere (#1056) 2023-05-23 21:22:30 -07:00
radio.hpp Use receiver/transmitter models everywhere (#1056) 2023-05-23 21:22:30 -07:00
receiver_model.cpp Persist audio (#1110) 2023-06-05 20:09:50 +02:00
receiver_model.hpp Persist audio (#1110) 2023-06-05 20:09:50 +02:00
recent_entries.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
recent_entries.hpp Consolidate styles (#1116) 2023-06-07 08:33:32 -07:00
replay_thread.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
replay_thread.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
rf_path.cpp Gcc12 related fixes (#1138) 2023-06-10 07:50:42 +12:00
rf_path.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
rfm69.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
rfm69.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
rtc_time.cpp Add Notepad app (#1010) 2023-05-20 08:39:35 +12:00
rtc_time.hpp Add Notepad app (#1010) 2023-05-20 08:39:35 +12:00
sd_card.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
sd_card.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
serializer.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
serializer.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
signal.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
spectrum_color_lut.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
spectrum_color_lut.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
string_format.cpp Add Notepad app (#1010) 2023-05-20 08:39:35 +12:00
string_format.hpp Add Notepad app (#1010) 2023-05-20 08:39:35 +12:00
temperature_logger.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
temperature_logger.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
tone_key.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
tone_key.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
touch.cpp Touch fix bl timeout (#1108) 2023-06-04 22:41:55 +02:00
touch.hpp Touch fix bl timeout (#1108) 2023-06-04 22:41:55 +02:00
transmitter_model.cpp Use receiver/transmitter models everywhere (#1056) 2023-05-23 21:22:30 -07:00
transmitter_model.hpp Set default TX gain to 35 (#1062) 2023-05-24 19:31:59 +02:00
tuning.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
tuning.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_baseband_stats_view.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_baseband_stats_view.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_handwrite.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_handwrite.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_loadmodule.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_loadmodule.hpp Consolidate styles (#1116) 2023-06-07 08:33:32 -07:00
ui_navigation.cpp Consolidate styles (#1116) 2023-06-07 08:33:32 -07:00
ui_navigation.hpp Add edit support for Notepad (#1093) 2023-06-01 15:45:55 -07:00
ui_playdead.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_playdead.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_record_view.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_record_view.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_sd_card_debug.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_sd_card_debug.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_sd_card_status_view.cpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ui_sd_card_status_view.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
unistroke.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00
ymdata.hpp Formatted code (#1007) 2023-05-19 08:16:05 +12:00