Unknown
|
31fb65b86c
|
Improve braking logic
|
2020-03-27 21:30:32 -04:00 |
|
Unknown
|
c231928619
|
Merge branch 'feature/brake_current_fix' into RazorsFrozenTesting
|
2020-03-27 21:24:49 -04:00 |
|
Unknown
|
fb46103498
|
Add doctest, fix drv8301 warning
|
2020-03-27 21:22:04 -04:00 |
|
Unknown
|
8a0a22eb6f
|
Revamp Endstop timers
|
2020-03-27 21:11:39 -04:00 |
|
Unknown
|
f98da473f1
|
Remove utils import from drv8301.c
|
2020-03-27 21:11:23 -04:00 |
|
Unknown
|
33317eb4df
|
Add Timer class
|
2020-03-27 21:05:27 -04:00 |
|
Unknown
|
cb534ae372
|
Move gpio helper functions
|
2020-03-27 21:05:16 -04:00 |
|
Unknown
|
42b6effedd
|
Implement a better brake resistor current handler
|
2020-03-26 17:20:32 -04:00 |
|
Unknown
|
7d00c4181d
|
revert timer overflow check
|
2020-03-09 21:16:43 -04:00 |
|
Unknown
|
17bcb43dd6
|
Improve debounce resolution
|
2020-03-09 21:15:45 -04:00 |
|
Paul Guenette
|
b992628a61
|
Merge pull request #9 from pressta/Dockerfile
Add Docker Scripts
|
2020-03-09 21:09:18 -04:00 |
|
Unknown
|
a498a1f984
|
Convert endstop debounce_ms to a uint32 to avoid potential overflow bug
|
2020-03-09 21:08:49 -04:00 |
|
Unknown
|
f9b4c78667
|
Merge remote-tracking branch 'madcowswe/devel' into RazorsEdge
|
2020-01-30 21:30:34 -05:00 |
|
Oskar Weigl
|
d60362470d
|
Merge branch 'devel' into rollo
|
2020-01-30 16:16:48 -08:00 |
|
Oskar Weigl
|
8cbc09e168
|
feed watchdog on enter closed loop
|
2020-01-30 16:16:39 -08:00 |
|
Oskar Weigl
|
a7dfb6ca06
|
add max regen current to protocl
|
2020-01-30 13:31:20 -08:00 |
|
Brandon Lewis
|
55ac5eb31c
|
prefix container and image names with odrive
|
2020-01-30 13:01:02 -08:00 |
|
Brandon Lewis
|
b7a42525df
|
Add note to the changelog
|
2020-01-30 12:46:22 -08:00 |
|
Brandon Lewis
|
b23ef32145
|
Add a simple script to run the docker build
|
2020-01-30 12:43:23 -08:00 |
|
Paul Guenette
|
c5f06845c2
|
Allow for regen current before braking
|
2020-01-30 12:36:51 -08:00 |
|
Brandon Lewis
|
c34cf83c63
|
Use the tag for the specific LTS release
|
2020-01-29 18:21:23 -08:00 |
|
Brandon Lewis
|
73a167272c
|
Add a Dockerfile which builds in an Ubuntu container
|
2020-01-29 18:21:23 -08:00 |
|
Samuel Sadok
|
6637099308
|
[testing] add motor calibration test
|
2020-01-25 15:48:50 +01:00 |
|
Unknown
|
89588dbf97
|
Fix writing of floats
|
2020-01-22 17:47:16 -05:00 |
|
Unknown
|
f6a29fc047
|
Use g++ in vscode
|
2020-01-08 23:08:37 -05:00 |
|
Unknown
|
930de28de9
|
Clean up static analysis warnings
|
2020-01-08 22:59:57 -05:00 |
|
Unknown
|
1bdea53ec8
|
Improve testability
|
2020-01-08 22:11:50 -05:00 |
|
Unknown
|
75808abce4
|
Fix merge issue with ACIM code
|
2020-01-01 22:13:44 -05:00 |
|
Unknown
|
37ee8ae184
|
Fix compile errors
|
2020-01-01 22:13:08 -05:00 |
|
Unknown
|
7a756c1761
|
Merge branch 'devel' into RazorsEdge
|
2020-01-01 21:45:41 -05:00 |
|
Unknown
|
62654ed966
|
Fix avoid transients at startup
|
2020-01-01 21:38:17 -05:00 |
|
Unknown
|
4ee55aaed4
|
Only configure encoder SPI at startup
|
2020-01-01 21:37:55 -05:00 |
|
Unknown
|
7277592198
|
Set default GPIO pin for absolute encoders to pin 1
|
2020-01-01 21:37:31 -05:00 |
|
Unknown
|
c9d35415db
|
Configure motors before encoders to avoid SPI collision
|
2020-01-01 21:37:04 -05:00 |
|
Unknown
|
878566cba9
|
Correct parity calculation tests
|
2020-01-01 19:48:54 -05:00 |
|
Unknown
|
bb31f042da
|
Revert "Fix parity calculation"
This reverts commit 27b3c69e8e.
|
2020-01-01 19:47:27 -05:00 |
|
Unknown
|
27b3c69e8e
|
Fix parity calculation
|
2020-01-01 01:52:21 -05:00 |
|
Unknown
|
2dfff2a7d6
|
Only access abs_spi_dma_rx_ once
|
2020-01-01 01:52:03 -05:00 |
|
Unknown
|
8ee478f629
|
remove test_other.cpp
|
2019-12-31 23:16:22 -05:00 |
|
Unknown
|
bb59c2640e
|
Add optional doctest test runner for unit testing
|
2019-12-31 23:16:02 -05:00 |
|
Unknown
|
45573eb867
|
Fix error reading encoder errors
|
2019-12-31 22:16:46 -05:00 |
|
Unknown
|
96e01cc4c2
|
Add pullup config to endstops to account for NC configs
|
2019-12-22 18:49:53 -05:00 |
|
Unknown
|
75eff7b333
|
Merge branch 'RazorsFrozen' into RazorsFrozenTesting
|
2019-12-22 17:42:50 -05:00 |
|
Unknown
|
595e7b7c3f
|
Add endstop test config
|
2019-12-22 17:42:16 -05:00 |
|
Unknown
|
77efd6b761
|
Allow infinite negative current by default
|
2019-12-22 17:20:10 -05:00 |
|
Unknown
|
a4664fbf5e
|
Merge branch 'RazorsEdge' into RazorsFrozen
|
2019-12-22 17:07:32 -05:00 |
|
Unknown
|
5541df081d
|
Add endstop, estop, and DC Bus over power errors to enums
|
2019-12-22 16:49:50 -05:00 |
|
Oskar Weigl
|
fec0fe6a95
|
Merge branch 'master' of github.com:madcowswe/ODrive
|
2019-12-17 18:52:21 -08:00 |
|
Oskar Weigl
|
595bfdabba
|
add back manual udev rule setup to getting started
|
2019-12-17 18:52:13 -08:00 |
|
Paul Guenette
|
fe45f7ee12
|
Merge pull request #388 from Capo01/patch-5
Included that Zadig has native and CDC interfaces listed
|
2019-12-14 12:23:22 -05:00 |
|