摘要: #ifndef __PROJ_CANBMS_H__ #define __PROJ_CANBMS_H__ #include <stdint.h> #include "double_list.h" #define BMS_CAN CANFD0 //CANFD1 #define BMS_DEVICE_MA 阅读全文
posted @ 2025-03-01 13:46 panda_w 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https:aaaa 阅读全文
posted @ 2025-02-17 23:05 panda_w 阅读(2) 评论(0) 推荐(0) 编辑
摘要: cmake 1.安装编译: 1. sudo apt-get update sudo apt install cmake 注意:此种方式安装的可能不是最新版本的CMake 2. CMake源码下载地址:https://cmake.org/download/ tar -zxvf cmake-3.29.0 阅读全文
posted @ 2024-12-12 14:21 panda_w 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Linux --总概括 1.uboot是最大的裸机程序 2.uboot是个片外程序 3.内核态 + 用户态 4.软中断:通过软件产生的中断 5. bootloader :uboot.bin / uboot.imx kernel :zimage rootfs :system.ing / rootfs. 阅读全文
posted @ 2024-11-26 23:53 panda_w 阅读(10) 评论(0) 推荐(0) 编辑
摘要: uboot + linux_kernel + root_file_systerm 1.file_systerm: 管理文件 2.类型:fat32 ext2 ext3 ntfs 3.根文件系统: 1. /bin :常用命令和二进制文件(cat ls chmod cp sh kill mount mkd 阅读全文
posted @ 2024-11-22 23:42 panda_w 阅读(11) 评论(0) 推荐(0) 编辑
摘要: QT: 跨平台、 最终目的运行再ARM 1.安装 1.version: 5.11.1 2.不要有中文路径 2.创建c++工程:new -> Non-QT project -> PLAIN C++ Application pro: 工程文件 main.cpp: 项目文件 1.构造函数局部给参 3.简单 阅读全文
posted @ 2024-11-17 23:18 panda_w 阅读(3) 评论(0) 推荐(0) 编辑
摘要: C++ :面向对象 面向对象特征:封装——继承——多态——异常 特性: 1.c++完全兼容C 2.c++标准:c++11标准 c++14标准 3.c++应用:游戏引擎 服务器开发 UI-QT 4.c++ main: int 5.c++头文件不用.h : include <cmath> == incl 阅读全文
posted @ 2024-11-12 08:29 panda_w 阅读(8) 评论(0) 推荐(0) 编辑
摘要: IIC模拟 && E2PROM IIC_eeprom.h #ifndef __IIC_EEPROM_H__ #define __IIC_EEPROM_H__ /********************************************************************** 阅读全文
posted @ 2024-08-12 09:50 panda_w 阅读(15) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-22 11:36 panda_w 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-22 10:49 panda_w 阅读(1) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示