...
You have therefore access to FreeRTOS features and the netX peripheral drivers.
See section FreeRTOS Porting DescriptionInformation if you require information about the link between the individual components.
...
The following table explains our configuration decisions:
Configuration | Statement |
---|---|
Portable: ARM_CM3 | We do not require FPU or MPU |
Heap: heap_3 | For dynamic allocation |
netX_drv: dynamic Mutex | Since we use dynamic allocation |
Execution of the Bare Example
...