]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
freertos: remove dpl folder and move to port folder
authorBadri S <badri@ti.com>
Sat, 27 Feb 2021 14:31:09 +0000 (20:01 +0530)
committerAnkur <ankurbaranwal@ti.com>
Fri, 5 Mar 2021 10:02:31 +0000 (04:02 -0600)
commit0d4a67946fffb0006aef4c88e8ab8bbb2b5239df
tree655dd6c4ef4a7002ea5f62f22f57eb5c75018dc7
parentcfee33fc5eb6b2d7be9f08ad3879f3f684bb17d5
freertos: remove dpl folder and move to port folder

remove dpl folder and move files under port folder
also make test folder freertos specific

Signed-off-by: Badri S <badri@ti.com>
22 files changed:
packages/ti/kernel/freertos.mak
packages/ti/kernel/freertos/portable/TI_CGT/c66/port_Hwi.c [moved from packages/ti/kernel/freertos/dpl/c66/Hwi.c with 99% similarity]
packages/ti/kernel/freertos/portable/TI_CGT/c66/port_Hwi.h [moved from packages/ti/kernel/freertos/dpl/c66/Hwi.h with 100% similarity]
packages/ti/kernel/freertos/portable/TI_CGT/c66/port_Hwi_asm_switch.asm [moved from packages/ti/kernel/freertos/dpl/c66/Hwi_asm_switch.asm with 99% similarity]
packages/ti/kernel/freertos/portable/TI_CGT/c66/port_Hwi_disp_always.asm [moved from packages/ti/kernel/freertos/dpl/c66/Hwi_disp_always.asm with 99% similarity]
packages/ti/kernel/freertos/portable/TI_CGT/c66/port_Hwi_intcIsrDispatch.asm [moved from packages/ti/kernel/freertos/dpl/c66/Hwi_intcIsrDispatch.asm with 100% similarity]
packages/ti/kernel/freertos/portable/TI_CGT/c66/port_TaskSupport_asm.asm [moved from packages/ti/kernel/freertos/portable/TI_CGT/c66/TaskSupport_asm.asm with 100% similarity]
packages/ti/kernel/freertos/portable/TI_CGT/r5f/port_Hwi.c [moved from packages/ti/kernel/freertos/dpl/r5f/Hwi.c with 99% similarity]
packages/ti/kernel/freertos/portable/TI_CGT/r5f/port_Hwi_handlers_asm.asm [moved from packages/ti/kernel/freertos/dpl/r5f/Hwi_handlers_asm.asm with 100% similarity]
packages/ti/kernel/freertos/portable/TI_CGT/r5f/port_Hwi_priv.h [moved from packages/ti/kernel/freertos/dpl/r5f/Hwi_priv.h with 100% similarity]
packages/ti/kernel/freertos_component.mk
packages/ti/kernel/test/freertos/build/tpr12/linker_c66.cmd [moved from packages/ti/kernel/test/build/tpr12/linker_c66.cmd with 100% similarity]
packages/ti/kernel/test/freertos/build/tpr12/linker_r5f.cmd [moved from packages/ti/kernel/test/build/tpr12/linker_r5f.cmd with 100% similarity]
packages/ti/kernel/test/freertos/posix_demo/main.c [moved from packages/ti/kernel/test/posix_demo/main.c with 100% similarity]
packages/ti/kernel/test/freertos/posix_demo/makefile [moved from packages/ti/kernel/test/posix_demo/makefile with 100% similarity]
packages/ti/kernel/test/freertos/posix_demo/posix_demo.c [moved from packages/ti/kernel/test/posix_demo/posix_demo.c with 100% similarity]
packages/ti/kernel/test/freertos/task_switch/main.c [moved from packages/ti/kernel/test/task_switch/main.c with 100% similarity]
packages/ti/kernel/test/freertos/task_switch/makefile [moved from packages/ti/kernel/test/task_switch/makefile with 100% similarity]
packages/ti/kernel/test/freertos/task_switch/task_switch.c [moved from packages/ti/kernel/test/task_switch/task_switch.c with 100% similarity]
packages/ti/kernel/test/freertos/ut/main.c [moved from packages/ti/kernel/test/ut/main.c with 100% similarity]
packages/ti/kernel/test/freertos/ut/makefile [moved from packages/ti/kernel/test/ut/makefile with 100% similarity]
packages/ti/kernel/test/freertos/ut/test_freertos.c [moved from packages/ti/kernel/test/ut/test_freertos.c with 100% similarity]