Commit graph

  • dca74de232 Lift out AM analyzer Christian W. Zuckschwerdt 2018-11-14 09:05:27 +00:00
  • ea1c1bf6f5 Modularize pwm_analyze Christian W. Zuckschwerdt 2018-11-14 07:59:09 +00:00
  • 01be1ca31c Refactor PWM analyzer, allow to run with decoders Christian W. Zuckschwerdt 2018-11-13 17:58:31 +00:00
  • 87ef942fb6 Fix usage in sigrok-open.sh (#862) Mike Causer 2018-11-14 18:36:50 +11:00
  • bc7b5c890e Fix and clean Brennenstuhl RCS 2044 Christian W. Zuckschwerdt 2018-11-14 08:30:20 +01:00
  • 5e6dde1b9b Fix data release prototype return types Christian W. Zuckschwerdt 2018-11-09 16:25:10 +01:00
  • 88c5f85404 Tune the magnitude estimator somewhat Christian W. Zuckschwerdt 2018-11-09 15:09:19 +01:00
  • 9fbf28daa1 Fix memset to size_t for x86 Christian W. Zuckschwerdt 2018-11-06 19:48:53 +01:00
  • c34a3c1140 support for hideki/cresta temperature sensor (#858) Rick van Schijndel 2018-11-06 11:43:19 +01:00
  • 9f16cf4664 Add flex suggestion to analyzer output, switch to unit of us Christian W. Zuckschwerdt 2018-11-04 15:45:37 +01:00
  • c73992c300 Refactor output_handler into app_cfg Christian W. Zuckschwerdt 2018-11-04 14:34:04 +01:00
  • 910463a5c1 Refactor to app_cfg struct Christian W. Zuckschwerdt 2018-11-03 16:39:38 +01:00
  • 6a875eec1f kerui: cleanup (#816) Roger 2018-11-03 11:02:22 -04:00
  • 18b3b79545 Tidy up unneeded symbol visibility Christian W. Zuckschwerdt 2018-11-03 15:37:52 +01:00
  • 2d29b8ca4f 2 minor fixes (#852) winterrace 2018-11-03 14:47:26 +01:00
  • 6a950917c5 Fix flex abort if getter name missing Christian W. Zuckschwerdt 2018-11-03 13:46:49 +01:00
  • 1c791960f0 Add help on gain option Christian W. Zuckschwerdt 2018-11-03 13:10:26 +01:00
  • 3c7dd513a8 Update README Christian W. Zuckschwerdt 2018-11-03 12:47:14 +01:00
  • dc1071e3e5
    Add Fine Offset WH65B support (#845) Christian W. Zuckschwerdt 2018-11-03 12:43:50 +01:00
  • add5316fc4 Add null output option (suppress default KV) Christian W. Zuckschwerdt 2018-11-03 12:22:50 +01:00
  • 36665d1014 Improved checking of Simplisafe data and default enable decoder (#798) pekon 2018-11-03 04:07:33 -07:00
  • 3523f06f3a Added option to skip the tests to be built. (#832) Nicolas JOURDEN 2018-11-03 12:03:11 +01:00
  • b9cae9a2be Removed all (20-30) unreferenced local variables (#850) winterrace 2018-11-03 11:59:59 +01:00
  • 60d9b19635 Update Readme Christian W. Zuckschwerdt 2018-11-01 17:18:40 +00:00
  • d596f6aa8e
    Add SoapySDR support (#842) Christian W. Zuckschwerdt 2018-11-01 17:53:14 +01:00
  • 2ceb535357 Hide template decoder from output and register_all Christian W. Zuckschwerdt 2018-11-01 14:33:46 +01:00
  • b9da9d8df2 Mask off bottom bits in bitbuffer_extract_bytes() Christian W. Zuckschwerdt 2018-11-01 14:24:20 +01:00
  • e43ec5df37 Change Philips Outdoor to util CRC-4 Christian W. Zuckschwerdt 2018-10-30 20:16:16 +01:00
  • 20f9f2105b Add CRC-4 util function Christian W. Zuckschwerdt 2018-10-30 20:15:14 +01:00
  • 8b73fb8082 Fix output cu8 conversion Christian W. Zuckschwerdt 2018-10-28 16:56:30 +01:00
  • a3fdf777e7 Add CU8/CS16 output conversion Christian W. Zuckschwerdt 2018-10-28 11:44:59 +01:00
  • a6c4b1021e Clean up LaCrosse TX35 Christian W. Zuckschwerdt 2018-10-24 12:13:40 +02:00
  • 2c78e8a4b9 Fix possible reading/printing of uninitialized memory (#840) winterrace 2018-10-23 22:21:13 +02:00
  • 418078d8fc Add mic=CRC Erik 2018-10-20 15:15:53 +02:00
  • b8e84f07d7 Allow DOS filename drive letters in fileformat (#828) Christian W. Zuckschwerdt 2018-10-20 08:52:13 +02:00
  • c3892a326b Remove unused variables Erik 2018-10-17 22:01:53 +02:00
  • 063d7d83c6 Fix DOS-drive letter problem in fileformat Christian W. Zuckschwerdt 2018-10-19 07:39:05 +02:00
  • 51e75c62ee Fix fileformat.c for VS2015 (#828) winterrace 2018-10-19 07:34:13 +02:00
  • 8a0089a548 Simplify payload check Erik 2018-10-17 21:55:44 +02:00
  • 0ef11f1a20 Add CRC check Erik 2018-10-17 21:21:49 +02:00
  • c8e90446bc Use built in crc8 function Erik 2018-10-17 19:41:41 +02:00
  • 870dbbe88f Replace CRC implementation Erik 2018-10-17 18:57:28 +02:00
  • 8aab4f8f75 Fix maintainer glob sorting Christian W. Zuckschwerdt 2018-10-16 20:20:25 +02:00
  • b6f05f8667 Remove macros to clear up name/model Christian W. Zuckschwerdt 2018-10-16 20:16:34 +02:00
  • d1c726c22f Suppress bogus "WARNING: Failed to set frequency correction" (#830) winterrace 2018-10-16 12:11:42 +02:00
  • f0bf3ca465 silence warning, indentation generate warnings? Who knew. Benjamin Larsson 2018-10-12 23:08:22 +02:00
  • 7c38d4c869 silence warning, mixed tabs and spaces generate warnings? Who knew. Benjamin Larsson 2018-10-12 23:04:06 +02:00
  • 69241b53d9 silence warning Benjamin Larsson 2018-10-12 22:56:22 +02:00
  • 1a8f648948 Clean up Ambient Weather F007TH digest Christian W. Zuckschwerdt 2018-10-11 15:45:28 +02:00
  • 740d252213 Add sample rate info for sigrok converter Christian W. Zuckschwerdt 2018-10-11 12:39:45 +02:00
  • 9aabf31e83
    Add AcuRite 3-n-1 (#720) Christian W. Zuckschwerdt 2018-10-11 10:08:02 +02:00
  • bba890bd9c
    Add PMV-107J TPMS (#825) Christian W. Zuckschwerdt 2018-10-11 10:01:15 +02:00
  • 9b2e0df07d
    Refactor out rtlsdr calls (#824) Christian W. Zuckschwerdt 2018-10-11 09:45:13 +02:00
  • 74675089f9 Fix Ambient Weather F007TH preamble Christian W. Zuckschwerdt 2018-10-10 20:50:35 +02:00
  • 1026e86631 Replace intmax_t with int64_t Christian W. Zuckschwerdt 2018-10-10 16:59:10 +02:00
  • 3c64a72ce7 Clean up stray tabs and spaces Christian W. Zuckschwerdt 2018-10-10 09:05:08 +02:00
  • f14184376c Update Readme and vs15 build files Christian W. Zuckschwerdt 2018-10-08 12:40:53 +02:00
  • 1055ba1249
    Add terse help on options (#820) Christian W. Zuckschwerdt 2018-10-08 12:04:13 +02:00
  • 55006dc141 Modularize dumpers, allow multiple dumpers Christian W. Zuckschwerdt 2018-10-02 08:13:21 +00:00
  • 23f51e6206 Move out_file to dump_info Christian W. Zuckschwerdt 2018-10-01 12:42:12 +02:00
  • a35a0b6d21 Remove rtlsdr sync mode Christian W. Zuckschwerdt 2018-10-01 12:35:27 +02:00
  • 33d8aed920
    Add file info detection #815 Christian W. Zuckschwerdt 2018-10-08 12:00:47 +02:00
  • 1cf4e18b5e Fix top bits masking in flex Christian W. Zuckschwerdt 2018-10-01 10:52:02 +02:00
  • 21598e75fa Typo fixes by Joanne Dow Christian W. Zuckschwerdt 2018-09-30 18:02:59 +02:00
  • d151d821e1
    Add VCD and SR output (#800) Christian W. Zuckschwerdt 2018-09-30 12:52:28 +02:00
  • 9655d14c4b
    Add flex getter (#786) Christian W. Zuckschwerdt 2018-09-30 12:32:25 +02:00
  • fc3de5626c Fix 'Unknown protocol' with FSK Christian W. Zuckschwerdt 2018-09-29 20:23:29 +02:00
  • 44a3e55956 Fix label (#812) Christian W. Zuckschwerdt 2018-09-26 18:48:45 +02:00
  • c930bf1a47 Fix Fineoffset WH25 temp/batt Christian W. Zuckschwerdt 2018-09-26 09:58:05 +02:00
  • a045a606dc Reorder struct to silence minor warning Christian W. Zuckschwerdt 2018-09-18 12:24:15 +02:00
  • 25ab033b43 Fix OpenWrt by not forcing inline (#811) Christian W. Zuckschwerdt 2018-09-17 07:07:07 +00:00
  • 6a22054b3c Clean up XC0400 duplicate Christian W. Zuckschwerdt 2018-09-13 09:04:49 +02:00
  • 1d4e29a7cb Add Fine Offset WH65b support Christian W. Zuckschwerdt 2018-09-13 08:51:23 +02:00
  • dde31876ce
    Add version (-V) and help (-h) option (#810) Christian W. Zuckschwerdt 2018-09-10 11:34:29 +02:00
  • e8a5e9915c Add false positive checks to Interlogix Christian W. Zuckschwerdt 2018-09-10 10:34:28 +02:00
  • 5b5f012b67 Fix Silvercrest remote Benjamin Larsson 2018-09-09 01:12:03 +02:00
  • 482b18040c
    Add Fine Offset WH24 (#809) Christian W. Zuckschwerdt 2018-09-08 18:58:54 +02:00
  • 99c11634ea
    Add maintainer update script (#806) Christian W. Zuckschwerdt 2018-09-07 14:09:21 +02:00
  • 47310c19f8 Refresh README, sort build files Christian W. Zuckschwerdt 2018-09-07 11:37:09 +00:00
  • f5c912f9fa Add WT0124 to VS2015 project (#805) winterrace 2018-09-07 12:59:26 +02:00
  • 07ecba2cfe Fix MC demod typo Christian W. Zuckschwerdt 2018-09-07 08:54:33 +02:00
  • c85df0b3c1 Increase MAX_PROTOCOLS for WT0124 Christian W. Zuckschwerdt 2018-09-06 20:43:58 +02:00
  • 36faebfb78 add support for TP08 remote thermometer (#750) Jonathan Terhorst 2018-09-06 10:09:30 -04:00
  • 98e2c84c82 Enhance currentcost device with OptiSmart (Counter) support (#751) Euan Galloway 2018-09-06 15:05:08 +01:00
  • a6d5e8f216 Fixes and example project to compile using MS Visual Studio 2015 (#789) winterrace 2018-09-06 15:41:19 +02:00
  • d56de9c8ab Clean up MINGW fixes Christian W. Zuckschwerdt 2018-09-06 15:39:25 +02:00
  • 02cec434a8 Fix MinGW build (#793) mnhauke 2018-09-06 15:33:21 +02:00
  • dc2c260986 Add MinGW build description for Windows, merge all build instructions in BUILDING file (#788) Rick van Schijndel 2018-09-06 15:30:58 +02:00
  • c75615592b
    Add Fineoffset WH2A support (#625) (#804) Christian W. Zuckschwerdt 2018-09-06 12:53:40 +02:00
  • 0730cd8eb1 Clean up Fineoffset WH0530 Christian W. Zuckschwerdt 2018-09-06 12:34:08 +02:00
  • 35b6534626 Clean up Hideki Christian W. Zuckschwerdt 2018-09-06 11:56:44 +02:00
  • 65f33acaa2 Clean up Acurite 986 Christian W. Zuckschwerdt 2018-09-06 11:29:43 +02:00
  • ae93b8cd20 Change MC demod to reject syncs if tolerance is set Christian W. Zuckschwerdt 2018-09-06 11:08:41 +02:00
  • b9ddaa631e Add description, fix reset limit, add checksum check, fix channel Benjamin Larsson 2018-09-05 23:55:34 +02:00
  • c1537c101b Verify the bitstream Benjamin Larsson 2018-09-04 11:34:58 +02:00
  • 76d6b5fc1a Add mic Benjamin Larsson 2018-09-04 11:25:57 +02:00
  • 538bd138c3 Add WT0124 Pool Thermometer Benjamin Larsson 2018-09-05 08:06:07 +02:00
  • c3493293c0 Fix includes Benjamin Larsson 2018-09-03 11:59:19 +02:00
  • b6d52dcd3b
    Add data_add() function (#787) Christian W. Zuckschwerdt 2018-08-27 09:06:55 +02:00
  • 40ad636fb5 Fix last commit Christian W. Zuckschwerdt 2018-08-27 09:04:41 +02:00