[RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API (#3470)
* [RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API

PR to update RTX to v4.80 for Cortex-A.
In the latest CI test, three tests result in an error. The cause is mainly three points
- Unsupport RTX v4.80 for Cortex-A
- Insufficient stack size of thread defined in test
- A few Lack of Malloc API in GCC
Therefore, I supported to these. For the stack size for test, @Russ already supported in PR #3362.

Reference for issue of test error is here.
https://github.com/ARMmbed/mbed-os/issues/3273

Reference for PR to update RTX for Cortex-M.
https://github.com/ARMmbed/mbed-os/pull/1702

* Revert "[RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API"

This reverts commit e71f79a.

* [RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API

PR to update RTX to v4.80 for Cortex-A.
In the latest CI test, three tests result in an error. The cause is mainly three points
- Unsupport RTX v4.80 for Cortex-A
- Insufficient stack size of thread defined in test
- A few Lack of Malloc API in GCC
Therefore, I supported to these. For the stack size for test, @c1728p9 already supported in PR #3362.

Reference for issue of test error is here.
https://github.com/ARMmbed/mbed-os/issues/3273

Reference for PR to update RTX for Cortex-M.
https://github.com/ARMmbed/mbed-os/pull/1702
ls
1 parent 41b22bf commit 9af31739939fb3058b8f81ade16c19f6d1cab136
@TomoYamanaka TomoYamanaka authored on 9 Jan 2017
Sam Grove committed on 9 Jan 2017
Showing 38 changed files
View
rtos/RtosTimer.h
View
rtos/rtx/TARGET_CORTEX_A/HAL_CA.c
View
rtos/rtx/TARGET_CORTEX_A/RTX_CM_lib.h
View
rtos/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c
View
rtos/rtx/TARGET_CORTEX_A/RTX_Config.h
View
rtos/rtx/TARGET_CORTEX_A/TOOLCHAIN_ARM/HAL_CA9.c
View
rtos/rtx/TARGET_CORTEX_A/TOOLCHAIN_ARM/SVC_Table.S
View
rtos/rtx/TARGET_CORTEX_A/TOOLCHAIN_GCC/HAL_CA9.S
View
rtos/rtx/TARGET_CORTEX_A/TOOLCHAIN_GCC/SVC_Table.S
View
rtos/rtx/TARGET_CORTEX_A/TOOLCHAIN_IAR/HAL_CA9_asm.s
View
rtos/rtx/TARGET_CORTEX_A/cmsis_os.h
View
rtos/rtx/TARGET_CORTEX_A/rt_CMSIS.c
Too large (Show diff)
View
rtos/rtx/TARGET_CORTEX_A/rt_Event.c
View
rtos/rtx/TARGET_CORTEX_A/rt_Event.h
View
rtos/rtx/TARGET_CORTEX_A/rt_HAL_CA.h
View
rtos/rtx/TARGET_CORTEX_A/rt_HAL_CM.h
View
rtos/rtx/TARGET_CORTEX_A/rt_List.c
View
rtos/rtx/TARGET_CORTEX_A/rt_List.h
View
rtos/rtx/TARGET_CORTEX_A/rt_Mailbox.c
View
rtos/rtx/TARGET_CORTEX_A/rt_Mailbox.h
View
rtos/rtx/TARGET_CORTEX_A/rt_MemBox.c
View
rtos/rtx/TARGET_CORTEX_A/rt_MemBox.h
View
rtos/rtx/TARGET_CORTEX_A/rt_Memory.c
View
rtos/rtx/TARGET_CORTEX_A/rt_Memory.h
View
rtos/rtx/TARGET_CORTEX_A/rt_Mutex.c
View
rtos/rtx/TARGET_CORTEX_A/rt_Mutex.h
View
rtos/rtx/TARGET_CORTEX_A/rt_Robin.c
View
rtos/rtx/TARGET_CORTEX_A/rt_Robin.h
View
rtos/rtx/TARGET_CORTEX_A/rt_Semaphore.c
View
rtos/rtx/TARGET_CORTEX_A/rt_Semaphore.h
View
rtos/rtx/TARGET_CORTEX_A/rt_System.c
View
rtos/rtx/TARGET_CORTEX_A/rt_System.h
View
rtos/rtx/TARGET_CORTEX_A/rt_Task.c
View
rtos/rtx/TARGET_CORTEX_A/rt_Task.h
View
rtos/rtx/TARGET_CORTEX_A/rt_Time.c
View
rtos/rtx/TARGET_CORTEX_A/rt_Time.h
View
rtos/rtx/TARGET_CORTEX_A/rt_Timer.h
View
rtos/rtx/TARGET_CORTEX_A/rt_TypeDef.h