/mcu-hsm

esp32 hsm schel example

Primary LanguageAssembly

HSM Hello World Example

Miro Samek HSM hsmtst world implementation on esp32.

How to use example

Follow detailed instructions provided specifically for this example.

Select the instructions depending on Espressif chip installed on your development board:

Example folder contents

Below is short explanation of remaining files in the project folder.

├── CMakeLists.txt
├── example_test.py            Python script used for automated example testing
├── main
│   ├── CMakeLists.txt
│   ├── component.mk
│   ├── hsm.c                  Miro Samek HSM Implementation
│   ├── hsm.h
│   ├── main.c                 Main file
│   ├── queue.c                Simple C Queue API Implementation
│   └── queue.h
├── Makefile                   Makefile used by legacy GNU Make
└── README.md                  This is the file you are currently reading

For more information on structure and contents of ESP-IDF projects, please refer to Section Build System of the ESP-IDF Programming Guide.