]> rtime.felk.cvut.cz Git - ert_linux_web.git/commitdiff
RPi PMSM Motor Control - links section added.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 11 Oct 2016 14:20:27 +0000 (16:20 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 11 Oct 2016 14:20:27 +0000 (16:20 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
rpi-pmsm-control/index.html

index 0ed99273f48217787104549919889146fa96b492..a824ffa5699329512d31e1481ee27ea18cd26273 100644 (file)
@@ -79,8 +79,37 @@ The first one includes Field Programmable Gate Array (<a href="https://en.wikipe
   </li>
 </ul>
 
+<h2 id="links">Links</h2>
+<dl>
+  <dt>Bachelor thesis of Martin Prudek: Brushless motor control with Raspberry Pi board and Linux,, 2015</dt>
+    <dd>Available <a href="https://dspace.cvut.cz/bitstream/handle/10467/62036/F3-BP-2015-Prudek-Martin-Bp_2015_prudek_martin.pdf" target="_blank">online in PDF format</a>
+    <br><dd>The FPGA design of peripherals for the RPi expansion board <a href="https://rtime.felk.cvut.cz/gitweb/fpga/rpi-motor-control.git" target="_blank">https://rtime.felk.cvut.cz/gitweb/fpga/rpi-motor-control.git</a>
+    </dd>
+  <dt>PMSM Control Simulink Model including PRi Hardware and SPI Communication Blocks</dt>
+    <dd><a href="https://github.com/ppisa/rpi-rt-control" target="_blank">https://github.com/ppisa/rpi-rt-control</a>
+    <br>The model and bclocks C sources are included in subdirectory "simulink",
+        model name "rpi_pmsm_motor_control.slx".
+    </dd>
+  <dt>Fully preemptive kernel sources for RPi (kernel-3.12.28-rt40+)</dt>
+    <dd><a href="https://github.com/ppisa/linux-rpi/tree/rpi-3.18.y-aufs-rt-ppisa" target="_blank">https://github.com/ppisa/linux-rpi</a>
+    <br>GitHub repository with branch rpi-3.18.y-aufs-rt-ppisa containing Linux kernel sources
+    with Steven Rostedt's stable preempt_rt (patch-3.18.16-rt13) and with Junjiro R. Okajima's aufs3.18.x 20160215
+    patches applied.
+    </dd>
+  <dt>Simulink Embedded Coder target for Linux</dt>
+    <dd><a href="http://rtime.felk.cvut.cz/gitweb/ert_linux.git" target="_blank">http://rtime.felk.cvut.cz/gitweb/ert_linux.git</a>
+    <br>Repository with core templates for Linux hosted, Linux cross architecture targetted
+    Simulink code generation templates and configuration.
+    </dd>
+  <dt>Auxiliary utilities for Raspberry Pi</dt>
+    <dd><a href="https://github.com/ppisa/rpi-utils" target="_blank">https://github.com/ppisa/rpi-utils</a>
+    <br>The repository includes RAM based root overlay support to protect SDcard against wearing and tearing
+    and keep root filesystem intact when experiments are download and run on system or even crash it.
+    </dd>
+</dl>
+
 </div>
 
 </body>
 
-</html>
\ No newline at end of file
+</html>