TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
ARM-software
/
CMSIS_5
/
aa7d22b35f7748efe3062cb15d6eb5d9cf4b7818
/
CMSIS
/
RTOS2
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
· 6 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
1361c74
RTX5: minor update of order for some error checking
by Robert Rostohar
· 7 years ago
22a5941
RTX5: minor internal reorganization (replaced hard coded constants with existing defines)
by Robert Rostohar
· 7 years ago
b416b2c
RTX5: added support for Event Recorder initialization and filter setup (RTOS can also be used as Event Recorder Time Stamp)
by Robert Rostohar
· 7 years ago
e58ef49
corrected 'null-terminated string' comment
by Reinhard Keil
· 7 years ago
04f9687
RTX5: component view updated - used stack display set to "unknown" during system exception calls and debug execution
by Vladimir Umek
· 7 years ago
b355d47
RTX5: improved robustness (invalidation of objects on delete)
by Robert Rostohar
· 7 years ago
0b7a4a9
RTX5: fixed nesting interrupt handling (Cortex-A)
by Vladimir Umek
· 7 years ago
184017e
RTX5: ignoring CPUID field in GIC implementation
by Vladimir Umek
· 7 years ago
670d291
consistent names in comments
by Reinhard Keil
· 7 years ago
1dbad20
RTX5: fixed osMemoryPoolAlloc to avoid potential race condition (#342)
by Robert Rostohar
· 7 years ago
815dfad
RTX5: disabled OS Tick interrupt during post processing in IRQ handler for Cortex-A devices
by Vladimir Umek
· 7 years ago
814c03c
Function comments improved (no functional change -> no version number modified)
by Reinhard Keil
· 7 years ago
bc70a07
typo fixed
by Reinhard Keil
· 7 years ago
80922a1
RTX5: minor code optimizations (removed unnecessary checks)
by Robert Rostohar
· 7 years ago
84a9388
RTX5: fixed optimization issue when using GCC optimization level 3
by Robert Rostohar
· 7 years ago
583d205
removing superfluous end tag
by Joachim Krech
· 7 years ago
c6dca33
RTOS2: Update version information for OS Tick Private Timer.
by Jonatan Antoni
· 7 years ago
e8d0a47
Move non-config includes behind PTIM ifdef
by Bartek Szatkowski
· 7 years ago
4c269b2
fixing attribute name
by Joachim Krech
· 7 years ago
b274a66
RTX5: component view update - brief attribute replaced with shortname in component tag
by Vladimir Umek
· 7 years ago
4f86b6f
RTX5: Enhanced SCVD for System Analyzer integration.
by Jonatan Antoni
· 7 years ago
09e3221
RTX5: component view updated - fixed stack context display for running thread
by Vladimir Umek
· 7 years ago
3321927
DoxyGen: Fixed Memory Management documentation.
by Jonatan Antoni
· 7 years ago
6b557bf
RTX5: removed an unnecessary PC-lint comment
by Robert Rostohar
· 7 years ago
12e6537
RTX5: updated configuration - increased default thread stack sizes to 256 bytes
by Robert Rostohar
· 8 years ago
e4c8245
RTX5: corrected OS control blocks sections when using ARMCC5 (used for debug with Component Viewer)
by Robert Rostohar
· 8 years ago
0322fb4
RTX5: component view updated - fixed invalid stack usage for running thread during context switch
by Vladimir Umek
· 8 years ago
6fcd74b
RTX5: data usage optimization (libspace in separate section and can be removed by linker when not used)
by Robert Rostohar
· 8 years ago
Next »