CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Ardupilot

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Ardupilot/ardupilot
Path: blob/master/Tools/AP_Periph/ReleaseNotes.txt
Views: 1798
1
Release 1.7.0 26th February 2023
2
--------------------------------
3
4
This is a major AP_Periph release with the following key changes:
5
6
- fixed DroneCAN packet parsing bug when dealing with corrupt packets
7
- added BATT_HIDE_MASK parameter
8
- support IPv4 networking in AP_Periph and PPP gateway
9
- support per-cell battery monitoring
10
- rate limit EFI updates
11
- support serial tunnelling over DroneCAN
12
- support relays over DroneCAN via hardpoint messages
13
- support mapping MAVLink SEND_TEXT to DroneCAN debug levels
14
- fixed CANFD timings
15
16
Release 1.6.0 8th September 2023
17
--------------------------------
18
19
This is a major release with the following changes:
20
21
- much faster CAN bootloader for faster firmware update
22
- improved handling of peripherals with 2 or more CAN interfaces
23
- support most AP_Periph features in SITL testing
24
- added RC input support
25
- added battery balance plug support
26
- support sending RPM over DroneCAN
27
- support for pitot temperature reporting
28
29
Release 1.5.1 23rd July 2023
30
---------------------------
31
32
This is a major release with the following changes:
33
34
- support serial tunnelling over DroneCAN
35
- raised CAN priority of MovingBaseline data
36
- support APD ESC telemetry
37
- support DroneCAN and CAN statistics reporting
38
- support KDECAN to DroneCAN translation
39
40
The serial tunnelling support allows for uCenter to be used over
41
DroneCAN with the serial tunnelling panel in the DroneCAN GUI
42
tool. This allows for monitoring of uBlox GPS over a telemetry link,
43
and update of F9P firmware over DroneCAN
44
45
Release 1.5.0 27th Mar 2023
46
---------------------------
47
48
This is a major release with the following changes:
49
50
- fixed airspeed bus default
51
- limit mag to 25Hz by default
52
- fixed send rate of GPS yaw
53
- fixed HW ESC telem temp units
54
- allow set of port for HW telem
55
- send GNSS heading message if available
56
- stop sending old GNSS Fix message
57
58
Release 1.4.1 27th Sep 2022
59
---------------------------
60
61
This is a minor release with one bug fix:
62
63
- fixed compass diagnonal compensation for AP_Periph compasses
64
65
Release 1.4.0 4th Sep 2022
66
--------------------------
67
68
This is a major release with a significant number of changes:
69
70
- use new AP_CheckFirmware system
71
- fixed passing of WGS84 height from GPS
72
- support CANFD on STM32H7
73
- fixes for moving baseline yaw with DroneCAN GPS
74
- fixed GPS dropout issues on F4 and L4 GPS
75
- added EFI peripheral support
76
- fixed non-contiguous mask for ESC telem
77
78
Release 1.3.1 15th Apr 2022
79
---------------------------
80
81
This is a minor release with a single bug fix:
82
83
- fixed intermittent loss of GPS packets on F4 and L4 GPS nodes which caused loss of GPS lock on the flight controller
84
85
Release 1.3.0 18th Mar 2022
86
---------------------------
87
88
This is a major release with several significant bug fixes and
89
improvements:
90
91
- added new peripherals: BirdCANdy, MatekL431, CubeOrange-periph,
92
G4-ESC, HerePro, Hitec-Airspeed, HolybroG4GPS, HolybroGPS,
93
Sierra-F405, Sierra-F421, Sierra-F9P, Sierra-L431,
94
f103-QiotekPeriph, f405-MatekGPS, f405-MatekAirspeed, mRo-M10095,
95
ARK_GPS, HitecMosaic, MatekH743-periph, Pixracer-periph
96
97
- support dshot for CAN ESC outputs
98
99
- support a wider range of notify options
100
101
- numerous small bug fixes
102
103
- support lua scripting in peripherals
104
105
- switched to DroneCAN compiler and libraries
106
107
- support logging in peripherals
108
109
- support dual CAN bus
110
111
- support BLHeli monitoring of ESC telemetry
112
113
- support mavlink in peripherals
114
115
- support moving baseline yaw dual-GPS on dual-CAN GPS
116
117
- support MPPT battery driver
118
119
- fixed MSP GPS yaw
120
121
Note that the next major release will add CANFD support.
122
123
Release 1.2.0 6th Jan 2020
124
--------------------------
125
126
This is a major release with several significant bug fixes and
127
improvements:
128
129
- support for battery monitor nodes
130
131
- support for testing in SITL
132
133
- improvements in error reporting to the flight controller
134
135
- fixes to stack sizes
136
137
- MSP output support
138
139
- support for BGR NCP5623 LEDs
140
141
- switched to common CAN stack with main ArduPilot vehicle code
142
143
- added several new board types
144
145
146
Release 1.1.0 14th May 2020
147
---------------------------
148
149
This is a major release with several significant bug fixes:
150
151
- fixed initial GPS timestamp which could cause ArduPilot to get bad
152
time sync
153
154
- fixed airspeed pressure wrap
155
156
- fixed rangefinder to send the RNGFND1_ADDR as sensor_id
157
158
- added distinctive LED blink pattern when waiting for UAVCAN node ID
159
allocation
160
161
- added HWESC build targets for HobbyWing ESC telemetry
162
163
- fixed RM3100 compass scaling bug
164
165
Release 1.0.0 9th November 2019
166
-------------------------------
167
168
Initial stable release
169
170