aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
Commit message (Collapse)AuthorAgeFilesLines
* Stats: add QSO duration, avoid calling build_text all the timeMatthias P. Braendli2019-07-054-10/+50
|
* stats: add GNSS SV and QRP percentage. Also use derived timeMatthias P. Braendli2019-07-053-7/+54
|
* Fix printf warningsMatthias P. Braendli2019-07-011-7/+7
|
* Add stats beaconMatthias P. Braendli2019-07-019-162/+561
| | | | | | - Add PSK63 and PSK125 functionality - Rename cw_psk31 to cw_psk - Add a new type of long beacon, transmitted at 22:00
* Change common/ folder structureMatthias P. Braendli2019-06-2929-12/+12
|
* Fix FSM deadlock in FSM_BALISE_COURTE_OPENMatthias P. Braendli2019-06-281-4/+9
| | | | When cw_psk31_done and sq occur simultaneously while inside FSM_BALISE_COURTE
* Fix wrong units and set hour_is_even for free-running clock modeMatthias P. Braendli2019-06-241-1/+2
|
* Send beacons even if GPS never starts giving timeMatthias P. Braendli2019-06-241-11/+26
|
* Show ALIM and TEMP independently of GPS timeMatthias P. Braendli2019-06-231-12/+11
| | | | This avoids the bot complaining about no UART messages after a startup where GNSS never gets a fix
* Fix tone LED in code and schematicsMatthias P. Braendli2019-05-101-3/+5
|
* Fix codestr uninitialised warningMatthias P. Braendli2019-05-101-1/+1
|
* Increase DTMF interval to 2.5sMatthias P. Braendli2019-05-101-1/+1
|
* Implement 5s 1750 to disable FAXMatthias P. Braendli2019-05-105-5/+25
|
* Fix SQ2 output to 0Matthias P. Braendli2019-05-101-2/+4
|
* Modify orange LED usageMatthias P. Braendli2019-05-101-7/+2
|
* Handle 1750 front buttonMatthias P. Braendli2019-05-032-3/+7
|
* Add a bit of delay on the 1750 detectorMatthias P. Braendli2019-04-221-3/+11
|
* Fix FAX detection and outputMatthias P. Braendli2019-04-193-6/+9
|
* Disable Tones debuggingMatthias P. Braendli2019-04-191-0/+2
|
* Fix simulator compilationMatthias P. Braendli2019-04-193-11/+19
|
* Fix tone detectionMatthias P. Braendli2019-04-194-158/+58
|
* tone: do Q1 and Q2 calculation inside IRQMatthias P. Braendli2019-04-193-19/+95
|
* Switch to 16kHz audioMatthias P. Braendli2019-04-143-4/+4
|
* Properly use queues from ISRMatthias P. Braendli2019-04-142-3/+6
|
* Add task cpu usage printout code, disabled by defaultMatthias P. Braendli2019-04-141-2/+59
|
* Enable FAX mode when DTMF sequence detectedMatthias P. Braendli2019-04-134-12/+38
|
* Implement DTMF sequence decoding and FSM activation of tone detector (untested)Matthias P. Braendli2019-04-127-28/+164
|
* Rework tone detectorMatthias P. Braendli2019-04-115-38/+136
| | | | | | | | | - Send buffer pointers from ISR to userspace - Use ADC interrupt to fetch data, not TIM6 - Increase size of buffer and do double-buffering - Implement DTMF detectors - Compare relative results instead of using absolute thresholds - Add an IIR averaging filter on the results
* Add some 1750 detection code to glutt-o-logicMatthias P. Braendli2019-04-117-50/+86
|
* Make 1750 detector work in simulator FSMMatthias P. Braendli2019-03-022-23/+7
|
* Merge branch '1750_soft'Matthias P. Braendli2019-03-027-2/+242
|\
| * Widen frequency range of tone testMatthias P. Braendli2018-06-191-3/+3
| |
| * Fix simulator compilationMatthias P. Braendli2018-06-172-4/+7
| |
| * Add tone-test-simMatthias P. Braendli2018-06-172-59/+52
| |
| * Base with a working implementation on the simulator for software 1750 detectionMaximilien Cuony2018-05-107-2/+246
| |
* | rename fsm input variablesMatthias P. Braendli2019-03-022-7/+10
|/
* Add BUG_1750_BROKEN workaroundMatthias P. Braendli2018-05-091-1/+19
|
* Fix analog_supply_too_low() commentMatthias P. Braendli2018-05-091-1/+1
|
* Stop SSTV Autoopen with QRPMaximilien Cuony2017-09-261-1/+3
|
* Allow to open the relay with SQ using fax modeMaximilien Cuony2017-04-303-3/+55
|
* Increate delay after locatorMaximilien Cuony2017-04-301-3/+3
|
* Avoid letter delay if QSO duration was between 3 and 5 secMatthias P. Braendli2016-12-201-1/+1
|
* Initialise struct tm in gps_monit_taskMatthias P. Braendli2016-12-171-1/+1
|
* Reduce delay after end of baliseMatthias P. Braendli2016-12-101-1/+1
|
* Do not send text at QSO end if balise is pendingMatthias P. Braendli2016-10-201-20/+29
|
* Restart QSO duration counter once end text sentMatthias P. Braendli2016-10-201-19/+22
|
* Unify representation of tm_yearMatthias P. Braendli2016-10-203-12/+5
|
* tm_mon is zero-indexed, unlike the month in GNRMCMatthias P. Braendli2016-09-303-5/+6
| | | | Fixes wrong DST correction, and likely problem we would have in December
* Improve vc.c generationMatthias P. Braendli2016-09-261-1/+1
|
* Add delays to fix aggressive FAULT_ADC1Matthias P. Braendli2016-09-263-12/+9
|