TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
ARM-software
/
CMSIS_5
/
17f51a68fc113d79d946e652f5ae183fd9ff559b
/
CMSIS
/
RTOS2
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
· 5 years ago
302d4fb
RTX5: Enhanced support for Armv8-M (specifying thread TrustZone module identifier is optional)
by Robert Rostohar
· 5 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
11e3d0f
RTX5: Fixed thread priority restore on mutex acquire timeout when priority inherit is used (#705)
by Robert Rostohar
· 6 years ago
051d738
Change OS_THREAD_LIBSPACE_NUM to be defined as a (compiler) macro
by Ari Parkkila
· 6 years ago
61af53d
RTOS2/RTX5: Enhanced RTX5 Blinky example Abstract text about
by Jonatan Antoni
· 6 years ago
f1bd542
RTOS2/RTX5: Enhanced RTX5 Blinky example with EventRecorder.
by Jonatan Antoni
· 6 years ago
bf9c9bf
RTOS2/RTX5: Fixed Blinky example to work for other devices than CM3.
by Jonatan Antoni
· 6 years ago
d6895d7
RTX5: latest libraries (IAR)
by Robert Rostohar
· 6 years ago
63798c1
RTX5: latest libraries (ARM/GCC)
by Robert Rostohar
· 6 years ago
eaf9850
RTOS2: minor improvements in templates
by Robert Rostohar
· 6 years ago
bbdb77d
RTOS2/RTX: Updated all examples to use C Startup variant.
by Jonatan Antoni
· 6 years ago
ef65ce5
RTX5: enhanced support for OS sections when using ARMCC5 (linker option "--keep=os_cb_sections" not needed any more)
by Robert Rostohar
· 6 years ago
5a7a893
Merge pull request #571 from kjbracey-arm/join
by Robert Rostohar
· 6 years ago
274494c
RTX5: fixed osMutexRelease issue (#574 #578)
by Robert Rostohar
· 6 years ago
757e808
RTX5 (Component View): displaying "Mutex owner" only when mutex locked
by Vladimir Umek
· 6 years ago
b11a184
RTX5: Have osThreadJoin mark thread non-joinable
by Kevin Bracey
· 6 years ago
837ed04
RTX5: removed unnecessary semicolons
by Vladimir Umek
· 6 years ago
12955cd
Updated file versions, dates and copyright headers.
by Jonatan Antoni
· 6 years ago
41c6b0f
RTX5: Typo correction (comments)
by Vladimir Umek
· 6 years ago
903c3c0
RTOS2: Fixed RTX TrustZone examples.
by Jonatan Antoni
· 6 years ago
b829f10
RTOS2: Rebuilt IAR libraries with EVR_RTX_DISABLE and DOMAIN_NS=1 for the non-secure libraries
by TTornblom
· 6 years ago
b780c25
RTX5 (Component View): added ssel="1" attribute for the Running thread (Thread Events statistics)
by Vladimir Umek
· 6 years ago
2a7ed79
RTX5 (Component View): further read optimization
by Vladimir Umek
· 6 years ago
c767db3
RTX5 (Component View): minor read optimizations
by Vladimir Umek
· 6 years ago
7a64ce4
RTX5: latest libraries (IAR)
by Vladimir Umek
· 6 years ago
5d7b28f
RTX5: latest libraries (ARM/GCC)
by Robert Rostohar
· 6 years ago
26dc9a8
RTX5: corrected typo in Mutex.c template
by Robert Rostohar
· 6 years ago
0718e8a
Merge pull request #529 from kjbracey-arm/clrex
by Vladimir Umek
· 6 years ago
647a940
RTX5: Add CLREX to exception exit paths
by Kevin Bracey
· 6 years ago
abb6976
RTX5: Make rtx_core_ca.h cope with compiler in Thumb mode
by Kevin Bracey
· 7 years ago
bd088a9
RTX5: minor optimization (osKernelResume)
by Robert Rostohar
· 7 years ago
5398c46
Pack: Removed Fixed Virtual Platform board. Fixed RTX MemPool example.
by Jonatan Antoni
· 7 years ago
ba157cf
RTX5 (Component View): updated object name display
by Vladimir Umek
· 7 years ago
856be70
RTX5: minor internal update (#500)
by Robert Rostohar
· 7 years ago
7d64919
RTOS2: Updated IAR support
by TTornblom
· 7 years ago
e01bffb
RTOS2: Updated IAR support
by TTornblom
· 7 years ago
c0f83ab
RTOS2: Updated IAR support
by TTornblom
· 7 years ago
3c5e575
Changed from "INCLUDE" to "#include" as the first method has issues with paths.
by TTornblom
· 7 years ago
87c33cf
RTX5: minor internal changes (changed object identifiers to avoid memory pool free side effect)
by Robert Rostohar
· 7 years ago
1ea17c5
RTX5: minor optimization (Event Recorder Initialization)
by Robert Rostohar
· 7 years ago
5bc83ff
added import lib misc option and include path
by Joachim Krech
· 7 years ago
93c0ddf
RTX5: Updated Event Recorder configuration (also addresses #457)
by Robert Rostohar
· 7 years ago
26ce470
RTX5: minor optimization (ARMv6M)
by Robert Rostohar
· 7 years ago
7643cd3
RTX5: minor optimizations
by Robert Rostohar
· 7 years ago
b4b7c8d
Revert "RTX5: .bss sections explicitly assigned to ZI for ARMCC5 (#407)"
by Jonatan Antoni
· 7 years ago
68e535d
RTX5: enhanced events (Generic Wait and Thread Flags)
by Robert Rostohar
· 7 years ago
027464c
RTX5: .bss sections explicitly assigned to ZI for ARMCC5 (#407)
by Robert Rostohar
· 7 years ago
282aa99
Revert "rtos: rtx5: ARMCC5: move the variables in .bss.os section to ZI section"
by Jonatan Antoni
· 7 years ago
0b4f11c
rtos: rtx5: ARMCC5: move the variables in .bss.os section to ZI section
by Tero Jääskö
· 7 years ago
6c83b54
RTX5: enhanced KernelInfoRetrieved event
by Robert Rostohar
· 7 years ago
83177af
RTX5: Updated RTX generated events (reorganized components) and Event Recorder configuration
by Robert Rostohar
· 7 years ago
d143b79
Pull request #410: Fix define around EvrRtxKernelInitialized
by Robert Rostohar
· 7 years ago
95a3ae4
RTX5 (Component View): current stack pointer value for running thread set to unknown when invalid
by Vladimir Umek
· 7 years ago
7ce5eaa
Updated RTOS2 examples.
by GuentherMartin
· 7 years ago
ba9cdf3
Pack: Restructured PDSC to keep original repository structure.
by Jonatan Antoni
· 7 years ago
61ef059
events: fix semicolon for event timer macros
by Martin Kojtal
· 7 years ago
2e98d57
RTX5: updated examples (latest configuration)
by Robert Rostohar
· 7 years ago
52b2a5a
RTX5: latest libraries (ARM/GCC)
by Robert Rostohar
· 7 years ago
01c7adb
RTX5: latest libraries (IAR)
by Vladimir Umek
· 7 years ago
300d01d
RTX5 (Component View): minor change in event enum access
by Vladimir Umek
· 7 years ago
328e215
RTX5: enhanced events EvrRtxSemaphoreAcquired/EvrRtxSemaphoreReleased (added available tokens)
by Robert Rostohar
· 7 years ago
f28ad45
RTX5: enhanced event EvrRtxThreadCreated (added name)
by Robert Rostohar
· 7 years ago
f7d6092
RTOS2: Updated API V2.1.3
by Robert Rostohar
· 7 years ago
c2d7959
RTX5: updated Event Recorder - added tracking of thread states
by Robert Rostohar
· 7 years ago
4e75ce6
RTX5 (Component View): number of messages in message queue aligned with actual application state
by Vladimir Umek
· 7 years ago
d062bec
RTX5 (Cortex-A): exception handling restructured, post processing moved after context save.
by Vladimir Umek
· 7 years ago
017de41
RTX5: removed compiler warning when Timers are not used (#316)
by Robert Rostohar
· 7 years ago
7dd13ba
RTX5: updated osDelayUntil(current_tick) return value (#277)
by Robert Rostohar
· 7 years ago
3f19e0d
RTX5: osDelayUntil longest delay limited to 2^31-1 (#276 #277 SDCMSIS-806)
by Robert Rostohar
· 7 years ago
e3d1065
RTX5: component view updated - control block state taken into account only for threads and counters
by Vladimir Umek
· 7 years ago
58b79ea
RTX5: added Trusted Firmware M extension (SDCMSIS-774)
by Robert Rostohar
· 7 years ago
35afcf8
RTX5: optimized generated Event Recorder events (ObjectGetName, KernelInfoRetrieved)
by Robert Rostohar
· 7 years ago
62e8276
RTX5: synced latest changes in atomic functions from Cortex-M to Cortex-A
by Robert Rostohar
· 7 years ago
bc167c5
RTX5: minor change in events (name consistency) - part2
by Robert Rostohar
· 7 years ago
858f429
RTX5: minor change in events (name consistency)
by Robert Rostohar
· 7 years ago
c3b123e
RTX5: updated MemoryPoolFree (removed count check) [SDCMSIS-801]
by Robert Rostohar
· 7 years ago
75189e7
RTX5: code optimization (removed redundant object state checks)
by Robert Rostohar
· 7 years ago
6598406
RTX5: minor update in configuration file (added additional comment)
by Robert Rostohar
· 7 years ago
e718dc4
RTOS2/RTX: Added builder script for pre-built libraries.
by Jonatan Antoni
· 7 years ago
Next »