|
1 | 1 | ### Changes this version: |
2 | | -- Inverted Y axis direction vector magnitude |
3 | | - - Fixes 2 axis setups in XPforce and DCS and other flight sims |
4 | | -- Changed 2 axis conditional effects to ignore direction vectors (Fixes DCS) |
5 | | -- Modified HID 2 axis descriptor, added back second direction for compliance |
6 | | -- Fixed chip temp sometimes glitching |
7 | | -- TMC debug mode: Changed openloopspeed command to use torque mode instead of raw PWM. Added new openloopspeedpwm to control raw PWM. |
8 | | -- CAN bus corrected packet length when packet is sent as command |
9 | | -- Corrected CAN speed preset in can bridge GVRET mode (savvycan works again) |
10 | | -- Using interrupt transfer for TMC4671 encoder forwarding (Fixed again) |
11 | | - |
| 2 | +- Added remote CAN button/analog source mainclass |
12 | 3 |
|
13 | 4 | ### Changes in 1.16: |
14 | | -- Added MyActuator RMD CAN support class. |
15 | | - - Temporary implementation until CAN protocol changes. Usable but might be improved in the future |
16 | | -- Fixed issues in CAN analog class for packet 2. Allow shorter frames |
17 | | -- F407: ADC now triggered by timer to reduce interrupt frequency |
18 | | -- Using analog VREF for voltage sensing (better accuracy with unstable 3.3V) |
19 | | -- Added chip temperature readout |
20 | 5 |
|
21 | 6 | Internal changes: |
22 | 7 | - CAN port interfaces rewritten |
23 | 8 | - HAL updated |
24 | 9 | - Migrated to CPP20 |
25 | 10 | - Upgraded to tinyusb 0.17 |
26 | | -- Improved microsecond counter implementation |
| 11 | +- Improved microsecond counter implementation |
| 12 | +- Added MyActuator RMD CAN support class. |
| 13 | + - Temporary implementation until CAN protocol changes. Usable but might be improved in the future |
| 14 | +- Fixed issues in CAN analog class for packet 2. Allow shorter frames |
| 15 | +- F407: ADC now triggered by timer to reduce interrupt frequency |
| 16 | +- Using analog VREF for voltage sensing (better accuracy with unstable 3.3V) |
| 17 | +- Added chip temperature readout |
0 commit comments