Skip to content

Commit dc71c3c

Browse files
committed
Updated version and log of code changes
1 parent e0c4683 commit dc71c3c

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR = 3
2-
VERSION_MINOR = 4
2+
VERSION_MINOR = 5
33
PATCHLEVEL = 00
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

doc/chglog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33

44
\tableofcontents
55

6+
\section rkhVer_3_5_00 Version 3.5.00
7+
\releasedate 2025-13-11
8+
9+
\new
10+
- Added the rkh_sm_propagate() function to propagate an event to self without using the AO's event queue.
11+
- Added unit test cases to module rkhsm.c to demonstrate how to build periodic non-reactive/reactive AO classes.
12+
- Supported clang-format tool.
13+
- Implemented priority queue feature for native queues.
14+
- Implemented macro RKH_MODULE_GET_NAME() to get the module name.
15+
- Provided new application demos to show how to implement special AOs.
16+
- Updated Ceedling to version 1.0.0
17+
18+
\bugfix
19+
- Stopped framework scheduler on exit.
20+
- Free semaphore properly when stopping framework on x86/Linux port.
21+
- Fixed line number on assertions for x86/Linux port
22+
623
\section rkhVer_3_4_00 Version 3.4.00
724
\releasedate 2021-21-06
825

source/fwk/inc/rkhfwk_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ extern "C" {
7676
* \note
7777
* For more additional information please read https://semver.org/.
7878
*
79-
* \releasedate 06/25/2021
79+
* \releasedate 11/13/2025
8080
*/
81-
#define RKH_VERSION_CODE 0x3400u
81+
#define RKH_VERSION_CODE 0x3500u
8282

8383
/* ------------------------------- Data types ------------------------------ */
8484
/* -------------------------- External variables --------------------------- */

0 commit comments

Comments
 (0)