Skip to content

renesas/sdk10-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDK10 Community Support

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

Important

The patches in this repository are currently only tested with SDK10.1 (DA1459X). See the roadmap for planned features.

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 Git bash (on Windows) or any terminal (on *NIX) in the SDKROOT directory
  5. Mark the patch file as executable by running
    chmod +x .patchtree.diff
    
  6. Apply the patch by running
    ./.patchtree.diff
    

See the patchtree user manual for upgrading/removal instructions.

Roadmap

The following functionality is not yet implemented or tested

  • DA1469X SDK10 support
  • DA1470X SDK10 support
  • Support OS_BAREMETAL
  • Remove ezFlashCLI dependency

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

 
 
 

Contributors