File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ v5.4.0 ]
99
1010### Added
1111
@@ -270,7 +270,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270270- Support of static API (without dynamic allocations).
271271
272272
273- [ Unreleased ] : https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.3.0...HEAD
273+ [ Unreleased ] : https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.4.0...HEAD
274+ [ v5.4.0 ] : https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.3.0...v5.4.0
274275[ v5.3.0 ] : https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.2.1...v5.3.0
275276[ v5.2.1 ] : https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.2.0...v5.2.1
276277[ v5.2.0 ] : https://github.com/nxp-mcuxpresso/rpmsg-lite/compare/v5.1.4...v5.2.0
Original file line number Diff line number Diff line change 66
77# middleware.multicore.rpmsg-lite
88if (CONFIG_MCUX_COMPONENT_middleware.multicore.rpmsg-lite)
9- mcux_component_version (5.3 .0 )
9+ mcux_component_version (5.4 .0 )
1010 mcux_add_include (
1111 INCLUDES lib/include
1212 )
Original file line number Diff line number Diff line change 88 ],
99 "licenseListVersion" : " 3.26"
1010 },
11- "name" : " rpmsg-lite-v5.3 .0" ,
11+ "name" : " rpmsg-lite-v5.4 .0" ,
1212 "dataLicense" : " CC0-1.0" ,
1313 "documentNamespace" : " https://nxp.com/spdx/b2c943d1-4498-40e2-aa59-ae3bb085d043" ,
1414 "packages" : [
1515 {
1616 "SPDXID" : " SPDXRef-package-b2c943d1-4498-40e2-aa59-ae3bb085d043" ,
1717 "name" : " rpmsg-lite" ,
18- "versionInfo" : " v5.3 .0" ,
18+ "versionInfo" : " v5.4 .0" ,
1919 "licenseConcluded" : " (BSD-3-Clause)" ,
2020 "licenseDeclared" : " (BSD-3-Clause)" ,
2121 "downloadLocation" : " https://github.com/nxp-mcuxpresso/rpmsg-lite" ,
Original file line number Diff line number Diff line change 11Name: mcux-sdk-rpmsg-lite
2- Version: v5.3 .0
2+ Version: v5.4 .0
33Outgoing License: BSD-3-Clause
44License File: LICENSE
55Format: source code
Original file line number Diff line number Diff 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.3 .0"
51+ PROJECT_NUMBER = "Rev. v5.4 .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
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ extern "C" {
5252 * Definitions
5353 ******************************************************************************/
5454
55- #define RL_VERSION "v5.3 .0" /*!< Current RPMsg Lite version */
55+ #define RL_VERSION "v5.4 .0" /*!< Current RPMsg Lite version */
5656
5757/* Shared memory "allocator" parameters */
5858/*! @brief Word size used for alignment */
You can’t perform that action at this time.
0 commit comments