GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
CMSIS-RTOS2 Validation This repository contains a test suite that validates CMSIS-RTOS2 implementations. It usesArm Virtual Hardwareto run a CI/CD flow to verify correct operation of the real-time operating systems (RTOS) under test on various Arm Cortex-M based processors. ...
You need to edit this issue to include the information requested in https://github.com/zephyrproject-rtos/zephyr/blob/main/.github/ISSUE_TEMPLATE/001_bug_report.md fabiobaltieri added the bug label Aug 8, 2023 fabiobaltieri assigned nashif Aug 8, 2023 fabiobaltieri added priority: low area...
- source/rtos/rt_Timer.c - source/rtos/RTX_Config.c - source/rtos/cmsis_os2_port.c 4 changes: 4 additions & 0 deletions 4 records/rtos/rtos-cm3.yaml Original file line numberDiff line numberDiff line change @@ -1,4 +1,6 @@ common: macros: - OS_TICK=10000 includes: - source...
R3v2 real-time OS w API CMSIS-RTOS, RTOS2, C1x. Contribute to AnatolyGeorgievski/CMSIS-RTOS development by creating an account on GitHub.
Some code that automatically gets embedded on some platforms relies on having CONFIG_TIMEOUT_64BIT enabled. Do not force disabling that Kconfig option in the test configuration, as that will make t...
r2r0mentioned this issueMar 13, 2021 nashifclosed this ascompletedin#33300Mar 29, 2021 nashifpushed a commit that referenced this issueMar 29, 2021 lib: cmsis_rtos_v2: Fix timing and logic for osEventFlagsWait.… 3b269bb Assignees nashif...
2 changes: 1 addition & 1 deletion 2 lib/cmsis_rtos_v2/Kconfig Original file line numberDiff line numberDiff line change @@ -44,7 +44,7 @@ config CMSIS_V2_THREAD_MAX_STACK_SIZE config CMSIS_V2_THREAD_DYNAMIC_STACK_SIZE int "Dynamic stack size threads are allocated in CMSIS RTOS V2...
/* Defines needed by FreeRTOS to implement CMSIS RTOS2 API. Do not change! */ #define configCPU_CLOCK_HZ (SystemCoreClock) #define configUSE_PREEMPTION 1 #define configUSE_TIMERS 1 #define configUSE_MUTEXES 1 #define configUSE_RECURSIVE_MUTEXES 1 #define configUSE_COUNTING_SEMAPHORES 1 #defi...