Add Renesas platform integration#59
Open
mzella-ll wants to merge 1 commit into
Open
Conversation
This was referenced Jun 2, 2026
- Add the Renesas-specific OSAL platform implementation, configuration headers and sample TLVs - Move firmware management config to platform types - Add Renesas IANA Private Enterprise Number - Fix Renesas CC-RX compiler warnings
ea07e2b to
2923af7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the Renesas Wi-SUN platform integration for OpenCSMP.
It introduces the Renesas-specific OSAL implementation, platform configuration headers, wrapper interface, vendor documentation/resources, and sample Renesas TLVs.
This branch includes the following related changes:
Changes
Renesas platform integration
Vendors/Renesas/Readme.mdVendors/Renesas/resources/renesas-logo.jpgosal/renesas_wisun/osal_platform_types.hosal/renesas_wisun/osal_renesas_config.hosal/renesas_wisun/osal_renesas_wisun.cosal/renesas_wisun/osal_renesas_wrapper.hsample/tlvs/renesas_tlvs.cIncluded prerequisite changes
RENESAS = 63257osal/osal.hheader to platform-specificosal_platform_types.hheadersMotivation
The Renesas Wi-SUN platform requires a dedicated OSAL integration layer and platform-specific configuration to use OpenCSMP in a Renesas-based environment.
This PR adds the required platform abstraction files and keeps Renesas-specific configuration and wrapper code separated from the generic OSAL interface.
The included prerequisite changes are needed to make the codebase suitable for the Renesas toolchain and platform structure.
Related issues
Fixes #44
Fixes #51