File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11VERSION_MAJOR = 3
2- VERSION_MINOR = 4
2+ VERSION_MINOR = 5
33PATCHLEVEL = 00
44VERSION_TWEAK = 0
55EXTRAVERSION =
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 --------------------------- */
You can’t perform that action at this time.
0 commit comments