Skip to content

renesas/sdk10-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDK10 Community Support

This repository contains a patchtree patchset with bugfixes and additional features for SDK10.

Patch content

Installation

  1. Download the .patch file corresponding to your SDK10 version from the releases
  2. Place the downloaded .patch file in the SDKROOT directory (the one that contains binaries, config, doc, projects, sdk and utilities subdirectories)
  3. Rename the patch file to .patchtree.diff
  4. 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.

Roadmap

The following functionality is not yet implemented or tested

  • DA1469X SDK10 support
  • DA1470X SDK10 support
  • Support OS_BAREMETAL

License

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.

Development

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.

About

SDK10 community support patches

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages