mayhem-firmware/firmware/common
Mark Thompson 730e7ad72b
Two minor patches - freqman file processing & NumberField "can_loop" option (#981)
-Enhanced frequency file reading:
Correctly read freq files that contain a mix of SINGLE and RANGE or HAM_RADIO types (strstr in file processing was ignoring EOL and was therefore finding the f= on the next line).  Also changed to simply ignore blank or unrecognized lines versus adding  them as SIMPLE entries to freq table.
This allow comments and white line in freqman files.
-Fixed "can_loop" option in NumberField:
When NumberField range.first was non-zero, and can_loop was true, turning the encoder dial in the downward direction did not result in numbers looping back to range.second as was expected.  This fix allows looping in downward direction in the case where range.first is non-zero.
2023-05-12 18:48:32 +02:00
..
acars_packet.cpp Fixed warning: comparison of integer expressions of different signedness 2022-04-18 22:38:29 +02:00
acars_packet.hpp Started work on ACARS RX 2018-06-10 10:15:43 +01:00
adc.hpp C++14: make some wrapper classes static. 2017-01-05 17:10:00 -08:00
adsb_frame.cpp ADS-B TX works well enough for dump1090 and gr-air-modes 2017-07-23 12:20:32 +01:00
adsb_frame.hpp Fix adsb warnings 2021-01-27 15:38:05 +01:00
adsb.cpp Merge pull request #818 from Brumi-2021/ADSB_squawk_investigation 2023-03-04 08:10:43 +01:00
adsb.hpp Correct squawk id in ADSB TX 2023-03-03 23:10:58 +01:00
ais_baseband.cpp SYNC 2016-01-31 09:34:24 +01:00
ais_baseband.hpp AIS: Doesn't use RRC filter -- use rect instead. 2016-08-29 20:47:37 -07:00
ais_packet.cpp Fixed warning: comparison of integer expressions of different signedness 2022-04-18 22:38:29 +02:00
ais_packet.hpp Added missing default constructor 2021-01-27 16:36:44 +01:00
ak4951.cpp Recovered_ALC_Mic_Feature_AK4953_OK_WM8731 2022-05-28 22:29:10 +02:00
ak4951.hpp Recovered_ALC_Mic_Feature_AK4953_OK_WM8731 2022-05-28 22:29:10 +02:00
aprs_packet.cpp Add APRS Receiving App 2021-03-11 22:27:19 -06:00
aprs_packet.hpp Fix for proc_aprsrx and aprs_packet warnings, they are related 2022-04-21 17:38:49 +02:00
backlight.cpp Backlight: Add abstraction for support of different hardware. 2017-07-18 21:29:32 -07:00
backlight.hpp Backlight: Add abstraction for support of different hardware. 2017-07-18 21:29:32 -07:00
baseband_cpld.cpp Adding support for HackRF One R9, as per https://github.com/sharebrained/portapack-hackrf/pull/187 2023-02-16 12:10:26 +00:00
baseband_cpld.hpp Move CPLD filres to common/ 2017-06-02 17:13:41 -07:00
baseband_packet.hpp Started adding decoders for RS41 radiosondes 2017-11-10 02:20:44 +00:00
baseband_sgpio.cpp PortaPack Sync, take 2 (#215) 2019-02-03 18:25:11 +00:00
baseband_sgpio.hpp PortaPack Sync, take 2 (#215) 2019-02-03 18:25:11 +00:00
baseband.hpp SYNC 2016-01-31 09:34:24 +01:00
bch_code.cpp Coaster pager address scan 2017-04-11 08:42:31 +01:00
bch_code.hpp Yet another POCSAG bugfix (multi-batch messages are not cut anymore) 2017-02-06 20:32:33 +00:00
bit_pattern.hpp SYNC 2016-01-31 09:34:24 +01:00
bmp.hpp Tones bugfix, numbers station voice files search 2017-03-22 03:21:06 +00:00
buffer_exchange.cpp Replay of IQ files ! :D 2017-12-07 00:58:25 +00:00
buffer_exchange.hpp Replay of IQ files ! :D 2017-12-07 00:58:25 +00:00
buffer.cpp Create buffer.cpp, reduce #include dependencies and impl leakage. 2016-10-24 11:16:48 -07:00
buffer.hpp Create buffer.cpp, reduce #include dependencies and impl leakage. 2016-10-24 11:16:48 -07:00
chibios_cpp.cpp improved runtime error handling 2023-03-18 23:19:23 +01:00
chibios_cpp.hpp C++14: Add two-argument delete() implementations. 2017-01-05 17:13:03 -08:00
complex.hpp SYNC 2016-01-31 09:34:24 +01:00
cpld_max5.cpp PortaPack Sync, take 2 (#215) 2019-02-03 18:25:11 +00:00
cpld_max5.hpp PortaPack Sync, take 2 (#215) 2019-02-03 18:25:11 +00:00
cpld_update.cpp refactoring 2023-05-05 12:58:28 +02:00
cpld_update.hpp refactoring 2023-05-05 12:58:28 +02:00
cpld_xilinx.cpp CPLD: Add XC2C64A method to init from EEPROM contents. 2016-07-18 11:31:21 -07:00
cpld_xilinx.hpp CPLD: Add XC2C64A method to init from EEPROM contents. 2016-07-18 11:31:21 -07:00
crc.hpp CRC: Rearrange public methods to reduce user error. 2016-07-05 11:57:57 -07:00
dsp_fft.cpp
dsp_fft.hpp Added an audio FFT view in Wideband FM receive 2018-05-21 18:46:48 +01:00
dsp_fir_taps.cpp SYNC 2016-01-31 09:34:24 +01:00
dsp_fir_taps.hpp Adding 2 WFM filters more to current Audio App ( bw 180Khz and 40 khz to support rx for weather NOAA APT) (#961) 2023-05-07 16:08:45 +02:00
dsp_iir_config.hpp Added CTCSS decoder in NFM RX 2017-11-28 08:52:04 +01:00
dsp_iir.cpp Rebased code from new eried repo commits. Changed to to reflect strijar implementation. Fixed previous issue with old ssb-am-tx ui_mictx code. 2021-03-21 20:21:50 -05:00
dsp_iir.hpp Rebased code from new eried repo commits. Changed to to reflect strijar implementation. Fixed previous issue with old ssb-am-tx ui_mictx code. 2021-03-21 20:21:50 -05:00
dsp_sos_config.hpp Rebased code from new eried repo commits. Changed to to reflect strijar implementation. Fixed previous issue with old ssb-am-tx ui_mictx code. 2021-03-21 20:21:50 -05:00
dsp_sos.cpp Rebased code from new eried repo commits. Changed to to reflect strijar implementation. Fixed previous issue with old ssb-am-tx ui_mictx code. 2021-03-21 20:21:50 -05:00
dsp_sos.hpp Rebased code from new eried repo commits. Changed to to reflect strijar implementation. Fixed previous issue with old ssb-am-tx ui_mictx code. 2021-03-21 20:21:50 -05:00
dsp_types.hpp SYNC 2016-01-31 09:34:24 +01:00
emu_cc1101.hpp Added remaining buttons for TouchTunes remote 2017-09-24 20:05:42 +01:00
ert_packet.cpp Support for ERT SCM+ meter protocol 2023-04-23 01:29:51 -05:00
ert_packet.hpp Support for ERT SCM+ meter protocol 2023-04-23 01:31:45 -05:00
event.cpp SYNC 2016-01-31 09:34:24 +01:00
event.hpp SYNC 2016-01-31 09:34:24 +01:00
ffconf.h added flash utility 2023-03-28 14:39:00 +02:00
field_reader.hpp Fix bug on radiosonde Meteoman Lat & lon calculation 2021-01-25 23:41:19 -03:00
fifo.hpp POCSAG RX saves ignored address 2017-04-21 06:22:31 +01:00
gcc.cpp
gcc.hpp
gpdma.cpp SYNC 2016-01-31 09:34:24 +01:00
gpdma.hpp PortaPack Sync, take 2 (#215) 2019-02-03 18:25:11 +00:00
gpio.hpp Adding support for HackRF One R9, as per https://github.com/sharebrained/portapack-hackrf/pull/187 2023-02-16 12:10:26 +00:00
hackrf_cpld_data.hpp CPLD: Stop generating HackRF CPLD .hpp file. 2017-06-02 21:55:35 -07:00
hackrf_gpio.hpp Adding support for HackRF One R9, as per https://github.com/sharebrained/portapack-hackrf/pull/187 2023-02-16 12:10:26 +00:00
hackrf_hal.cpp PortaPack Sync, take 2 (#215) 2019-02-03 18:25:11 +00:00
hackrf_hal.hpp Adding support for HackRF One R9, as per https://github.com/sharebrained/portapack-hackrf/pull/187 2023-02-16 12:10:26 +00:00
i2c_pp.cpp
i2c_pp.hpp Upstream merge to make new revision of PortaPack work (#206) 2019-01-11 06:56:21 +00:00
i2s.hpp PortaPack Sync, take 2 (#215) 2019-02-03 18:25:11 +00:00
jammer.cpp Finished jammer modes 2017-02-13 05:35:13 +00:00
jammer.hpp Added tabs to BHT TX and Jammer 2017-08-12 00:27:05 +01:00
jtag_tap.cpp JTAG: Add TAP state management. 2016-07-17 15:44:30 -07:00
jtag_tap.hpp JTAG: Add TAP state management. 2016-07-17 15:44:30 -07:00
jtag_target_gpio.hpp JTAG: Move Target interface to separate header. 2016-07-11 09:39:02 -07:00
jtag_target.hpp JTAG: Move Target interface to separate header. 2016-07-11 09:39:02 -07:00
jtag.cpp
jtag.hpp JTAG: Remove unused methods. 2016-07-13 11:02:13 -07:00
lcd_ili9341.cpp Add ability to draw text with a transparent background 2023-02-28 20:00:05 +00:00
lcd_ili9341.hpp Removed drawRAW. 2020-08-29 10:53:26 +08:00
led.hpp
lfsr_random.cpp Add LFSR random number generator. 2016-04-10 16:30:28 -07:00
lfsr_random.hpp Add LFSR random number generator. 2016-04-10 16:30:28 -07:00
lpc43xx_cpp.hpp Rename m4txevent::assert and m0apptxevent::assert (adding "_event") 2020-08-19 09:43:04 +02:00
manchester.cpp Radiosonde RX now understands Meteomodem's M10 correctly 2017-10-27 18:54:50 +02:00
manchester.hpp Radiosonde RX now understands Meteomodem's M10 correctly 2017-10-27 18:54:50 +02:00
memory_map.hpp C++14: const all the methods! 2017-01-05 17:06:44 -08:00
message_queue.cpp Rename m4txevent::assert and m0apptxevent::assert (adding "_event") 2020-08-19 09:43:04 +02:00
message_queue.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
message.hpp implement ook scan 2022-12-05 16:51:23 +02:00
modules.h Added frequency manager skeleton, LCR alt encoding, GPS jammer 2016-07-25 16:21:27 +02:00
morse.cpp Finally found what was eating all the RAM :D 2018-05-15 23:35:30 +01:00
morse.hpp Finally found what was eating all the RAM :D 2018-05-15 23:35:30 +01:00
msgpack.cpp More messagepack 2016-05-16 12:02:45 +02:00
msgpack.hpp More messagepack 2016-05-16 12:02:45 +02:00
optional.hpp SYNC 2016-01-31 09:34:24 +01:00
performance_counter.cpp improved stability of cpu usage calculation 2023-04-24 13:00:34 +02:00
performance_counter.hpp refactoring 2023-04-24 13:04:59 +02:00
pins.hpp refactoring 2023-04-16 20:33:02 +02:00
platform.hpp Adding support for HackRF One R9, as per https://github.com/sharebrained/portapack-hackrf/pull/187 2023-02-16 12:10:26 +00:00
png_writer.cpp FatFs: Enable long file name support. 2016-08-21 18:06:39 -07:00
png_writer.hpp Add lots of value constructors. 2016-11-26 16:50:44 -08:00
pocsag_packet.cpp Added basic POCSAG receiver 2016-08-23 08:45:33 +02:00
pocsag_packet.hpp Removed unused items from the UI 2021-10-21 17:14:08 +01:00
pocsag.cpp POCSAG before reformat 2021-10-10 09:15:42 +01:00
pocsag.hpp POCSAG before reformat 2021-10-10 09:15:42 +01:00
portapack_adc.hpp
portapack_cpld_data.hpp CPLD: Organize CPLD code into namespaces. 2017-06-02 21:57:13 -07:00
portapack_dma.hpp
portapack_hal.hpp added dfu button to debug app 2023-04-16 18:23:54 +02:00
portapack_io.cpp added dfu button to debug app 2023-04-16 19:51:06 +02:00
portapack_io.hpp added dfu button to debug app 2023-04-16 18:23:54 +02:00
portapack_persistent_memory.cpp indentation & added load & save persistent settings to sdcard 2023-03-31 14:05:33 +02:00
portapack_persistent_memory.hpp indentation & added load & save persistent settings to sdcard 2023-03-31 14:05:33 +02:00
portapack_shared_memory.cpp
portapack_shared_memory.hpp added frame miss rate for m4 signal processing 2023-04-26 22:28:14 +02:00
simd.hpp Remove broken simd32_t type. 2017-05-03 09:58:07 +01:00
sine_table_int8.hpp Improved the pitch RSSI. Still looking for better approach. 2021-06-10 12:10:24 +01:00
sine_table.hpp Solving correct Bearing Angle in ADSB TX app 2023-01-01 23:23:06 +01:00
sonde_packet.cpp fix altitude inaccuracy 2023-05-03 05:37:31 +02:00
sonde_packet.hpp add Meteomodem_M20 to packet class in sonde_packet.hpp 2023-04-29 13:49:27 +02:00
spi_image.hpp added copy of hackrf usb stack 2023-03-29 17:05:11 +02:00
sstv.hpp Finally found what was eating all the RAM :D 2018-05-15 23:35:30 +01:00
test_packet.cpp Fixed freeze in TouchTunes scan 2017-11-08 21:08:46 +01:00
test_packet.hpp Added "test app" as a draft zone for... stuff 2017-10-30 02:00:39 +01:00
thread_base.hpp Move thread_base.hpp from baseband/ to common/. 2016-07-26 10:22:10 -07:00
thread_wait.cpp Simplify RSSI/BB DMA, extract to ThreadWait class. 2016-02-09 10:41:19 -08:00
thread_wait.hpp Simplify RSSI/BB DMA, extract to ThreadWait class. 2016-02-09 10:41:19 -08:00
tonesets.hpp Finally found what was eating all the RAM :D 2018-05-15 23:35:30 +01:00
tpms_packet.cpp Update tpms_packet.cpp 2023-04-03 16:40:07 -05:00
tpms_packet.hpp Fix for warning: narrowing conversion 2022-04-21 21:41:02 +02:00
ui_focus.cpp some improvements to screen navigation 2022-01-30 05:12:46 -05:00
ui_focus.hpp
ui_painter.cpp Add a TestField widget that supports a cursor. 2023-04-28 19:26:53 -07:00
ui_painter.hpp Add a TestField widget that supports a cursor. 2023-04-28 19:26:53 -07:00
ui_text.cpp Hide ui::Size implementation. 2016-11-28 10:55:45 -08:00
ui_text.hpp Hide ui::Size implementation. 2016-11-28 10:55:45 -08:00
ui_widget.cpp Two minor patches - freqman file processing & NumberField "can_loop" option (#981) 2023-05-12 18:48:32 +02:00
ui_widget.hpp Fileman icon toolbar (#975) 2023-05-11 22:46:38 +02:00
ui.cpp Create optimised integer functions to reduce CPU usage 2023-02-28 20:00:39 +00:00
ui.hpp added dfu button to debug app 2023-04-16 18:23:54 +02:00
units.hpp SYNC 2016-01-31 09:34:24 +01:00
utility_m4.hpp SYNC 2016-01-31 09:34:24 +01:00
utility.cpp Create optimised integer functions to reduce CPU usage 2023-02-28 20:00:39 +00:00
utility.hpp Create optimised integer functions to reduce CPU usage 2023-02-28 20:00:39 +00:00
volume.hpp SYNC 2016-01-31 09:34:24 +01:00
wm8731.cpp Ak4951-ALC_base adding WM8731-boost OFF options 2022-09-28 22:42:33 +02:00
wm8731.hpp Finalised all Mic Boost(WM) and Mic ALC(AK) 2022-10-02 00:51:12 +02:00