Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Your introduction into FreeRTOS on the netX 90 with newlib c.

Download

https://subversion01/svn/netXSupport/Projects/FreeRTOS/netX90_FreeRTOS_02_libCExamples

Project Scope

The FreeRTOS Bare example aims to demonstrate FreeRTOS with newlib c on the netX 90 in the simplest possible way, and contains the following components:

...

The following table explains our configuration decisions:

ConfigurationStatement
Portable: ARM_CM3We do not require FPU or MPU
Heap: heap_useNewlibFor dynamic allocation, using newlib c
netX_drv: dynamic MutexSince we use dynamic allocation

Execution of the LibC Example

...