aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Enable FAX mode when DTMF sequence detectedMatthias P. Braendli2019-04-135-13/+71
|
* Implement DTMF sequence decoding and FSM activation of tone detector (untested)Matthias P. Braendli2019-04-129-38/+190
|
* Reorder audio output NVIC settingsMatthias P. Braendli2019-04-111-1/+1
|
* Rework tone detectorMatthias P. Braendli2019-04-118-90/+232
| | | | | | | | | - 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
* Switch debug UART to 115200Matthias P. Braendli2019-04-111-1/+1
|
* Document openocd + gdbMatthias P. Braendli2019-04-111-0/+11
|
* Add some 1750 detection code to glutt-o-logicMatthias P. Braendli2019-04-1118-96/+315
|
* Make 1750 detector work in simulator FSMMatthias P. Braendli2019-03-024-27/+9
|
* Default simulator voltage to 14V to stay in QROMatthias P. Braendli2019-03-021-1/+1
|
* Merge branch '1750_soft'Matthias P. Braendli2019-03-0217-8/+596
|\
| * Fix tone test generationMatthias P. Braendli2018-06-191-5/+5
| |
| * Widen frequency range of tone testMatthias P. Braendli2018-06-193-7/+30
| |
| * Fix simulator compilationMatthias P. Braendli2018-06-173-10/+9
| |
| * Add tone-test-simMatthias P. Braendli2018-06-178-59/+298
| |
| * Base with a working implementation on the simulator for software 1750 detectionMaximilien Cuony2018-05-1011-8/+335
| |
* | rename fsm input variablesMatthias P. Braendli2019-03-023-12/+11
| |
* | Allocate SQ2, DET 1750 and NF, partly adapt code, schematics and layoutMatthias P. Braendli2019-03-023-94/+149
|/
* 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
|
* Compile simulator in 64 bitsMatthias P. Braendli2016-12-201-1/+0
|
* 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
|
* Add vc.cMatthias P. Braendli2016-12-161-0/+30
|
* 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-304-7/+8
| | | | Fixes wrong DST correction, and likely problem we would have in December
* Improve vc.c generationMatthias P. Braendli2016-09-264-9/+61
|
* Suspend scheduler while waiting for ADC measurementMatthias P. Braendli2016-09-262-3/+12
|
* Add delays to fix aggressive FAULT_ADC1Matthias P. Braendli2016-09-264-14/+18
|
* Remove TODO, schematic shows pin is never floatingMatthias P. Braendli2016-09-181-1/+1
|
* Remove inapplicable TODO, it's correctMatthias P. Braendli2016-09-181-1/+1
|
* Handle failing is_dst properly and output errorMatthias P. Braendli2016-09-181-3/+14
|
* Add ADC1 timeout and corresponding new fault sourceMatthias P. Braendli2016-09-182-4/+22
|
* Move v_ref to toplevel of analog_inputMatthias P. Braendli2016-09-181-2/+2
|
* Remove dead assignmentMatthias P. Braendli2016-09-172-2/+7
|
* Add debug for audio. Fix green blinking ledMaximilien Cuony2016-09-151-2/+23
|
* Fix only_zero_in_audio_buffer conditionMaximilien Cuony2016-09-151-1/+1
|
* Modify handling of cw_doneMatthias P. Braendli2016-09-151-6/+8
|
* Increase cw postdelay and add it also to 73Matthias P. Braendli2016-09-151-2/+2
|
* Press bouton bleu for baliseMatthias P. Braendli2016-09-153-1/+8
|
* Add timeout for cw_audio_queue push and new faultMatthias P. Braendli2016-09-122-11/+13
|
* Remove more unused audio functionsMatthias P. Braendli2016-09-123-16/+0
|
* Remove unused audio functionsMatthias P. Braendli2016-09-124-74/+1
|
* Give name to codec reset pinMatthias P. Braendli2016-09-121-4/+6
|
* Add meta-MakefileMatthias P. Braendli2016-09-121-0/+3
|