- 55b1983 Fix typo in documentation (#1677) by Aric Radzin · 11 months ago develop
- 7b8c3f3 RTX5: Update IAR examples (latest components and configuration) by Vladimir Umek · 2 years, 4 months ago
- 80ece22 RTX5: Correct typo in Cortex-A handlers by Robert Rostohar · 2 years, 4 months ago
- 050f998 RTX5: Update examples (latest components and configuration) by Robert Rostohar · 2 years, 4 months ago
- b336c4e RTX5: Update support for Cortex-A (SVC Active) by Robert Rostohar · 2 years, 4 months ago
- e79b644 RTX5: Disable fp_init override for Armv7A by Robert Rostohar · 2 years, 4 months ago
- 6a6c112 RTX5: Enable osZoneSetup_Callback for Cortex-A by Robert Rostohar · 2 years, 4 months ago
- f6afe44 RTX: Update configuration for building libraries by Robert Rostohar · 2 years, 4 months ago
- 301e8b6 RTX5: Correct typo in support for Cortex-A by Robert Rostohar · 2 years, 4 months ago
- cab913c RTX5: Remove unused IRQ handlers (Arm Compiler 5) by Robert Rostohar · 2 years, 4 months ago
- 5804548 RTX5: Add warning for unsupported options for specific toolchains by Robert Rostohar · 2 years, 4 months ago
- 7f2158f RTX5: Update support for Cortex-A (Synchronize with Cortex-M) by Robert Rostohar · 2 years, 4 months ago
- 200854d RTX5: Update osKernelRestoreLock (allowed to be called from Faults) by Robert Rostohar · 2 years, 4 months ago
- 5159bec RTX5: Suppress misidentified lint warnings by Robert Rostohar · 2 years, 4 months ago
- e835d6f RTX5: TZ Context handling is made optional by Robert Rostohar · 2 years, 4 months ago
- b430bb4 RTX5: Optimize IRQ handlers by Robert Rostohar · 2 years, 4 months ago
- 744dcbf RTX5: Add support for Process Isolation (Functional Safety) by Robert Rostohar · 2 years, 4 months ago
- 2a65576 RTOS2: Functions osXxxGetName allowed to be called from Interrupt Service Routines by Robert Rostohar · 2 years, 4 months ago
- 73b3f65 RTOS2: Extended API with Process Isolation (Functional Safety) by Robert Rostohar · 2 years, 4 months ago
- dbc245a Enhance scatter files with noinit section. by Jonatan Antoni · 2 years, 5 months ago
- 41a6424 RTX5: Add Thread Entry wrapper to be compatible with GDB stack unwind (#1559) by Robert Rostohar · 2 years, 6 months ago
- 2e02216 RTOS2/RTX5: Update SysTick implementation for OS Tick (initial count value) by Robert Rostohar · 2 years, 6 months ago
- bbfbe18 RTX5: Add de-allocation of Arm C library thread data (libspace) when thread is terminated by Robert Rostohar · 2 years, 6 months ago
- 7197156 RTX5: replace deprecated "swi" with "svc" in SVC for IAR by Robert Rostohar · 2 years, 8 months ago
- dde5bac Fix RTOS Event Filter initialization for Kernel events (#1561) by Milorad Cvjetkovic · 2 years, 11 months ago
- 124dfbc RTX5: update library fetch script to get the latest libraries by Robert Rostohar · 3 years, 4 months ago
- 2c1f69b RTX5: update library projects (CMSIS pack version) by Robert Rostohar · 3 years, 4 months ago
- f6f84dc RTX5: minor optimization in osRtxThreadDelayTick (#1405) by Robert Rostohar · 3 years, 4 months ago
- 70ebbba RTX5: add _fp_init function prototype (#1462) by Martin Günther · 3 years, 4 months ago
- 3f4a0c0 CMSIS Device: fixed typo in scatter files. by GuentherMartin · 3 years, 4 months ago
- 18205c6 RTX5: Fix timer interval when periodic timer is restarted by Robert Rostohar · 3 years, 5 months ago
- addd45d RXT5: change order of include in rtx_lib.c (internal) by Robert Rostohar · 3 years, 6 months ago
- 28d54ba RXT5: add Floating-point initialization for Arm C Library (#1421) by Robert Rostohar · 3 years, 6 months ago
- 7f702ec RXT5: optimize MessageQueueGet/Put (remove copying arguments) by Robert Rostohar · 3 years, 8 months ago
- 6b8c755 RTX5: Fix potential register R1 corruption when calling OS functions from threads multiple times with same arguments (when using high level compiler optimizations) - #1382 by Robert Rostohar · 3 years, 8 months ago
- b7d0b82 RTX: Add IAR support for v8.1 (#1366) by Thomas Törnblom · 3 years, 9 months ago
- dd490bb fix issue #1266 by Gabriel Wang · 3 years, 10 months ago
- 999d63b rtx-def: fix license - apache 2.0 by Martin Kojtal · 4 years, 1 month ago
- 6b7e478 RTX5: minor optimization in mutex priority inversion by Robert Rostohar · 4 years, 2 months ago
- 0b15024 RTX5: fix mutex priority inversion (#1202) by Robert Rostohar · 4 years, 2 months ago
- bb655ad RTX5: Fixed type in doxygen comment for osRtxErrorStackUnderflow by Jonatan Antoni · 4 years, 3 months ago
- cde2c17 RTX5: update prebuilt library version (fetch script) by Robert Rostohar · 4 years, 3 months ago
- 2ccc9e9 RTX5: update TrustZone examples (using latest components) by Robert Rostohar · 4 years, 3 months ago
- 4ab4f8c RTX5: update examples (using latest components) by Robert Rostohar · 4 years, 3 months ago
- fafe7f9 RTX5: update projects for building libraries by Robert Rostohar · 4 years, 3 months ago
- 78a7dfc RTX5: update Idle and Timer thread stack section names by Robert Rostohar · 4 years, 3 months ago
- 4e9bfc7 RTX5: fix Message Queue Data allocation size when using object specific memory allocation by Robert Rostohar · 4 years, 3 months ago
- 81dd4f2 RTX5: update osKernelResume handling (processing past sleep ticks) by Robert Rostohar · 4 years, 3 months ago
- 41a4c46 RTX5: fix osThreadJoin (when terminating thread which is waiting to be joined) by Robert Rostohar · 4 years, 3 months ago
- e970345 RTX5: update osRtxInfo initialization (#759) by Robert Rostohar · 4 years, 3 months ago
- e5df933 RTX5: fix osDelay/osDelayUntil error handling (#454) by Robert Rostohar · 4 years, 3 months ago
- ada4cde RTX5: fix Round-Robin (#228, #1000) by Robert Rostohar · 4 years, 3 months ago
- 8fc0679 RTX5: update library configuration setup by Robert Rostohar · 4 years, 3 months ago
- 20d60b7 RTX5: update configuration (Event Recorder) by Robert Rostohar · 4 years, 3 months ago
- 88f2b4f RTX5: enhance stack overrun checking by Robert Rostohar · 4 years, 3 months ago
- dae8b25 RTX5: remove experimental MPU Load support by Robert Rostohar · 4 years, 3 months ago
- b4b5d3c RTX5: rename error code for stack overflow by Robert Rostohar · 4 years, 3 months ago
- b870ad6 RTX5: add KernelErrorNotify event (osRtxErrorNotify) by Robert Rostohar · 4 years, 3 months ago
- c1d1945 RTX5: reorganize Armv8-M IRQ modules for IAR by Robert Rostohar · 4 years, 3 months ago
- cfde3a3 RTX5: remove Armv8-M IRQ module wrappers for IAR by Robert Rostohar · 4 years, 3 months ago
- c1b641a RTX5: optimize IRQ modules for Armv8-M by Robert Rostohar · 4 years, 3 months ago
- fb6a199 RTX5: update IRQ modules for GCC (lowercase instructions) by Robert Rostohar · 4 years, 3 months ago
- faa29ea RTX5: minor internal changes (IsException) by Robert Rostohar · 4 years, 3 months ago
- 336701e RTX5: minor code improvements (MISRA) by Robert Rostohar · 4 years, 3 months ago
- 5fa4745 RTX5: RTX derived definitions in stand-alone rtx_def.h by Robert Rostohar · 4 years, 3 months ago
- 95fe964 RTX5: rename IRQ modules to match architecture (#943) by Robert Rostohar · 4 years, 3 months ago
- 2929d74 RTOS2: corrected OS Tick SysTick implementation (OS_Tick_GetOverflow) by Robert Rostohar · 4 years, 3 months ago
- c4e528c RTOS2: OS Tick API 1.0.2 - add extern "C" (#824) by Robert Rostohar · 4 years, 3 months ago
- def6f80 New pack gen bash script. by Jonatan Antoni · 4 years, 3 months ago
- 788048d RTX5: update release notes (OS Initialization for IAR) by Robert Rostohar · 4 years, 3 months ago
- 40e936e RTX5: CVE-2021-27431 vulnerability mitigation by Robert Rostohar · 4 years, 3 months ago
- 0329712 Update IncidentLog_s.h by Sun Yiming Z · 4 years, 5 months ago
- 840f4ff RTX5: Add os initialization for IAR by TTornblom · 4 years, 5 months ago
- 7114cc6 RTX5: Avoid warnings caused by -Wundef. by GuentherMartin · 4 years, 5 months ago
- 61cfe5d RTX5: Fix GCC lib project by Jonatan Antoni · 4 years, 6 months ago
- ffcff96 RTOS2: Removed old builder.py by Jonatan Antoni · 4 years, 6 months ago
- 9b88fb1 Adding new build.py for RTX5 libs. by Jonatan Antoni · 4 years, 6 months ago
- 03a6979 RTOS2: fixed osMessageQueueGetMsgSize brief description by Vladimir Umek · 5 years ago
- 5865a4a RTOS2: typo correction in cmsis_os2.h by Robert Rostohar · 5 years ago
- 17ccd4d Pack: Bumped version to 5.7.1-dev0 after release. by Jonatan Antoni · 5 years ago 5.8.0-dev
- 5d7706f RTX5: updated examples (latest startup/system files and other minor improvements) by Robert Rostohar · 5 years ago
- 869e948 Pack: Fixed version for Cortex-M55 Startup component. by Jonatan Antoni · 5 years ago
- 64710c9 RTX5: refactored GCC IRQ Handlers by Robert Rostohar · 5 years ago
- 1dd090b RTX5: added support for MVE-I (Armv8.1-M) by Robert Rostohar · 5 years ago
- c88880a RTOS2: Added Blinky and MsgQueue examples for IAR by TTornblom · 5 years ago
- 4ca3186 RTX5: corrected typo (preprocessor definitions for Armv8.1-M) by Robert Rostohar · 5 years ago
- 3dcd3b1 RTX: Rebuilt IAR RTOS2 libraries by TTornblom · 5 years ago
- 97917cc RTX5: added support for Cortex-M55 by Robert Rostohar · 5 years ago
- e9674d5 RTX5: updated configuration template default values by Robert Rostohar · 5 years ago
- 812b99b RTX5: Updated copyright (Armv8-M sources) by Robert Rostohar · 5 years ago
- abe3c96 RTX5: latest libraries (Armv8M) by Robert Rostohar · 6 years ago
- 302d4fb RTX5: Enhanced support for Armv8-M (specifying thread TrustZone module identifier is optional) by Robert Rostohar · 6 years ago
- 7ac08dc Removed ".file" assembly directives to avoid undesired dependencies generated by GNU Assembler. by Daniel Brondani · 6 years ago
- 89679ee RTX5: latest libraries (ARM/GCC) by Robert Rostohar · 6 years ago
- f224f76 RTX: Rebuilt IAR libraries. Non-secure v8m didn't work properly by TTornblom · 6 years ago
- 5ea4a66 Protect TRUE/FALSE defines in rtx_core_ca.h. by Robert Rostohar · 6 years ago
- 4727d3b Protect TRUE/FALSE defines in rtx_core_cm.h. by Chris Reed · 6 years ago
- 88b789c RTOS2: updated 'main' template (removes compiler warnings) by Robert Rostohar · 6 years ago
- fc36635 RTX5: updated examples (latest configuration files and other minor improvements) by Robert Rostohar · 6 years ago
- 3f3d411 RTX5: Minor optimization (osRtxMutexOwnerRestore) by Robert Rostohar · 6 years ago