Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework tone detector | Matthias P. Braendli | 2019-04-11 | 8 | -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 115200 | Matthias P. Braendli | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Document openocd + gdb | Matthias P. Braendli | 2019-04-11 | 1 | -0/+11 |
| | |||||
* | Add some 1750 detection code to glutt-o-logic | Matthias P. Braendli | 2019-04-11 | 18 | -96/+315 |
| | |||||
* | Make 1750 detector work in simulator FSM | Matthias P. Braendli | 2019-03-02 | 4 | -27/+9 |
| | |||||
* | Default simulator voltage to 14V to stay in QRO | Matthias P. Braendli | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | Merge branch '1750_soft' | Matthias P. Braendli | 2019-03-02 | 17 | -8/+596 |
|\ | |||||
| * | Fix tone test generation | Matthias P. Braendli | 2018-06-19 | 1 | -5/+5 |
| | | |||||
| * | Widen frequency range of tone test | Matthias P. Braendli | 2018-06-19 | 3 | -7/+30 |
| | | |||||
| * | Fix simulator compilation | Matthias P. Braendli | 2018-06-17 | 3 | -10/+9 |
| | | |||||
| * | Add tone-test-sim | Matthias P. Braendli | 2018-06-17 | 8 | -59/+298 |
| | | |||||
| * | Base with a working implementation on the simulator for software 1750 detection | Maximilien Cuony | 2018-05-10 | 11 | -8/+335 |
| | | |||||
* | | rename fsm input variables | Matthias P. Braendli | 2019-03-02 | 3 | -12/+11 |
| | | |||||
* | | Allocate SQ2, DET 1750 and NF, partly adapt code, schematics and layout | Matthias P. Braendli | 2019-03-02 | 3 | -94/+149 |
|/ | |||||
* | Add BUG_1750_BROKEN workaround | Matthias P. Braendli | 2018-05-09 | 1 | -1/+19 |
| | |||||
* | Fix analog_supply_too_low() comment | Matthias P. Braendli | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | Stop SSTV Autoopen with QRP | Maximilien Cuony | 2017-09-26 | 1 | -1/+3 |
| | |||||
* | Allow to open the relay with SQ using fax mode | Maximilien Cuony | 2017-04-30 | 3 | -3/+55 |
| | |||||
* | Increate delay after locator | Maximilien Cuony | 2017-04-30 | 1 | -3/+3 |
| | |||||
* | Compile simulator in 64 bits | Matthias P. Braendli | 2016-12-20 | 1 | -1/+0 |
| | |||||
* | Avoid letter delay if QSO duration was between 3 and 5 sec | Matthias P. Braendli | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Initialise struct tm in gps_monit_task | Matthias P. Braendli | 2016-12-17 | 1 | -1/+1 |
| | |||||
* | Add vc.c | Matthias P. Braendli | 2016-12-16 | 1 | -0/+30 |
| | |||||
* | Reduce delay after end of balise | Matthias P. Braendli | 2016-12-10 | 1 | -1/+1 |
| | |||||
* | Do not send text at QSO end if balise is pending | Matthias P. Braendli | 2016-10-20 | 1 | -20/+29 |
| | |||||
* | Restart QSO duration counter once end text sent | Matthias P. Braendli | 2016-10-20 | 1 | -19/+22 |
| | |||||
* | Unify representation of tm_year | Matthias P. Braendli | 2016-10-20 | 3 | -12/+5 |
| | |||||
* | tm_mon is zero-indexed, unlike the month in GNRMC | Matthias P. Braendli | 2016-09-30 | 4 | -7/+8 |
| | | | | Fixes wrong DST correction, and likely problem we would have in December | ||||
* | Improve vc.c generation | Matthias P. Braendli | 2016-09-26 | 4 | -9/+61 |
| | |||||
* | Suspend scheduler while waiting for ADC measurement | Matthias P. Braendli | 2016-09-26 | 2 | -3/+12 |
| | |||||
* | Add delays to fix aggressive FAULT_ADC1 | Matthias P. Braendli | 2016-09-26 | 4 | -14/+18 |
| | |||||
* | Remove TODO, schematic shows pin is never floating | Matthias P. Braendli | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | Remove inapplicable TODO, it's correct | Matthias P. Braendli | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | Handle failing is_dst properly and output error | Matthias P. Braendli | 2016-09-18 | 1 | -3/+14 |
| | |||||
* | Add ADC1 timeout and corresponding new fault source | Matthias P. Braendli | 2016-09-18 | 2 | -4/+22 |
| | |||||
* | Move v_ref to toplevel of analog_input | Matthias P. Braendli | 2016-09-18 | 1 | -2/+2 |
| | |||||
* | Remove dead assignment | Matthias P. Braendli | 2016-09-17 | 2 | -2/+7 |
| | |||||
* | Add debug for audio. Fix green blinking led | Maximilien Cuony | 2016-09-15 | 1 | -2/+23 |
| | |||||
* | Fix only_zero_in_audio_buffer condition | Maximilien Cuony | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | Modify handling of cw_done | Matthias P. Braendli | 2016-09-15 | 1 | -6/+8 |
| | |||||
* | Increase cw postdelay and add it also to 73 | Matthias P. Braendli | 2016-09-15 | 1 | -2/+2 |
| | |||||
* | Press bouton bleu for balise | Matthias P. Braendli | 2016-09-15 | 3 | -1/+8 |
| | |||||
* | Add timeout for cw_audio_queue push and new fault | Matthias P. Braendli | 2016-09-12 | 2 | -11/+13 |
| | |||||
* | Remove more unused audio functions | Matthias P. Braendli | 2016-09-12 | 3 | -16/+0 |
| | |||||
* | Remove unused audio functions | Matthias P. Braendli | 2016-09-12 | 4 | -74/+1 |
| | |||||
* | Give name to codec reset pin | Matthias P. Braendli | 2016-09-12 | 1 | -4/+6 |
| | |||||
* | Add meta-Makefile | Matthias P. Braendli | 2016-09-12 | 1 | -0/+3 |
| | |||||
* | Reset short beacon counter on long beacon TX | Matthias P. Braendli | 2016-09-12 | 1 | -0/+1 |
| | |||||
* | Minor short beacon counter simplification | Matthias P. Braendli | 2016-09-12 | 1 | -5/+3 |
| | |||||
* | Only measure supply during RX | Matthias P. Braendli | 2016-09-10 | 1 | -11/+13 |
| |