Versions Compared

Key

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

...

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

The µC/CPU module regroups the processor's hardware-dependent code. µC/CPU includes many ports for all the 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 module is the Micriµm utility libraries. The complete µC/Common documentation can be found here.

The µC/TCP-IP stack is a compact, reliable, high-performance TCP/IP protocol stack which provide the socket to the application layer. The complete µC/TCP-IP  documentation can be found here.

...