Clion相关
Clion搭建LVGL模拟器(V8.3)
[!NOTE]
参考资料:https://blog.csdn.net/qq_44656481/article/details/125208978
代码下载
lv_port_pc_eclipse:https://github.com/lvgl/lv_port_pc_eclipse/tree/release/v8.3
- https://github.com/lvgl/lv_drivers/tree/be337d02ee797702f191499152db5f8c47e32d6e
- https://github.com/lvgl/lvgl/tree/0732400e7b564dd0e7dc4a924619d8e19c5b23a0
MSYS2安装GCC和CMake
[!NOTE]
注意:要使用MSYS2的命令行
pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-cmake
MSYS2安装SDL库
pacman -S mingw-w64-x86_64-SDL2
Clion工具链配置
Clion CMake配置
Clion配置ESP-IDF开发环境
- https://blog.csdn.net/qq_38844263/article/details/123989779
- https://www.jetbrains.com/help/clion/esp-idf.html#build
- https://www.cnblogs.com/seekwhale13/p/17549765.html
WSL相关
WSL2搭建
WSL2 Ubuntu中挂载U盘/SD卡
https://www.cnblogs.com/luyaocf/p/18415850
https://zhuanlan.zhihu.com/p/661175117
驱动相关
Logic驱动问题
https://blog.csdn.net/qq_40088639/article/details/134292141
https://www.kdocs.cn/l/cqCpcc9EmemB
Linux相关
Ubuntu鼠标滚轮速度调整
在 Ubuntu 上可以安装 imwheel
来手动调整鼠标滚轮速度:
-
安装
sudo apt install imwheel
-
创建或编辑配置文件:
nano ~/.imwheelrc
-
添加以下内容来调整滚动速度(值越大滚动越快):
".*" None, Up, Button4, 4 None, Down, Button5, 4
-
启动
imwheel -b "4 5"
-
设置
imwheel
开机自动启动:- 在 Ubuntu 的 Startup Applications 中添加
imwheel -b "4 5"
。
- 在 Ubuntu 的 Startup Applications 中添加
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)