I found we have to build micro-ecc.lib on our own, so I follow the below link to start to build it: Installing micro-ecc
Then, we meet the below to errors:
Makefile:69: Cannot find include folder: ../../config
For workarround we made an empty folder named 'config', and the build passed. Should we put any thing in the config folder?