Merge branch 'devel' into control-loop-refactor

This commit is contained in:
Samuel Sadok
2020-11-16 17:36:56 +01:00
4 changed files with 47 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps and configuration necessary to reproduce the behavior.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Desktop (please complete the following information):**
- OS: [e.g. Windows 10]
- odrivetool Version (`odrivetool --version`)
**Additional context**
Add any other context about the problem here.
+20
View File
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
+2 -2
View File
@@ -16,8 +16,8 @@ jobs:
steps:
- name: Install odrivetool
run: |
pip install monotonic # TODO: this is dishonest. Must be removed as soon as v0.5.0 is published!
pip install odrive
pip3 install monotonic # TODO: this is dishonest. Must be removed as soon as v0.5.0 is published!
pip3 install odrive
# This one currently fails because Github Actions runs pip as non-root
#- name: Check if udev rules were set up properly
+1
View File
@@ -12,6 +12,7 @@ OPENOCD := openocd -f interface/stlink-v2.cfg \
all:
@tup --quiet --no-environ-check
@python interface_generator_stub.py --definitions odrive-interface.yaml --template ../tools/enums_template.j2 --output ../tools/odrive/enums.py
flash: all
$(OPENOCD) -c init \