portapack-mayhem/firmware
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
..
application Two minor patches - freqman file processing & NumberField "can_loop" option (#981) 2023-05-12 18:48:32 +02:00
baseband Record button remove (#968) 2023-05-10 14:12:49 +02:00
bootstrap PortaPack Sync, take 2 (#215) 2019-02-03 18:25:11 +00:00
chibios Fix warning: cast between incompatible function types from 'void (*)(void *)' to 'msg_t (*)(void *)' 2021-01-27 15:32:46 +01:00
chibios-portapack added dfu button to debug app 2023-04-16 19:51:06 +02:00
common Two minor patches - freqman file processing & NumberField "can_loop" option (#981) 2023-05-12 18:48:32 +02:00
graphics Fileman icon toolbar (#975) 2023-05-11 22:46:38 +02:00
tools fixed packing 2023-03-21 22:01:09 +01:00
CMakeLists.txt added compression of baseband images 2023-03-21 19:18:38 +01:00
toolchain-arm-cortex-m.cmake Missing toolchain-arm-cortex-m.cmake file 2017-02-11 23:12:49 +00:00