]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
freertos: support for j721e,j7200,am65xx SoCs
authorBadri S <badri@ti.com>
Sat, 27 Feb 2021 07:37:16 +0000 (13:07 +0530)
committerAnkur <ankurbaranwal@ti.com>
Fri, 5 Mar 2021 10:02:31 +0000 (04:02 -0600)
commitcfee33fc5eb6b2d7be9f08ad3879f3f684bb17d5
treeffd3262aec11eb3b61b1b1af3c11e2d11b429c10
parentec38f3160482556f86ddc521d1fcc0a3486101ee
freertos: support for j721e,j7200,am65xx SoCs

Support added for am65xx,j721e,am65xx SoCs
freertos lib made core specific instead of isa
so that freeRTOS config can include core specific
header file

Signed-off-by: Badri S <badri@ti.com>
23 files changed:
packages/ti/build/am65xx/linker_r5_freertos.lds [new file with mode: 0644]
packages/ti/build/j7200/linker_r5_freertos.lds [new file with mode: 0644]
packages/ti/build/j721e/linker_r5_freertos.lds [new file with mode: 0644]
packages/ti/build/tpr12/linker_r5_freertos.lds
packages/ti/kernel/freertos/config/am65xx/r5f/FreeRTOSConfig.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/am65xx/r5f/FreeRTOSConfig_mcu1_0.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/am65xx/r5f/FreeRTOS_POSIX_portable.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/j7200/r5f/FreeRTOSConfig.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/j7200/r5f/FreeRTOSConfig_mcu1_0.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/j7200/r5f/FreeRTOS_POSIX_portable.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/j721e/r5f/FreeRTOSConfig.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/j721e/r5f/FreeRTOSConfig_mcu1_0.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/j721e/r5f/FreeRTOS_POSIX_portable.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/tpr12/c66/FreeRTOSConfig.h
packages/ti/kernel/freertos/config/tpr12/c66/FreeRTOSConfig_c66xdsp_1.h [new file with mode: 0644]
packages/ti/kernel/freertos/config/tpr12/r5f/FreeRTOSConfig.h
packages/ti/kernel/freertos/config/tpr12/r5f/FreeRTOSConfig_mcu1_0.h [new file with mode: 0644]
packages/ti/kernel/freertos_component.mk
packages/ti/kernel/test/posix_demo/makefile
packages/ti/kernel/test/task_switch/makefile
packages/ti/kernel/test/task_switch/task_switch.c
packages/ti/kernel/test/ut/makefile
packages/ti/kernel/test/ut/test_freertos.c