]> begriffs open source - freertos/commit
Add Xtensa port
authorGaurav Aggarwal <aggarg@amazon.com>
Thu, 14 Jun 2018 19:43:17 +0000 (19:43 +0000)
committerGaurav Aggarwal <aggarg@amazon.com>
Thu, 14 Jun 2018 19:43:17 +0000 (19:43 +0000)
commitc4b1afc4ef1e4e86bc2ac279adcc64e0cd68ff54
tree63c7a086c71b8bafdfaedb3cbeea39f093cb4cfb
parent7d92e4dd8f607d24086d517046c971bb1d0b8b17
Add Xtensa port

The project file is for Xtensa Xplorer simulator.
Also add tests for one size stream buffer.
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