mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-29 06:28:36 -04:00
Implementing exception handling in the new MicroBlaze port - still a work in progress.
This commit is contained in:
parent
8b0ccf1444
commit
71b359154b
7 changed files with 345 additions and 59 deletions
|
@ -96,6 +96,7 @@
|
|||
#define configUSE_COUNTING_SEMAPHORES 1
|
||||
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 200 )
|
||||
#define configINTERRUPT_STACK_SIZE configMINIMAL_STACK_SIZE
|
||||
#define configINSTALL_EXCEPTION_HANDLERS 1
|
||||
|
||||
/* Co-routine definitions. */
|
||||
#define configUSE_CO_ROUTINES 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue