Miro Samek HSM hsmtst world implementation on esp32.
Follow detailed instructions provided specifically for this example.
Select the instructions depending on Espressif chip installed on your development board:
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.