building_arch.rst 694 B

1234567891011121314151617181920212223
  1. Building for specific architectures
  2. -----------------------------------
  3. The open62541 library can be build for many operating systems and embedded systems.
  4. This document shows a small excerpt of already tested architectures. Since the stack is only using the
  5. C99 standard, there are many more supported architectures.
  6. A full list of implemented architecture support can be found in the arch folder.
  7. Windows, Linux, MacOS
  8. ^^^^^^^^^^^^^^^^^^^^^
  9. These architectures are supported by default and are automatically chosen by CMake.
  10. Have a look into the previous sections on how to do that.
  11. freeRTOS + LwIP
  12. ^^^^^^^^^^^^^^^
  13. Credits to `@cabralfortiss <https://github.com/cabralfortiss>`_
  14. TODO