]> begriffs open source - cmsis-freertos/commit
Updated examples with Event Recorder functionality, running in simulation.
authorChristopher Seidl <christopher.seidl@arm.com>
Wed, 22 Mar 2017 15:19:29 +0000 (16:19 +0100)
committerChristopher Seidl <christopher.seidl@arm.com>
Wed, 22 Mar 2017 15:19:29 +0000 (16:19 +0100)
commit4916fc806d831152c3a7426a26593c65098103e9
tree42d54e34f773f8c2754753d866680d5688333962
parentcb0837a659e0b5ee1137d9b22aa356d78e3d53d2
Updated examples with Event Recorder functionality, running in simulation.
17 files changed:
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/Blinky.c
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/Blinky.uvguix
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/Blinky.uvoptx
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/Blinky.uvprojx
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/EventRecorderStub.scvd [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/RTE/Compiler/EventRecorderConf.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/RTE/RTOS/FreeRTOS_Tick_Config.c [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/RTE/RTOS/FreeRTOS_Tick_Config.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/RTE/_Simulation/RTE_Components.h
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/simulation.ini [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/Blinky.c
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/Blinky.uvguix
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/Blinky.uvoptx
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/Blinky.uvprojx
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/RTE/Compiler/EventRecorderConf.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/RTE/_Simulation/RTE_Components.h
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/simulation.ini [new file with mode: 0644]