Skip to content

Commit

Permalink
new modules (mio168, prel6 and smx46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed May 18, 2020
1 parent fec8cb8 commit 53a4122
Show file tree
Hide file tree
Showing 42 changed files with 38,433 additions and 37,947 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"xtr1common": "cpp",
"xiosbase": "cpp",
"algorithm": "cpp",
"system_error": "cpp"
"system_error": "cpp",
"iosfwd": "cpp",
"xlocale": "cpp"
}
}
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ set(src_eez
src/eez/firmware.cpp
src/eez/debug.cpp
src/eez/file_type.cpp
src/eez/idle.cpp
src/eez/hmi.cpp
src/eez/index.cpp
src/eez/main.cpp
src/eez/memory.cpp
Expand All @@ -106,7 +106,7 @@ set(header_eez
src/eez/firmware.h
src/eez/debug.h
src/eez/file_type.h
src/eez/idle.h
src/eez/hmi.h
src/eez/index.h
src/eez/memory.h
src/eez/mp.h
Expand Down Expand Up @@ -389,13 +389,16 @@ list (APPEND header_files ${header_eez_modules_aux_ps})
source_group("eez\\modules\\aux_ps" FILES ${src_eez_modules_aux_ps} ${header_eez_modules_aux_ps})

set(src_eez_modules_bp3c
src/eez/modules/bp3c/comm.cpp
src/eez/modules/bp3c/eeprom.cpp
src/eez/modules/bp3c/io_exp.cpp
src/eez/modules/bp3c/flash_slave.cpp
)
list (APPEND src_files ${src_eez_modules_bp3c})
set(header_eez_modules_bp3c
src/eez/modules/bp3c/comm.h
src/eez/modules/bp3c/eeprom.h
src/eez/modules/bp3c/io_exp.h
src/eez/modules/bp3c/flash_slave.h
)
list (APPEND header_files ${header_eez_modules_bp3c})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</tr>
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;">
<p class="scpi2"><a href="#cal_curr_lev"><span style="text-decoration: underline;">:LEVel {&lt;point&gt;, &lt;level&gt;}</span></a></p>
<p class="scpi2"><a href="#cal_curr_lev"><span style="text-decoration: underline;">:LEVel {&lt;point&gt;}, {&lt;level&gt;}</span></a></p>
</td>
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;">
<p>Calibrates the output current programming</p>
Expand Down Expand Up @@ -170,7 +170,7 @@
</tr>
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 46%;">
<p class="scpi2"><a href="#cal_volt_lev"><span style="text-decoration: underline;">:LEVel {&lt;point&gt;, &lt;level&gt;}</span></a></p>
<p class="scpi2"><a href="#cal_volt_lev"><span style="text-decoration: underline;">:LEVel {&lt;point&gt;}, {&lt;level&gt;}</span></a></p>
</td>
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 54%;">
<p>Calibrates the output voltage programming</p>
Expand Down Expand Up @@ -482,14 +482,14 @@
</td>
</tr>
</table>
<p class="Heading_3">5.2.4. <a name="cal_curr_lev"></a>CALibration:CURRent:LEVel</p>
<p class="Heading_3">5.2.4. CALibration:CURRent:LEVel {&lt;point&gt;}, {&lt;level&gt;}</p>
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p class="Default_nt2">Syntax</p>
</td>
<td colspan="4" style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;">
<p class="cmd_root">CALibration:CURRent:LEVel {&lt;point&gt;, &lt;level&gt;}</p>
<p class="cmd_root">CALibration:CURRent:LEVel {&lt;point&gt;}, {&lt;level&gt;}</p>
</td>
</tr>
<tr style="background: transparent;">
Expand Down Expand Up @@ -1112,14 +1112,14 @@
</td>
</tr>
</table>
<p class="Heading_3">5.2.12. <a name="cal_volt_lev"></a>CALibration:VOLTage:LEVel</p>
<p class="Heading_3">5.2.12. <a name="cal_volt_lev"></a>CALibration:VOLTage:LEVel {&lt;point&gt;}, {&lt;level&gt;}</p>
<table style="border-collapse: collapse; background: transparent; width: 169.92mm;">
<tr style="background: transparent;">
<td style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 13%;">
<p class="Default_nt2">Syntax</p>
</td>
<td colspan="4" style="border-left: 0; border-right: 0; border-top: 0; border-bottom: 0; vertical-align: top; background: transparent; width: 87%;">
<p class="cmd_root">CALibration:VOLTage:LEVel {&lt;point&gt;, &lt;level&gt;}</p>
<p class="cmd_root">CALibration:VOLTage:LEVel {&lt;point&gt;}, {&lt;level&gt;}</p>
</td>
</tr>
<tr style="background: transparent;">
Expand Down
Binary file modified images/bb3_front_panel_simulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 53a4122

Please sign in to comment.