开发环境问题杂记


Clion相关

Clion搭建LVGL模拟器(V8.3)

[!NOTE]

参考资料:https://blog.csdn.net/qq_44656481/article/details/125208978

代码下载

lv_port_pc_eclipsehttps://github.com/lvgl/lv_port_pc_eclipse/tree/release/v8.3

MSYS2安装GCC和CMake

[!NOTE]

注意:要使用MSYS2的命令行

image-20241213200229652

pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-cmake

MSYS2安装SDL库

image-20241213195849096

pacman -S mingw-w64-x86_64-SDL2

Clion工具链配置

image-20241213195553464

Clion CMake配置

image-20241213195622311

Clion配置ESP-IDF开发环境

WSL相关

WSL2搭建

WSL 安装与使用 | EESΛST Docs

WSL2 Ubuntu中挂载U盘/SD卡

https://www.cnblogs.com/luyaocf/p/18415850

https://zhuanlan.zhihu.com/p/661175117

image-20250107210629841

驱动相关

Logic驱动问题

https://blog.csdn.net/qq_40088639/article/details/134292141

https://www.kdocs.cn/l/cqCpcc9EmemB

Linux相关

Ubuntu鼠标滚轮速度调整

在 Ubuntu 上可以安装 imwheel 来手动调整鼠标滚轮速度:

  1. 安装

    sudo apt install imwheel
  2. 创建或编辑配置文件:

    nano ~/.imwheelrc
  3. 添加以下内容来调整滚动速度(值越大滚动越快):

    ".*"
    None, Up, Button4, 4
    None, Down, Button5, 4
  4. 启动

    imwheel -b "4 5"
  5. 设置 imwheel 开机自动启动:

    • 在 Ubuntu 的 Startup Applications 中添加 imwheel -b "4 5"

zsh

neovim

https://martins3.github.io/My-Linux-Config/docs/nvim.html#安装

https://github.com/Martins3/My-Linux-Config

杂项

快捷键冲突检测

https://www.kindyear.cn/archives/984/

https://github.com/BlackINT3/OpenArk(5群: 981859796)

image-20250110210601921

VSCode

ESP-IDF

OpenOCD烧录问题

OpenOCD配置

烧录方式


文章作者: 安文
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 安文 !
  目录