Commit Graph

425 Commits

Author SHA1 Message Date
Christian W. Zuckschwerdt
ff30dde9d0 Add new model keys option 2019-03-09 10:35:57 +01:00
Emmanuel N
40145bde51 Add support for XT300/XH300 soil moisture sensor (#946) 2019-03-02 15:00:47 +01:00
Christian W. Zuckschwerdt
162e7202e0 Change min/max macro to MIN/MAX 2019-03-01 12:46:05 +01:00
Christian W. Zuckschwerdt
653fa56a8b Add report model description option (#987) 2019-02-21 09:21:59 +01:00
Christian W. Zuckschwerdt
f4b3d1eafe Refactor modulation_types to r_device.h 2019-02-18 14:21:22 +01:00
Christian W. Zuckschwerdt
481394657c Refactor rtl_433_devices.h to r_device.h 2019-02-17 11:37:23 +01:00
Christian W. Zuckschwerdt
22370cac20 Clean up typedefs 2019-02-16 12:14:58 +01:00
Christian W. Zuckschwerdt
46aaa6fd89 Fix remove trailing spaces 2019-02-15 17:04:27 +01:00
Christian W. Zuckschwerdt
cab7ca924d Change modulation type defines to enum 2019-02-13 17:10:51 +01:00
Christian W. Zuckschwerdt
baace97a5a Harmonize Doxygen comments; enable Autobrief 2019-02-13 16:36:32 +01:00
Christian W. Zuckschwerdt
3e5157d01e Add sample rate to pulse data; output OOK text with proper scale 2019-02-06 15:59:53 +01:00
Christian W. Zuckschwerdt
fca62efe76 Add pulse data text file support (#967) 2019-02-04 14:05:26 +01:00
Christian W. Zuckschwerdt
cce293c706 Add bitbuffer NRZI(NRZS/NRZM) decodes 2019-01-27 13:53:07 +01:00
Christian W. Zuckschwerdt
f980ea5474 Normalize bitbuffer indent style 2019-01-27 13:52:56 +01:00
Christian W. Zuckschwerdt
a800486340 Add parametric decoder setup 2019-01-26 16:32:06 +01:00
Christian W. Zuckschwerdt
412e0355a4 Improve MSVC builds 2018-12-30 20:48:08 +01:00
Christian W. Zuckschwerdt
ba759db27a Print to terminal with colour-codes inlined (1) (#935)
Prototypes for added term_ctrl.c functions.
2018-12-28 19:17:44 +01:00
Christian W. Zuckschwerdt
586eae927b Refactor util into r_util 2018-12-27 13:54:56 +01:00
Gisle Vanem
e99c381263 Print to terminal with colour-codes inlined (1)
Prototypes for added term_ctrl.c functions.
2018-12-23 03:01:56 +01:00
Christian W. Zuckschwerdt
a01a5977d7 Add list_push_all convenience 2018-12-20 11:30:07 +01:00
Christian W. Zuckschwerdt
4e079e21cd Clean up list_t free semantic 2018-12-20 10:24:27 +01:00
Christian W. Zuckschwerdt
d233adf7de Fix missing include 2018-12-19 19:13:54 +01:00
Christian W. Zuckschwerdt
1bed1426b4 Refactor csv_init to output_start 2018-12-19 11:56:34 +01:00
Geoff99
f3bd9c5843 Add Digitech XC-0324 temperature sensor decoder (#849) 2018-12-19 09:07:25 +01:00
Christian W. Zuckschwerdt
82223bb91e Add generic list type (#929)
* Add generic list
* Change output_handler to list_t
* Change dumper to list_t
* Change r_devs to list_t
* Change in_files to list_t
2018-12-19 08:47:29 +01:00
Christian W. Zuckschwerdt
1c1f51675e Rewrite term_ctl with ctx 2018-12-17 19:48:56 +01:00
Christian W. Zuckschwerdt
0a8d7f863d Fix rtl_433.h declarations 2018-12-17 18:45:25 +01:00
Christian W. Zuckschwerdt
72f8a5bfba Fix declaration void param 2018-12-17 14:58:54 +01:00
Christian W. Zuckschwerdt
edf19a393e Refactor includes 2018-12-17 13:45:57 +01:00
winterrace
9caac5456a Fix compilation with MS VC (#920) 2018-12-17 13:41:14 +01:00
Christian W. Zuckschwerdt
ee8594510a Add typedef r_cfg_t 2018-12-17 09:11:32 +01:00
Christian W. Zuckschwerdt
ca844db7e1 Refactor abuf string builder 2018-12-16 19:11:45 +01:00
Christian W. Zuckschwerdt
b7223a9410 Add Mongoose 2018-12-16 18:21:46 +01:00
Christian W. Zuckschwerdt
b85a465cf4 Add data output poll callback 2018-12-16 18:19:01 +01:00
Christian W. Zuckschwerdt
7c07fa8cf4 Move app_cfg definition 2018-12-16 18:17:31 +01:00
Christian W. Zuckschwerdt
a468f24f95 Make data_output_t public 2018-12-16 17:27:55 +01:00
Christian W. Zuckschwerdt
bb0b964c3f Fix header guards 2018-12-16 17:22:34 +01:00
Christian W. Zuckschwerdt
be1aa8c830 Change MSC to __restrict 2018-12-16 16:03:17 +01:00
Christian W. Zuckschwerdt
01e767386a Update installed files 2018-12-16 12:53:29 +01:00
Christian W. Zuckschwerdt
01a21b2c36 Update compat functions 2018-12-16 12:25:19 +01:00
winterrace
65e322f7e1 Fix hi-res timestamps and default search paths on Win using platform files (#910)
- hi-res timestamp reading on windows (cast to 64 bit before <<32)
- Default search paths regarding rtl_433 config files for Windows platform
2018-12-16 11:54:36 +01:00
Christian W. Zuckschwerdt
d6e7d3056e Change KV printer to prettier console output (#912) 2018-12-16 11:18:46 +01:00
Christian W. Zuckschwerdt
35050549de Retire EC3k, Valeo, Steffen 2018-12-13 10:58:46 +01:00
Christian W. Zuckschwerdt
8d1439da5a Add more byte operation util functions 2018-12-12 13:34:47 +01:00
Christian W. Zuckschwerdt
0ef54e3be0 Rename proper CRC16 2018-12-11 19:26:07 +01:00
Christian W. Zuckschwerdt
ec82a798df Clean up CRC LSB/MSB 2018-12-11 19:20:54 +01:00
Christian W. Zuckschwerdt
17b1f13873 Modularize pulse_detect 2018-12-11 09:38:03 +01:00
Christian W. Zuckschwerdt
362cd54af9 Add debug bits output option 2018-12-10 17:10:38 +01:00
Christian W. Zuckschwerdt
9d3667c999 Clean up const in baseband, remove dumpfile 2018-12-10 15:55:47 +01:00
Christian W. Zuckschwerdt
25afb89cb1 Add precision time and time report options (#905) 2018-12-10 09:09:04 +01:00