diff --git a/src/ir_decoder/ir_decoder.sln b/src/ir_decoder/ir_decoder.sln index b8d61a3..852c6be 100644 --- a/src/ir_decoder/ir_decoder.sln +++ b/src/ir_decoder/ir_decoder.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.27130.2027 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ir_decoder", "ir_decoder.vcxproj", "{8ACC347D-023C-4939-B371-C193EEA210F8}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ir_decoder", "ir_decoder.vcxproj", "{2198F1AF-3683-4197-9C6C-82651745A397}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,16 +13,19 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8ACC347D-023C-4939-B371-C193EEA210F8}.Debug|x64.ActiveCfg = Debug|x64 - {8ACC347D-023C-4939-B371-C193EEA210F8}.Debug|x64.Build.0 = Debug|x64 - {8ACC347D-023C-4939-B371-C193EEA210F8}.Debug|x86.ActiveCfg = Debug|Win32 - {8ACC347D-023C-4939-B371-C193EEA210F8}.Debug|x86.Build.0 = Debug|Win32 - {8ACC347D-023C-4939-B371-C193EEA210F8}.Release|x64.ActiveCfg = Release|x64 - {8ACC347D-023C-4939-B371-C193EEA210F8}.Release|x64.Build.0 = Release|x64 - {8ACC347D-023C-4939-B371-C193EEA210F8}.Release|x86.ActiveCfg = Release|Win32 - {8ACC347D-023C-4939-B371-C193EEA210F8}.Release|x86.Build.0 = Release|Win32 + {2198F1AF-3683-4197-9C6C-82651745A397}.Debug|x64.ActiveCfg = Debug|x64 + {2198F1AF-3683-4197-9C6C-82651745A397}.Debug|x64.Build.0 = Debug|x64 + {2198F1AF-3683-4197-9C6C-82651745A397}.Debug|x86.ActiveCfg = Debug|Win32 + {2198F1AF-3683-4197-9C6C-82651745A397}.Debug|x86.Build.0 = Debug|Win32 + {2198F1AF-3683-4197-9C6C-82651745A397}.Release|x64.ActiveCfg = Release|x64 + {2198F1AF-3683-4197-9C6C-82651745A397}.Release|x64.Build.0 = Release|x64 + {2198F1AF-3683-4197-9C6C-82651745A397}.Release|x86.ActiveCfg = Release|Win32 + {2198F1AF-3683-4197-9C6C-82651745A397}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {82870200-233C-476D-B5A8-B17FB4FECE50} + EndGlobalSection EndGlobal diff --git a/src/ir_decoder/ir_decoder.vcxproj b/src/ir_decoder/ir_decoder.vcxproj index 20f9dd1..f0b02a7 100644 --- a/src/ir_decoder/ir_decoder.vcxproj +++ b/src/ir_decoder/ir_decoder.vcxproj @@ -1,5 +1,5 @@ - - + + Debug @@ -19,16 +19,17 @@ - {8ACC347D-023C-4939-B371-C193EEA210F8} + 15.0 + {2198F1AF-3683-4197-9C6C-82651745A397} Win32Proj - ir_decoder + irdecoder 10.0.16299.0 DynamicLibrary true - v141_xp + v141 Unicode @@ -41,13 +42,13 @@ DynamicLibrary true - v140 + v141 Unicode DynamicLibrary false - v140_xp + v141 true Unicode @@ -83,16 +84,16 @@ - NotUsing + Use Level3 Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;IR_DECODER_EXPORTS;BOARD_PC;%(PreprocessorDefinitions) true + WIN32;_DEBUG;IRDECODER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true Windows true - .\ir_decode.def @@ -100,8 +101,9 @@ Use Level3 Disabled - _DEBUG;_WINDOWS;_USRDLL;IR_DECODER_EXPORTS;%(PreprocessorDefinitions) true + _DEBUG;IRDECODER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true Windows @@ -110,42 +112,40 @@ + Use Level3 - NotUsing MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;IR_DECODER_EXPORTS;%(PreprocessorDefinitions) true + WIN32;NDEBUG;IRDECODER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true Windows - true true true - .\ir_decode.def + true + Use Level3 - NotUsing MaxSpeed true true - NDEBUG;_WINDOWS;_USRDLL;IR_DECODER_EXPORTS;%(PreprocessorDefinitions) true + NDEBUG;IRDECODER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true Windows - true true true + true - - - @@ -162,20 +162,6 @@ - - false - - - false - - - false - - - false - - - @@ -184,7 +170,6 @@ - diff --git a/src/ir_decoder/ir_decoder.vcxproj.filters b/src/ir_decoder/ir_decoder.vcxproj.filters new file mode 100644 index 0000000..3c9a3a5 --- /dev/null +++ b/src/ir_decoder/ir_decoder.vcxproj.filters @@ -0,0 +1,98 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + + + 源文件 + + + 源文件 + + + 源文件 + + + 源文件 + + + 源文件 + + + 源文件 + + + 源文件 + + + 源文件 + + + 源文件 + + + 源文件 + + + 源文件 + + + + + 源文件 + + + \ No newline at end of file diff --git a/src/ir_decoder/src/ir_ac_binary_parse.c b/src/ir_decoder/src/ir_ac_binary_parse.c index df8353c..d154f54 100644 --- a/src/ir_decoder/src/ir_ac_binary_parse.c +++ b/src/ir_decoder/src/ir_ac_binary_parse.c @@ -64,9 +64,9 @@ INT8 binary_parse_offset() UINT16 offset = *(phead + i); tags[i].offset = (offset >> 8) | (offset << 8); #elif defined BOARD_ESP8266 - UINT16 tmp_a = *(phead + i * 2); - UINT16 tmp_b = *(phead + i * 2 + 1); - tags[i].offset = tmp_b << 8 | tmp_a; + UINT16 tmp_a = *(phead + i * 2); + UINT16 tmp_b = *(phead + i * 2 + 1); + tags[i].offset = tmp_b << 8 | tmp_a; #else tags[i].offset = *(phead + i); #endif diff --git a/src/ir_decoder/stdafx.c b/src/ir_decoder/stdafx.c index 1577c4e..d9de069 100644 Binary files a/src/ir_decoder/stdafx.c and b/src/ir_decoder/stdafx.c differ diff --git a/src/ir_decoder/stdafx.h b/src/ir_decoder/stdafx.h index d122c0b..ac16b94 100644 Binary files a/src/ir_decoder/stdafx.h and b/src/ir_decoder/stdafx.h differ diff --git a/src/ir_decoder/targetver.h b/src/ir_decoder/targetver.h index 05ba7d4..e2da66c 100644 Binary files a/src/ir_decoder/targetver.h and b/src/ir_decoder/targetver.h differ