对嵌入式、QT、桌面开发感兴趣
发布时间:2022-08-31 17:50:04
1. 生成$ cd esp_idf_proj$ mkdir cb_proj$ cd cb_proj$ cmake ../ -G "CodeBlocks - Ninja"2. codeblocks 打开项目(在 idf.py 可以执行的终端|命令行启动codeblocks)......【阅读全文】
发布时间:2022-08-31 17:40:36
1. 安装: https: //docs.docker.com/install/2. 非root运行:https: //docs.docker.com/engine/install/linux-postinstall/3. 测试:docker run hello-world4. docker run --rm -v $PWD:/project -w /project espressif/idf:v4.3.2 idf.py build5. 镜像目录:https: //hub.docker.com/r/espressif/idf/tags6. 国内镜.........【阅读全文】
发布时间:2022-08-31 17:30:15
1. 安装$ sudo apt -y install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 python-is-python3 apt-transport-https$ pip config set global.index-url$ mkdir ~/esp32$ cd ~/esp3.........【阅读全文】
发布时间:2022-08-31 17:22:13
添加为 sudoer$ su -# usermod -aG sudo [username]HOME 目录改为英文$ export LANG=en_US$ xdg-user-dirs-gtk-update$ export LANG=zh_CN$ reboot手动添加图标,添加.........【阅读全文】