Skip to content

Commit a8dc2f5

Browse files
authored
Merge pull request #235 from dji-sdk/release/v3.10.0
NEW: release DJI Payload-SDK version 3.10.0
2 parents 860751a + 292a6fc commit a8dc2f5

File tree

104 files changed

+11503
-7194761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+11503
-7194761
lines changed

LICENSE.txt

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -310,19 +310,36 @@ The following portions of the DJI’s Payload SDK (“Software” referred to in
310310
│   │   │   │   ├── hal_uart.h
311311
│   │   │   │   ├── hal_usb_bulk.c
312312
│   │   │   │   └── hal_usb_bulk.h
313-
│   │   │   └── nvidia_jetson
314-
│   │   │   ├── application
315-
│   │   │   │   ├── dji_sdk_app_info.h
316-
│   │   │   │   ├── dji_sdk_config.h
317-
│   │   │   │   └── main.c
318-
│   │   │   ├── CMakeLists.txt
319-
│   │   │   └── hal
320-
│   │   │   ├── hal_network.c
321-
│   │   │   ├── hal_network.h
322-
│   │   │   ├── hal_uart.c
323-
│   │   │   ├── hal_uart.h
324-
│   │   │   ├── hal_usb_bulk.c
325-
│   │   │   └── hal_usb_bulk.h
313+
│   │   │   ├── nvidia_jetson
314+
│   │   │   │   ├── application
315+
│   │   │   │   │   ├── dji_sdk_app_info.h
316+
│   │   │   │   │   ├── dji_sdk_config.h
317+
│   │   │   │   │   └── main.c
318+
│   │   │   │   ├── CMakeLists.txt
319+
│   │   │   │   └── hal
320+
│   │   │   │   ├── hal_i2c.c
321+
│   │   │   │   ├── hal_i2c.h
322+
│   │   │   │   ├── hal_network.c
323+
│   │   │   │   ├── hal_network.h
324+
│   │   │   │   ├── hal_uart.c
325+
│   │   │   │   ├── hal_uart.h
326+
│   │   │   │   ├── hal_usb_bulk.c
327+
│   │   │   │   └── hal_usb_bulk.h
328+
│   │   │   ├── raspberry_pi
329+
│   │   │   │   ├── application
330+
│   │   │   │   │   ├── dji_sdk_app_info.h
331+
│   │   │   │   │   ├── dji_sdk_config.h
332+
│   │   │   │   │   └── main.c
333+
│   │   │   │   ├── CMakeLists.txt
334+
│   │   │   │   └── hal
335+
│   │   │   │   ├── hal_i2c.c
336+
│   │   │   │   ├── hal_i2c.h
337+
│   │   │   │   ├── hal_network.c
338+
│   │   │   │   ├── hal_network.h
339+
│   │   │   │   ├── hal_uart.c
340+
│   │   │   │   ├── hal_uart.h
341+
│   │   │   │   ├── hal_usb_bulk.c
342+
│   │   │   │   └── hal_usb_bulk.h
326343
│   │   └── rtos_freertos
327344
│   │   ├── common
328345
│   │   │   └── osal

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# DJI Payload SDK (PSDK)
22

3-
![](https://img.shields.io/badge/version-V3.9.2-orange.svg)
4-
![](https://img.shields.io/badge/platform-linux_|_rtos-purple.svg)
5-
![](https://img.shields.io/badge/license-MIT-pink.svg)
3+
![](https://img.shields.io/badge/version-V3.10.0-red.svg)
4+
![](https://img.shields.io/badge/platform-linux_|_rtos-blue.svg)
5+
![](https://img.shields.io/badge/license-MIT-purple.svg)
66

77
## What is the DJI Payload SDK?
88

@@ -23,15 +23,11 @@ to get the latest version information.
2323

2424
## Latest Release
2525

26-
The latest release version of PSDK is 3.9.2. This version of Payload SDK mainly add some new features support and fixed some
26+
The latest release version of PSDK is 3.10.0. This version of Payload SDK mainly add some new features support and fixed some
2727
bugs. Please refer to the release notes for detailed changes list.
2828

29-
* Added support for cloud-based custom small data transmission on Matrice 3D/3TD models.
30-
* Fixed an issue with acquiring disordered sequence numbers of the RTCM data packet.
31-
> Note: When transmitting the video stream from the payload camera, only the stream in DJI-H264 format is supported. The
32-
CUSTOM-H264 stream is not supported. Use the latest PSDK community version to transmit the stream in the CUSTOM-H264 format.
33-
> Note: Non-RC flight is not supported by default. Call the DjiFlightController_SetRCLostActionEnableStatus interface to enable
34-
this feature.
29+
* Supports Matrice 4T/4E models
30+
* Supports DJI SDK Certified Chip (DJI SDK CC).
3531

3632
## License
3733

0 commit comments

Comments
 (0)