Versions Compared

Key

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

...

µC/TCP-IP depends on other modules to run. First, it needs the presence of a RTOS. FuthermoreFurthermore, µC/CPU, µC/LIB and µC/Common modules are required.

If you are using one of the two Micriµm OS, complete documentation can be found here for µC/OS-II and here for µ/COS-III. Refer to those guides for more informations information on the requirements, installation, configuration and running of those RTOS.

The µC/CPU module regroups the processor's hardware-dependent code. µC/CPU includes many ports for all the diffenrent different CPU architectures Micriµm supports. You must therefore used the port corresponding to your specific CPU. The complete µC/CPU documentation can be found here

The µC/LIB module is the Micriµm run-time library, implementing the most common standard library functions, macros, and constants. The complete µC/LIB documentation can be found here.

The µC/Common repository includes comprises multiple modules required by the µC/TCP-IP stack. Amongst Among others,  KAL module can be found there the KAL module is included. KAL stands for Kernel-Abstraction Layer. It is used by µC/TCP-IP stack and other Micriµm products to interacts with the RTOS by specifying a set of generic API functions. KAL comes with the µC/OS-II and µC/OS-III ports. The complete KAL documentation can be found here.

Downloading the source code

...

The customer portal also includes all the network inteface interface device driver supported by Micriµm. Wired Ethernet devices and WiFi devices are suppored supported by Micriµm. Download the device driver adequate for your project. If your device is not support by Micriµm, you will need to develop your own device driver. Refer to section µC/TCPIP Driver Manual for all the details.

...