This repository contains a patchtree patchset with bugfixes and additional features for SDK10.
- Download the .patch file corresponding to your SDK10 version from the releases
 - Place the downloaded 
.patchfile in the SDKROOT directory (the one that containsbinaries,config,doc,projects,sdkandutilitiessubdirectories) - Rename the patch file to 
.patchtree.diff - Open a terminal in the SDKROOT directory and run
git apply --unidiff-zero .patchtree.diff 
See the patchtree user manual for upgrading/removal instructions.
Make sure to add the --unidiff-zero flag when using these instructions.
The following functionality is not yet implemented or tested
- DA1469X SDK10 support
 - DA1470X SDK10 support
 - Support 
OS_BAREMETAL 
Since this repository deliberately does not include any SDK10 source code, all of the code in this repository is licensed with the MIT-0 license. This choice was made so modified copies of SDK10 can be used under the same terms as the original proprietary license it is released under.
Note
The .patch files under the releases tab are licensed under the same license as the SDK10 sources themselves.
Patches for supported SDK10 versions are built using the makefile in this repository. This patchset makes use of Coccinelle patches, so it must be installed in order to build successfully.
Contributions to this repository are actively welcomed. Please see the patchtree developer documentation for more info on developing patchsets.