摘要:
引子 做嵌入式开发调试,无非就是从目标板子上上传或者下载文件,当然下载和上传的方法很多。 有串口的可以考虑xmodem,ymodem,zmodem。 有网络的可以借助ssh,tftp,telnet,nfs, 有usb调试口的可以使用adb push或者adb pull等。 由于使用的Security 阅读全文
摘要:
在代码中 示例代码 #include <stdio.h> /////////////颜色数值/////////////////////// #define COLOR_BLACK "30" #define COLOR_RED "31" #define COLOR_GREEN "32" #define 阅读全文
摘要:
下载 到https://www.openssl.org/source/下载最新openssl源代码。 或使用git直接下拉代码,并切换到最新release版. 此处我下载的是1.1.1系列的版本,这个版本支持到2023年9月11号 git clone https://gitee.com/mirror 阅读全文