aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Stats: capa in AhMatthias P. Braendli2020-05-031-1/+1
|
* Add space after CC:Matthias P. Braendli2020-04-261-1/+1
|
* Enable STM32 USART2 RXMatthias P. Braendli2020-04-261-1/+1
|
* Add missing filesMatthias P. Braendli2020-04-262-0/+122
|
* Add batterycharge to statsMatthias P. Braendli2020-04-255-44/+58
|
* Add echo functionality for coulomb counterMatthias P. Braendli2020-04-203-13/+102
|
* Add BMP085 to the temperature sw projectMatthias P. Braendli2020-04-205-22/+753
|
* Make 1750 react in 300ms instead of 500msLa haut sur la glutte2019-12-081-1/+1
|
* Replace DTMF 0,7,star by 1,7,starLa haut sur la glutte2019-12-081-26/+14
|
* Fix statistics output of negative temperatures.Matthias P. Braendli2019-12-071-3/+9
|
* Avoid using functions requiring locale supportMatthias P. Braendli2019-12-071-7/+20
| | | | | isdigit() and similar from ctype.h require this. Apparently this is not supported in the same way anymore on ARM.
* Fix uptime calculation after 25daysMatthias P. Braendli2019-09-031-4/+4
|
* Stats: fix number of GNSS SVs usedMatthias P. Braendli2019-07-091-0/+2
|
* Stats: fix uptime minutes and temperatureMatthias P. Braendli2019-07-092-26/+36
|
* Also send PSK125 in special baliseMatthias P. Braendli2019-07-072-27/+62
|
* Remove fprinf from Core/main.cMatthias P. Braendli2019-07-071-1/+0
|
* Normalise STATS1 beaconMatthias P. Braendli2019-07-052-10/+1
|
* Suppress warning in cw.cMatthias P. Braendli2019-07-051-2/+3
|
* Merge statsMatthias P. Braendli2019-07-0510-164/+656
|\
| * Stats: add QSO duration, avoid calling build_text all the timeMatthias P. Braendli2019-07-055-10/+56
| |
| * 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
* | Adapt QRP QRO voltage thresholdsMatthias P. Braendli2019-07-051-6/+6
|/
* Change common/ folder structureMatthias P. Braendli2019-06-2934-18/+17
|
* 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
|
* Remove TODOs for SQ2 and 1750 outputsMatthias P. Braendli2019-06-241-3/+0
|
* 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
* Revert "Switch debug UART to 115200" and set it to 9600 againMatthias P. Braendli2019-06-191-1/+1
| | | | This reverts commit 7c7cd71c56808610be6af41dbeb09637026414bb.
* Fix tone LED in code and schematicsMatthias P. Braendli2019-05-102-5/+7
|
* Remove TODO warningsMatthias P. Braendli2019-05-102-3/+1
|
* Fix codestr uninitialised warningMatthias P. Braendli2019-05-101-1/+1
|
* Increase DTMF interval to 2.5sMatthias P. Braendli2019-05-101-1/+1
|
* Show DAC SR when spurious TIM DAC ISR occursMatthias P. Braendli2019-05-101-1/+3
|
* 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-222-4/+11
|
* Fix FAX detection and outputMatthias P. Braendli2019-04-195-9/+10
|
* Disable Tones debuggingMatthias P. Braendli2019-04-191-0/+2
|
* Fix simulator compilationMatthias P. Braendli2019-04-197-73/+56
|
* Upgrade FreeRTOS to 10.2.0Matthias P. Braendli2019-04-1932-4599/+9547
|
* Fix tone detectionMatthias P. Braendli2019-04-195-205/+65
|
* tone: do Q1 and Q2 calculation inside IRQMatthias P. Braendli2019-04-194-19/+99
|
* Switch to 16kHz audioMatthias P. Braendli2019-04-143-4/+4
|
* Properly use queues from ISRMatthias P. Braendli2019-04-144-7/+12
|
* Add task cpu usage printout code, disabled by defaultMatthias P. Braendli2019-04-142-2/+69
|