Commit graph

197 commits

Author SHA1 Message Date
jgromes
dc4c588bae [HTTP] Fixed exclusion macros 2020-07-04 21:18:49 +02:00
jgromes
152d3d3da3 [AX25] Fixed exclusion macros 2020-07-04 21:18:40 +02:00
jgromes
4ca26f6e47 [AFSK] Fixed exclusion macros 2020-07-04 21:18:31 +02:00
jgromes
91de2e1eeb [SSTV] Moved method back to .cpp file 2020-07-04 15:43:06 +02:00
jgromes
c429563deb [PHY] Fixes from cppcheck scan 2020-07-04 15:42:41 +02:00
jgromes
b611cf3a9c [Morse] Fixes from cppcheck scan 2020-07-04 15:34:06 +02:00
jgromes
cb0cf75c99 [MQTT] Fixes from cppcheck scan 2020-07-04 15:32:32 +02:00
jgromes
f394912c92 [HTTP] Fixes from cppcheck scan 2020-07-04 15:29:37 +02:00
jgromes
0c7f597b7f [Hell] Made ctors explicit 2020-07-04 15:28:02 +02:00
jgromes
02bb36e1af [Hell] Fixes from cppcheck scan 2020-07-04 15:26:55 +02:00
jgromes
36d4167161 [AX25] Fixes from cppcheck scan 2020-07-04 15:23:57 +02:00
jgromes
d066f616b1 [RTTY] Fixes from cppcheck scan 2020-07-04 13:18:48 +02:00
jgromes
be585bbf78 [SSTV] Fixes from cppcheck scan 2020-07-04 13:18:24 +02:00
jgromes
b67060e424 [AX25] Fixed uninitialized array 2020-07-04 12:18:02 +02:00
jgromes
10f11aac88 [SSTV] Reworked driver exclusion 2020-06-30 10:46:04 +02:00
jgromes
80fa8ba99d [RTTY] Reworked driver exclusion 2020-06-30 10:45:52 +02:00
jgromes
e5437deae2 [Morse] Reworked driver exclusion 2020-06-30 10:45:45 +02:00
jgromes
7a22cbfd4d [MQTT] Reworked driver exclusion 2020-06-30 10:45:35 +02:00
jgromes
d032015e31 [Hell] Reworked driver exclusion 2020-06-30 10:45:28 +02:00
jgromes
fc21a1d501 [HTTP] Reworked driver exclusion 2020-06-30 10:45:11 +02:00
jgromes
55ebbc3488 [AX25] Reworked driver exclusion 2020-06-30 10:45:00 +02:00
jgromes
6f6ff7d637 [AFSK] Reworked driver exclusion 2020-06-30 10:44:48 +02:00
jgromes
79d8ff2ca0 [AFSK] Added check for zero tone frequency 2020-05-03 11:04:51 +02:00
jgromes
0a07f22e93 [SSTV] Added AFSK support 2020-04-30 17:11:24 +02:00
jgromes
f7f81cd41e [RTTY] Added AFSK support 2020-04-30 17:11:09 +02:00
jgromes
0a705f5bb9 [Morse] Added AFSK support 2020-04-30 17:10:54 +02:00
jgromes
21c0703383 [Hell] Added AFSK support 2020-04-30 17:10:37 +02:00
jgromes
ed69931041 [AX25] Added AFSK support 2020-04-30 17:10:21 +02:00
jgromes
072e4288c9 [AFSK] Added AFSK support (#139) 2020-04-30 17:09:25 +02:00
jgromes
6f0989993e [HTTP] Replaced itoa() with sprintf() 2020-04-22 14:55:23 +02:00
jgromes
abad47bdae [Hell] Added Hellschreiber support 2020-04-14 09:33:39 +02:00
jgromes
34559fdee3 [SSTV] Added missing calls to yield 2020-04-01 14:02:25 +02:00
jgromes
8701492959 [RTTY] Added missing calls to yield 2020-04-01 14:02:16 +02:00
jgromes
b731b60852 [SSTV] Added missing Doxygen comments 2020-03-31 18:02:51 +02:00
jgromes
c39c4f6b0d [SSTV] Added SSTV support 2020-03-31 17:31:10 +02:00
jgromes
e68146bcde Added missing Doxygen comments 2020-02-14 08:39:10 +01:00
jgromes
ddb478afff [AX25] Added AX.25 support 2020-02-14 08:08:59 +01:00
jgromes
76dd718146 [PHY] Added data shaping and encoding interface methods 2020-02-11 14:28:10 +01:00
jgromes
318de480ab Reworked PhysicalLayer to accept frequency step directly 2020-02-07 18:31:51 +01:00
jgromes
41f4848b9e [Morse] Formatting fixes, added missing symbol space 2019-12-23 14:25:34 +01:00
Marco Campinoti
4272b0ff30
Reorganized morsecode symbols array and updated the MorseClient::write(uint8_t b) method
The whole idea was taken from the CubeSat way of doing morsecode,
2019-12-22 22:07:46 +01:00
jgromes
915f3780cc Reworked directory structure 2019-11-20 17:19:15 +01:00
jgromes
2fc641449a Implemented god mode 2019-11-20 16:55:11 +01:00
jgromes
cd1c799a64 Updated macro names 2019-11-20 16:22:50 +01:00
jgromes
a3c46d0056 [RTTY] Fixed incorrect type 2019-11-17 10:07:23 +01:00
jgromes
adcde6fb6c Added option to use only static allocations 2019-09-28 12:49:44 +02:00
jgromes
c093d34c91 Updated debug macros 2019-09-28 10:30:50 +02:00
jgromes
4eef30a2a4 [HTTP] Fixed incorrect string length 2019-09-09 10:04:07 +02:00
jgromes
11dc4be0ec [RTTY] Fixed ITA2 encoding 2019-07-26 20:06:12 +02:00
jgromes
c43ba03d7d [HTTP] Fixed memory leak 2019-07-23 20:22:35 +02:00