自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 ESP8266工具链4.8.5编译缺少libmesh.a跟libc.a跟libhal.a

ESP8266工具链4.8.5编译缺少libmesh.a跟libc.a跟libhal.a执行wget -O libhal.a https://github.com/esp8266/esp8266-wiki/raw/master/libs/libhal.a下载libhal.a文件,并复制至交叉编译器对应文件夹sudo cp -rf libhal.a /opt/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.2/执行wget -O libhal.a https

2021-01-21 17:30:58 319

转载 esp32IDF开发环境遇到的问题The following Python requirements are not satisfied

The following Python requirements are not satisfied:setuptools>=21Please follow the instructions found in the “Set up the tools” section of ESP-IDF Getting Started Guide安装 Python 软件包官方是执行下面的命令安装的。个人在这个过程中只能能下在前面一两个软件包,然后就报超时失败了。历经几十遍的尝试,最后我放弃了。如果能全

2021-01-21 17:30:38 1665

转载 Could not find a version that satisfies the requirement cryptography

使用pip安装pymysql出错;Could not find a version that satisfies the requirement cryptography (from pymysql) (from versions: ) No matching distribution found for cryptography (from pymysql)今天使用pip安装pymysql时出现如下错误:Could not find a version that satisfies the requi

2021-01-21 17:30:20 1465

原创 乐鑫工具链下载地址

乐鑫工具链下载地址:https://github.com/espressif/crosstool-NG/releases

2021-01-21 17:29:44 325

原创 ESP8266提示“curses.h: 没有那个文件或目录

ESP8266提示“curses.h: 没有那个文件或目录”。解决办法:安装ncurses即可sudo apt-get install libncurses5-dev参考:http://bbs.csdn.net/topics/310127356

2020-09-19 11:40:40 372

转载 vbox共享文件夹设置

vbox共享文件夹设置转载自博客园

2020-09-02 18:51:30 208

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除