Skip to content

Commit 54ad5dc

Browse files
committed
add v3.6 release target
1 parent 7eb4f2a commit 54ad5dc

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ env:
4545
- CONFIG_BOARD_VERSION=v3.4-48V DEPLOY=v3.4-48V
4646
- CONFIG_BOARD_VERSION=v3.5-24V DEPLOY=v3.5-24V
4747
- CONFIG_BOARD_VERSION=v3.5-48V DEPLOY=v3.5-48V
48+
- CONFIG_BOARD_VERSION=v3.6-24V DEPLOY=v3.6-24V
49+
- CONFIG_BOARD_VERSION=v3.6-56V DEPLOY=v3.6-56V
4850

4951
# Various protocol combinations
50-
- CONFIG_BOARD_VERSION=v3.4-24V CONFIG_USB_PROTOCOL=native-stream CONFIG_UART_PROTOCOL=native
51-
- CONFIG_BOARD_VERSION=v3.4-24V CONFIG_USB_PROTOCOL=stdout CONFIG_UART_PROTOCOL=stdout
52-
- CONFIG_BOARD_VERSION=v3.4-24V CONFIG_USB_PROTOCOL=none CONFIG_UART_PROTOCOL=none
52+
#- CONFIG_BOARD_VERSION=v3.4-24V CONFIG_USB_PROTOCOL=native-stream CONFIG_UART_PROTOCOL=native
53+
#- CONFIG_BOARD_VERSION=v3.4-24V CONFIG_USB_PROTOCOL=stdout CONFIG_UART_PROTOCOL=stdout
54+
#- CONFIG_BOARD_VERSION=v3.4-24V CONFIG_USB_PROTOCOL=none CONFIG_UART_PROTOCOL=none
5355

5456
script:
5557
- "./Firmware/build.sh"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
Please add a note of your changes below this heading if you make a Pull Request.
33

44
### Added
5+
* A release target for ODrive v3.6
56
* Communication watchdog feature.
67
* `encoder.set_linear_count(count)` function.
78
* Configurable encoder offset calibration distance and speed:`calib_scan_distance` and `calib_scan_omega`
89
* Encoder offset calibration debug variable `calib_scan_response`
10+
* Lock-in drive feature
911
* Script to enable using a hall signal as index edge.
1012

13+
### Changed
14+
* Encoder index search now based on the new lock-in drive feature
15+
1116
### Fixed
1217
* Encoder index interrupts now disabled when not searching
1318

0 commit comments

Comments
 (0)