Merge remote-tracking branch 'origin/master' into fw-v0.5.3

This commit is contained in:
Samuel Sadok
2021-09-03 16:41:42 +02:00
3 changed files with 7 additions and 2 deletions
+2
View File
@@ -1486,6 +1486,8 @@ valuetypes:
### Valid Control modes
* `CONTROL_MODE_POSITION_CONTROL`
* `CONTROL_MODE_VELOCITY_CONTROL`
* `CONTROL_MODE_TORQUE_CONTROL`
Tuning:
brief: Implements a tuning mode
doc: |
+4 -1
View File
@@ -7,7 +7,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
coffee-script (2.4.1)
coffee-script-source
@@ -228,6 +228,8 @@ GEM
nokogiri (1.11.6)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.6-x86_64-linux)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
@@ -271,6 +273,7 @@ GEM
PLATFORMS
aarch64-linux
x86_64-linux
DEPENDENCIES
github-pages
+1 -1
View File
@@ -103,7 +103,7 @@ Some instructions in this document may assume that you're using a bash command p
* [Python 3](https://www.python.org/downloads/)
* Install Python packages: `pip install PyYAML Jinja2 jsonschema`
* [OpenOCD](https://github.com/xpack-dev-tools/openocd-xpack/releases/).
* [ST-Link/V2 Drivers](http://www.st.com/web/en/catalog/tools/FM147/SC1887/PF260219)
* [ST-Link/V2 Drivers](https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-utilities/stsw-link009.html)
<br>