Viller Hsiao
bb0246f04a
Remove trailing whitespace in RTX
2015-03-06 16:16:58 +08:00
Masao Hamanaka
c46f5b894b
Modify to support GCC. (CMSIS-RTOS RTX for Cortex-A9)
2015-02-26 16:31:58 +09:00
Masao Hamanaka
02cba63476
Increase private thread num.
2015-02-20 17:36:11 +09:00
Masao Hamanaka
d469fdf79e
Increase STACK size of thread.
2015-01-07 19:09:50 +09:00
Masao Hamanaka
0279c2a2ee
Modify some settings of OS and Ether
...
- Change default setting of CMSIS-RTOS RTX for Cortex-A9 to align with Cortex-M.
- Change the interrupt priority of Ether driver to align with other drivers.
2014-12-18 18:41:33 +09:00
Masao Hamanaka
495ba6d817
Fixed CMSIS-RTOS RTX build error.
...
Some files of CMSIS-RTOS RTX for CA9 has an effect on build error.
Confirmed those are unwanted files. Deleted.
2014-11-27 17:12:08 +09:00
Masao Hamanaka
7e735c41b6
Fixed CMSIS-RTOS RTX for Cortex-A9
...
I fixed a bug as below.
A bug occured in CMSIS-RTOS RTX for Cortex-A9 when the build option is -O3.
2014-11-14 18:30:53 +09:00
Bogdan Marinescu
45ddf10698
Proper fix for Cortex-M/Cortex-A RTOS issue
...
Created two new labels (CORTEX_A and CORTEX_M) that can be used to differentiate
between Cortex-A and Cortex-M code in the build system.
2014-11-06 12:54:09 +00:00