Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Dependents: LoRaWAN-lmic-app LoRaWAN-lmic-app LoRaWAN-test-10secs testes ... more
Revision 69:94c39314568d, committed 2015-03-31
- Comitter:
- mbed_official
- Date:
- Tue Mar 31 16:15:17 2015 +0100
- Parent:
- 68:d3d0e710b443
- Child:
- 70:3295e347fd88
- Commit message:
- Synchronized with git revision 251f3f8b55a4dc98b831c80e032464ed45cce309
Full URL: https://github.com/mbedmicro/mbed/commit/251f3f8b55a4dc98b831c80e032464ed45cce309/
[RZ/A1H]Add some function(USB 2port, NVIC wrapper) and modify some settings(OS, Terminal).
Changed in this revision
rtx/TARGET_CORTEX_A/RTX_Conf_CA.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c Thu Mar 12 14:31:19 2015 +0000 +++ b/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c Tue Mar 31 16:15:17 2015 +0100 @@ -61,7 +61,7 @@ // <i> Defines stack size for main thread. // <i> Default: 200 #ifndef OS_MAINSTKSIZE - #define OS_MAINSTKSIZE 512 + #define OS_MAINSTKSIZE 2048 #endif // <o>Number of threads with user-provided stack size <0-250>