Commit Graph

684 Commits

Author SHA1 Message Date
Fabrice Fontaine
707b51ecbc minor: Fix mongoose build without threads (#2291)
Fix the following build failure without threads:

In file included from /home/buildroot/autobuild/instance-3/output-1/build/rtl_433-22.11/src/data_tag.c:17:
/home/buildroot/autobuild/instance-3/output-1/build/rtl_433-22.11/include/mongoose.h:407:10: fatal error: pthread.h: No such file or directory
  407 | #include <pthread.h>
      |          ^~~~~~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/9f1677fc5a4568be0b9c121060c5d821ac2ae21b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2022-12-27 21:32:01 +01:00
Christian W. Zuckschwerdt
7d5129786b Add log output, log redirect, colored KV log (#2254) 2022-12-23 13:18:36 +01:00
Christian W. Zuckschwerdt
0ff7247336 Add output log level options (#2282) 2022-12-19 18:44:29 +01:00
Christian W. Zuckschwerdt
ad8f348130 minor: Fix pthread_cancel compat 2022-12-17 12:38:17 +01:00
Christian W. Zuckschwerdt
dc95819b3d Fix to use pthread compat on WIN32 always 2022-12-10 00:04:19 +01:00
Christian W. Zuckschwerdt
18f180252b minor: Change data output flush to print wrapper 2022-12-04 21:19:56 +01:00
Christian W. Zuckschwerdt
959aa0a3a2 Add basic logger (#2263) 2022-12-04 10:41:51 +01:00
Christian W. Zuckschwerdt
24c2a2baf4 minor: Change bitbuffer_print to deprected 2022-12-01 13:38:43 +01:00
Christian W. Zuckschwerdt
94d7b69338 Fix Win32 thread calling convention 2022-11-20 19:03:38 +01:00
Christian W. Zuckschwerdt
e67a9f586b minor: Fix Mongoose deprecated function prototype 2022-11-19 17:55:01 +01:00
Christian W. Zuckschwerdt
2119ad6319 minor: Refactor code for pulse_data 2022-09-19 09:39:04 +02:00
Christian W. Zuckschwerdt
aae921c1db minor: Cleanup style for pulse_detect_fsk 2022-09-19 08:57:20 +02:00
Christian W. Zuckschwerdt
e8ec15e65f Add decode symbol helper and flex option (#2161) 2022-08-27 15:39:10 +02:00
Nicko van Someren
9c53fa084f Add support for Badger ORION water meter (#2089) 2022-08-08 09:48:38 +02:00
Robert Högberg
cd90897b7f Add support for Rubicson pool thermometer 48942 (#2137) 2022-08-06 22:50:13 +02:00
anthyz
d0af8eaebb Add support for Fine Offset WN34 temperature sensor (#2122) 2022-08-06 16:38:23 +02:00
jbfunk
fbb5fb32c8 Add support for Maverick XR-30 (#2090) 2022-08-06 16:00:11 +02:00
anthyz
a6c5044c34 Add support for Fine Offset WH45 air quality sensor 2022-07-05 12:26:03 -04:00
dforsi
f8d98dfdc3 minor: Fix spelling errors (#2082)
Fixed with:
codespell --interactive=1 --write-changes --ignore-words-list=als,ans,hass,hist,hsa,produkt,proove,temperatur,toke --skip=CHANGELOG.md,mongoose.*

Co-authored-by: Daniele Forsi <iu5hkx@gmail.com>
2022-06-04 13:43:37 +02:00
Pietro210
51271b36e7 Add support for HCS200/HCS300 based remotes with FSK transmitters (#2052) 2022-04-24 15:26:18 +02:00
Christian W. Zuckschwerdt
d67ee968e1 minor: Fix MSVC build 2022-04-24 12:43:12 +02:00
Christian W. Zuckschwerdt
f7e4d18436 minor: Fix and update Windows build 2022-04-22 15:59:38 +02:00
stomko11
160a6b8e2b Add support for Emos E6016 Rain Gauge (#2032)
Co-authored-by: Dirk Utke-Woehlke <kardinal26@mail.de>
2022-03-30 11:44:35 +02:00
robcazzaro
94df283cf4 Add support for ANT and ANT+ devices (#2004) 2022-03-26 20:14:44 +01:00
Christian W. Zuckschwerdt
7d7b7bfa37 Change SDR data buffers to persist valid 2022-03-26 14:18:45 +01:00
Christian W. Zuckschwerdt
eda74c17db minor: Add visibility to dynamic lib exports (closes #2010)
Co-authored-by: "Rick Farina (Zero_Chaos)" <zerochaos@gentoo.org>
2022-03-18 08:15:48 +01:00
Christian W. Zuckschwerdt
45e8fc54b3 minor: Add warning to invalid bitbuffer_parse arg in flex or test strings 2022-03-09 13:46:57 +01:00
Christian W. Zuckschwerdt
282051b39d Change the PCM/NRZ/RZ naming 2022-03-03 14:52:32 +01:00
Christian W. Zuckschwerdt
63514de0f3 Add support for Altronics X7064 sensor (closes #2000) 2022-03-03 14:20:17 +01:00
Christian W. Zuckschwerdt
dd1c970f9b Rename pulse_demod to pulse_slicer 2022-03-03 09:43:28 +01:00
Christian W. Zuckschwerdt
0a2272b53b Fix EMOS-6016 checksum, add DCF77 2022-03-01 10:23:00 +01:00
Dirk Utke-Woehlke
7ef6dafd1b Add support for EMOS 6016 (#1983)
Co-authored-by: Dirk Utke-Woehlke <AutomGuy@users.noreply.github.com>
2022-03-01 10:22:54 +01:00
Christian W. Zuckschwerdt
1b691f2d47 Add bitbuffer_find_repeated_prefix function 2022-03-01 10:08:20 +01:00
Christian W. Zuckschwerdt
d2aae167e2 Change fprintf in decoders to decoder_log 2022-02-12 11:48:15 +01:00
Christian W. Zuckschwerdt
4f5241987d Add decoder log to replace bitbuffer bitrow print 2022-02-09 07:01:12 +01:00
Christian W. Zuckschwerdt
9fedcf1feb Add decoder log to replace fprintf 2022-02-08 11:00:02 +01:00
Christian W. Zuckschwerdt
8b5598357a Add support for FineOffset WS80 weather station (closes #1965) 2022-02-06 12:15:01 +01:00
Christian W. Zuckschwerdt
3f800cefc7 Add rtl_tcp pass-through output (#1915) 2022-01-30 12:13:43 +01:00
Christian W. Zuckschwerdt
4f5231bef2 Add Threads if available 2022-01-30 12:10:20 +01:00
Tomas Ebenlendr
3e21d82a88 Add support for Renault-0435R TPMS (#1924) 2022-01-30 10:59:00 +01:00
Christian W. Zuckschwerdt
abc68c80d6 Revert "Add support for Honeywell ceiling fans (#1955)"
This reverts commit 6e4f874ae7.
2022-01-25 16:54:50 +01:00
dtiller
6e4f874ae7 Add support for Honeywell ceiling fans (#1955) 2022-01-24 16:52:20 +01:00
dtiller
e66eec4e3b Add support for Regency ceiling fans (#1948) 2022-01-21 20:10:17 +01:00
Christian W. Zuckschwerdt
bc8724e0a9 Add trigger stream output (#1910) 2022-01-08 12:11:21 +01:00
Christian W. Zuckschwerdt
6a31e4f7f9 docs: Add minor example notes 2022-01-08 11:54:05 +01:00
Christian W. Zuckschwerdt
4084ea623e Add support for Yale HSA (#1929) 2022-01-07 19:42:55 +01:00
Christian W. Zuckschwerdt
71ef395687 Add support for SimpliSafe-Gen3 (#1257) 2021-12-29 14:48:44 +01:00
Pascal Charest
88e99d979b Add support for AVE TPMS (#1909) 2021-12-20 16:57:54 +01:00
Christian W. Zuckschwerdt
bd3afaa697 Add realtime replay option for file inputs 2021-12-18 12:54:25 +01:00
Christian W. Zuckschwerdt
21d7fadef5 Add support for SmartFire Proflame 2 remote control (closes #1905) 2021-12-13 08:14:58 +01:00