]> git.sur5r.net Git - freertos/commit - FreeRTOS/Demo/Common/Minimal/StreamBufferDemo.c
Add Xtensa port
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 14 Jun 2018 19:43:17 +0000 (19:43 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 14 Jun 2018 19:43:17 +0000 (19:43 +0000)
commitae2c933c3a182574b22a70ac05938c7b8b3212f0
tree63c7a086c71b8bafdfaedb3cbeea39f093cb4cfb
parent88c099f51d00c3781a441adf36043f7cae09ddb5
Add Xtensa port

The project file is for Xtensa Xplorer simulator.
Also add tests for one size stream buffer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2549 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
34 files changed:
FreeRTOS/Demo/Common/Minimal/MessageBufferDemo.c
FreeRTOS/Demo/Common/Minimal/StreamBufferDemo.c
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/.cproject [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/.project [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/.settings/targets/xtensa/CommonTarget.bts [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/.settings/targets/xtensa/Debug.bts [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/.xxproject [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/FreeRTOSConfig.h [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.c [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.h [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main.c [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main_blinky.c [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main_full.c [new file with mode: 0644]
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/regtest_xtensa.S [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/Makefile [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/portasm.S [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/portbenchmark.h [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/portclib.c [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/portmacro.h [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/porttrace.h [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/readme_xtensa.txt [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_api.h [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_config.h [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_context.S [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_context.h [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_init.c [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_intr.c [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_intr_asm.S [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_overlay_os_hook.c [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_rtos.h [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_timer.h [new file with mode: 0644]
FreeRTOS/Source/portable/ThirdParty/XCC/Xtensa/xtensa_vectors.S [new file with mode: 0644]
FreeRTOS/Source/stream_buffer.c