Skip to content

Commit ea1d003

Browse files
[RPSDK-1378] Update versions for MCUXpressoSDK 25.12.00 release
Signed-off-by: Michal Princ <michal.princ@nxp.com>
1 parent fef33ac commit ea1d003

File tree

6 files changed

+13
-16
lines changed

6 files changed

+13
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
### Fixed
11-
12-
- virtio.h removed `typedef uint8_t boolean` and in its place use standard C99 `bool` type to avoid potential type conflicts.
8+
## [v5.3.0]
139

1410
### Added
1511

@@ -19,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1915

2016
### Fixed
2117

18+
- virtio.h removed `typedef uint8_t boolean` and in its place use standard C99 `bool` type to avoid potential type conflicts.
2219
- env_acquire_sync_lock() and env_release_sync_lock() synchronization primitives removed
2320
- Kconfig consolidation, when RL_ALLOW_CUSTOM_SHMEM_CONFIG enabled the platform_get_custom_shmem_config() function needs to be implemented in platform layer to provide custom shared memory configuration for RPMsg-Lite instance.
2421

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# middleware.multicore.rpmsg-lite
88
if (CONFIG_MCUX_COMPONENT_middleware.multicore.rpmsg-lite)
9-
mcux_component_version(5.2.1)
9+
mcux_component_version(5.3.0)
1010
mcux_add_include(
1111
INCLUDES lib/include
1212
)

SBOM.spdx.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"SPDXID": "SPDXRef-DOCUMENT",
33
"spdxVersion": "SPDX-2.3",
44
"creationInfo": {
5-
"created": "2025-09-02T10:00:49Z",
5+
"created": "2025-12-03T03:23:36Z",
66
"creators": [
77
"Organization: NXP"
88
],
9-
"licenseListVersion": "3.20"
9+
"licenseListVersion": "3.26"
1010
},
11-
"name": "rpmsg-lite-v5.2.1",
11+
"name": "rpmsg-lite-v5.3.0",
1212
"dataLicense": "CC0-1.0",
13-
"documentNamespace": "https://nxp.com/spdx/264d781c-2325-40cf-9251-65df9d1204a0",
13+
"documentNamespace": "https://nxp.com/spdx/b2c943d1-4498-40e2-aa59-ae3bb085d043",
1414
"packages": [
1515
{
16-
"SPDXID": "SPDXRef-package-264d781c-2325-40cf-9251-65df9d1204a0",
16+
"SPDXID": "SPDXRef-package-b2c943d1-4498-40e2-aa59-ae3bb085d043",
1717
"name": "rpmsg-lite",
18-
"versionInfo": "v5.2.1",
18+
"versionInfo": "v5.3.0",
1919
"licenseConcluded": "(BSD-3-Clause)",
2020
"licenseDeclared": "(BSD-3-Clause)",
2121
"downloadLocation": "https://github.com/nxp-mcuxpresso/rpmsg-lite",
@@ -29,7 +29,7 @@
2929
{
3030
"spdxElementId": "SPDXRef-DOCUMENT",
3131
"relationshipType": "DESCRIBES",
32-
"relatedSpdxElement": "SPDXRef-package-264d781c-2325-40cf-9251-65df9d1204a0"
32+
"relatedSpdxElement": "SPDXRef-package-b2c943d1-4498-40e2-aa59-ae3bb085d043"
3333
}
3434
]
3535
}

SCR.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mcux-sdk-rpmsg-lite
2-
Version: v5.2.1
2+
Version: v5.3.0
33
Outgoing License: BSD-3-Clause
44
License File: LICENSE
55
Format: source code

doxygen/Doxyfile.rpmsglite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "RPMsg-Lite User's Guide"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = "Rev. v5.2.1"
51+
PROJECT_NUMBER = "Rev. v5.3.0"
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

lib/include/rpmsg_lite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extern "C" {
5252
* Definitions
5353
******************************************************************************/
5454

55-
#define RL_VERSION "v5.2.1" /*!< Current RPMsg Lite version */
55+
#define RL_VERSION "v5.3.0" /*!< Current RPMsg Lite version */
5656

5757
/* Shared memory "allocator" parameters */
5858
/*! @brief Word size used for alignment */

0 commit comments

Comments
 (0)