Skip to content

Commit

Permalink
Merge branch 'doc'
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsan committed May 16, 2024
2 parents 7c02048 + 93ea807 commit 1e9dc9c
Show file tree
Hide file tree
Showing 870 changed files with 91,112 additions and 1,420 deletions.
11 changes: 5 additions & 6 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,12 @@
"-mcpu=cortex-m4"
],
"includePath": [
"E:/Projetos/nordic/nRF5_SDK_17.1.0_ddde560/components/**",
"E:/Projetos/nordic/nRF5_SDK_17.1.0_ddde560/modules/**",
"E:/Projetos/nordic/nRF5_SDK_17.1.0_ddde560/external/**",
"E:/Projetos/nordic/nRF5_SDK_17.1.0_ddde560/integration/**",
"../nRF5_SDK_17/components/**",
"../nRF5_SDK_17/modules/**",
"../nRF5_SDK_17/external/**",
"../nRF5_SDK_17/integration/**",
"${workspaceFolder}/include/**",
"${workspaceFolder}/src/platform/nrf",
"examples/nrf_ble_scn/**"
"${workspaceFolder}/src/nrf"
],
"forcedInclude": [],
"defines": [
Expand Down
2,895 changes: 2,895 additions & 0 deletions Doxyfile

Large diffs are not rendered by default.

31 changes: 14 additions & 17 deletions common/Common.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(CIOT_DIR F:/projects/ciot-platform/ciot_c)
set(CIOT_DIR ../../../../ciot_c)

set(CIOT_INCLUDE_DIRS
${CIOT_DIR}/include/types
Expand All @@ -13,31 +13,28 @@ set(PROTO_INCLUDE_DIRS
${CIOT_DIR}/src/proto
)

set(CIOT_OPCUA_INCLUDE_DIR ${CIOT_DIR}/src/opcua)

FILE(GLOB_RECURSE PROTOBUF_C ${PROTOBUF_C_DIR}/protobuf-c/*.c)
FILE(GLOB_RECURSE PROTO_CIOT ${CIOT_DIR}/src/proto/*.c)

FILE(GLOB_RECURSE CIOT_UNSUPPORTED_SRCS ${CIOT_DIR}/src/unsupported/*.c)
FILE(GLOB_RECURSE CIOT_COMMON_SRCS ${CIOT_DIR}/src/common/*.c)
FILE(GLOB_RECURSE CIOT_ESP32_SRCS ${CIOT_DIR}/src/esp32/*.c)
FILE(GLOB_RECURSE CIOT_MONGOOSE_SRCS ${CIOT_DIR}/src/mg/*.c)
FILE(GLOB_RECURSE CIOT_WIN_SRCS ${CIOT_DIR}/src/win/*.c)
FILE(GLOB_RECURSE CIOT_LINUX_SRCS ${CIOT_DIR}/src/linux/*.c)
FILE(GLOB_RECURSE CIOT_OPCUA_SRCS ${CIOT_OPCUA_INCLUDE_DIR}/*.c)
FILE(GLOB_RECURSE CIOT_UNSUPPORTED ${CIOT_DIR}/src/unsupported/*.c)
FILE(GLOB_RECURSE CIOT_COMMON ${CIOT_DIR}/src/common/*.c)
FILE(GLOB_RECURSE CIOT_ESP32 ${CIOT_DIR}/src/esp32/*.c)
FILE(GLOB_RECURSE CIOT_MONGOOSE ${CIOT_DIR}/src/mg/*.c)
FILE(GLOB_RECURSE CIOT_WIN ${CIOT_DIR}/src/win/*.c)
FILE(GLOB_RECURSE CIOT_LINUX ${CIOT_DIR}/src/linux/*.c)

list(APPEND PROTO_SRCS ${PROTOBUF_C})
list(APPEND PROTO_SRCS ${PROTO_CIOT})

# list(APPEND CIOT_ESP32_SRCS ${CIOT_ESP32_SRCS})
list(APPEND CIOT_ESP32_SRCS ${CIOT_COMMON_SRCS})
list(APPEND CIOT_ESP32_SRCS ${CIOT_COMMON})
list(APPEND CIOT_ESP32_SRCS ${CIOT_ESP32})

list(APPEND CIOT_PC_SRCS ${CIOT_UNSUPPORTED_SRCS})
list(APPEND CIOT_PC_SRCS ${CIOT_COMMON_SRCS})
list(APPEND CIOT_PC_SRCS ${CIOT_MONGOOSE_SRCS})
list(APPEND CIOT_PC_SRCS ${CIOT_UNSUPPORTED})
list(APPEND CIOT_PC_SRCS ${CIOT_COMMON})
list(APPEND CIOT_PC_SRCS ${CIOT_MONGOOSE})

if (UNIX)
list(APPEND CIOT_PC_SRCS ${CIOT_LINUX_SRCS})
list(APPEND CIOT_PC_SRCS ${CIOT_LINUX})
else()
list(APPEND CIOT_PC_SRCS ${CIOT_WIN_SRCS})
list(APPEND CIOT_PC_SRCS ${CIOT_WIN})
endif()
108 changes: 108 additions & 0 deletions docs/_r_e_a_d_m_e_8md.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CioT: include/README.md File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">CioT<span id="projectnumber">&#160;0.1.0</span>
</div>
<div id="projectbrief">Connected IoT</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('_r_e_a_d_m_e_8md.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div class="header">
<div class="headertitle"><div class="title">include/README.md File Reference</div></div>
</div><!--header-->
<div class="contents">
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="_r_e_a_d_m_e_8md.html">README.md</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0 </li>
</ul>
</div>
</body>
</html>
Loading

0 comments on commit 1e9dc9c

Please sign in to comment.