mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Added flop support.
This commit is contained in:
parent
094945625d
commit
ebffeb7ae4
11 changed files with 706 additions and 132 deletions
|
@ -87,8 +87,9 @@
|
|||
#define configQUEUE_REGISTRY_SIZE 0
|
||||
#define configGENERATE_RUN_TIME_STATS 0
|
||||
#define configUSE_MALLOC_FAILED_HOOK 1
|
||||
#define configUSE_APPLICATION_TASK_TAG 1 /* Must be set to one for floating point support in this port. */
|
||||
|
||||
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
|
||||
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
|
||||
#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )
|
||||
|
||||
/* Set the following definitions to 1 to include the API function, or zero
|
||||
|
@ -105,7 +106,4 @@ to exclude the API function. */
|
|||
#define INCLUDE_xTaskGetSchedulerState 1
|
||||
|
||||
|
||||
#define configKERNEL_INTERRUPT_PRIORITY ( 1 )
|
||||
#define configMAX_SYSCALL_INTERRUPT_PRIORITY ( 0xff )
|
||||
|
||||
#endif /* FREERTOS_CONFIG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue