OVMS3/OVMS.V3/components/wolfssl/IDE/MQX
2022-04-06 00:04:46 +02:00
..
client-tls.c Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
include.am Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
Makefile Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README-jp.md Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README.md Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
server-tls.c Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
user_config.h Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
user_settings.h Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00

#How to build with MQX

Overview

This Makefile is for building wolfSSL library and sample programs running with MQX. It has following targets.

  • wolfssllib: wolfSSL static library (libwolfssl.a)
  • test: crypt test
  • benchmark: cypher benchmark
  • client: TLS client example
  • server: TLS server example

Prerequisites

Setup

  • wolfSSL configuration parameters You can add or remove configuration options in /IDE/MQX/user_settings.h.

  • Setup Makefile MQX_ROOT: MQX source code installed path MQXLIB: MQX library path to like with CC: compiler AR: archiver WOLF_ROOT: change this if you move this Makefile location