Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix FSM deadlock in FSM_BALISE_COURTE_OPEN | Matthias P. Braendli | 2019-06-28 | 2 | -14/+58 | |
| | | | | 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 mode | Matthias P. Braendli | 2019-06-24 | 1 | -1/+2 | |
| | ||||||
* | Send beacons even if GPS never starts giving time | Matthias P. Braendli | 2019-06-24 | 1 | -11/+26 | |
| | ||||||
* | Remove TODOs for SQ2 and 1750 outputs | Matthias P. Braendli | 2019-06-24 | 1 | -3/+0 | |
| | ||||||
* | Modify QUCS sim for ADC input | Matthias P. Braendli | 2019-06-24 | 1 | -51/+93 | |
| | ||||||
* | Add Kicad project for a NEO gps breakout board | Matthias P. Braendli | 2019-06-24 | 4 | -0/+2174 | |
| | ||||||
* | Show ALIM and TEMP independently of GPS time | Matthias P. Braendli | 2019-06-23 | 1 | -12/+11 | |
| | | | | This avoids the bot complaining about no UART messages after a startup where GNSS never gets a fix | |||||
* | Revert "Switch debug UART to 115200" and set it to 9600 again | Matthias P. Braendli | 2019-06-19 | 1 | -1/+1 | |
| | | | | This reverts commit 7c7cd71c56808610be6af41dbeb09637026414bb. | |||||
* | Fix tone LED in code and schematics | Matthias P. Braendli | 2019-05-10 | 4 | -63/+70 | |
| | ||||||
* | Remove TODO warnings | Matthias P. Braendli | 2019-05-10 | 2 | -3/+1 | |
| | ||||||
* | Fix codestr uninitialised warning | Matthias P. Braendli | 2019-05-10 | 1 | -1/+1 | |
| | ||||||
* | Move PA signal on fax_1750_interconnect schematic | Matthias P. Braendli | 2019-05-10 | 1 | -6/+6 | |
| | ||||||
* | Increase DTMF interval to 2.5s | Matthias P. Braendli | 2019-05-10 | 1 | -1/+1 | |
| | ||||||
* | Show DAC SR when spurious TIM DAC ISR occurs | Matthias P. Braendli | 2019-05-10 | 1 | -1/+3 | |
| | ||||||
* | Implement 5s 1750 to disable FAX | Matthias P. Braendli | 2019-05-10 | 5 | -5/+25 | |
| | ||||||
* | Fix SQ2 output to 0 | Matthias P. Braendli | 2019-05-10 | 1 | -2/+4 | |
| | ||||||
* | Modify orange LED usage | Matthias P. Braendli | 2019-05-10 | 1 | -7/+2 | |
| | ||||||
* | Move spec and some doc from trello to doc/ | Matthias P. Braendli | 2019-05-06 | 3 | -20/+109 | |
| | ||||||
* | Minor schematic and board changes | Matthias P. Braendli | 2019-05-03 | 2 | -23/+23 | |
| | ||||||
* | Update fax 1750 interconnect drawing | Matthias P. Braendli | 2019-05-03 | 1 | -5/+50 | |
| | ||||||
* | Handle 1750 front button | Matthias P. Braendli | 2019-05-03 | 3 | -4/+8 | |
| | ||||||
* | Add a bit of delay on the 1750 detector | Matthias P. Braendli | 2019-04-22 | 2 | -4/+11 | |
| | ||||||
* | Fix FAX detection and output | Matthias P. Braendli | 2019-04-19 | 5 | -9/+10 | |
| | ||||||
* | Disable Tones debugging | Matthias P. Braendli | 2019-04-19 | 1 | -0/+2 | |
| | ||||||
* | Fix simulator compilation | Matthias P. Braendli | 2019-04-19 | 7 | -73/+56 | |
| | ||||||
* | Upgrade FreeRTOS to 10.2.0 | Matthias P. Braendli | 2019-04-19 | 32 | -4599/+9547 | |
| | ||||||
* | Fix tone detection | Matthias P. Braendli | 2019-04-19 | 5 | -205/+65 | |
| | ||||||
* | tone: do Q1 and Q2 calculation inside IRQ | Matthias P. Braendli | 2019-04-19 | 4 | -19/+99 | |
| | ||||||
* | Switch to 16kHz audio | Matthias P. Braendli | 2019-04-14 | 3 | -4/+4 | |
| | ||||||
* | Properly use queues from ISR | Matthias P. Braendli | 2019-04-14 | 4 | -7/+12 | |
| | ||||||
* | Add task cpu usage printout code, disabled by default | Matthias P. Braendli | 2019-04-14 | 2 | -2/+69 | |
| | ||||||
* | Enable FAX mode when DTMF sequence detected | Matthias P. Braendli | 2019-04-13 | 5 | -13/+71 | |
| | ||||||
* | Implement DTMF sequence decoding and FSM activation of tone detector (untested) | Matthias P. Braendli | 2019-04-12 | 9 | -38/+190 | |
| | ||||||
* | Reorder audio output NVIC settings | Matthias P. Braendli | 2019-04-11 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Improve FM TX GRC | Matthias P. Braendli | 2019-04-11 | 1 | -6/+6 | |
| | ||||||
* | Document openocd + gdb | Matthias P. Braendli | 2019-04-11 | 1 | -0/+11 | |
| | ||||||
* | Add GNURadio file for FM TX simulation | Matthias P. Braendli | 2019-04-11 | 1 | -0/+2015 | |
| | ||||||
* | Add some 1750 detection code to glutt-o-logic | Matthias P. Braendli | 2019-04-11 | 22 | -246/+1246 | |
| | ||||||
* | 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 | 18 | -8/+598 | |
|\ | ||||||
| * | 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 | 12 | -8/+337 | |
| | | ||||||
* | | rename fsm input variables | Matthias P. Braendli | 2019-03-02 | 3 | -12/+11 | |
| | | ||||||
* | | layout: connect new outputs | Matthias P. Braendli | 2019-03-02 | 1 | -251/+213 | |
| | |