-
这是本人以前用C51做的TCP/IP协议,也是借鉴了一些前辈的东西,,,,绝对可用!...
这是本人以前用C51做的TCP/IP协议,也是借鉴了一些前辈的东西,,,,绝对可用!-this is my previously C51 do TCP/IP protocol, as well as from some older things,, absolutely available!
- 2022-05-19 22:50:44下载
- 积分:1
-
freescale ep100 CAN 程序,按程序中代码初始化即可启动使用CAN,代码已经经过调试。...
freescale ep100 CAN 程序,按程序中代码初始化即可启动使用CAN,代码已经经过调试。-freescale ep100 CAN program, according to the procedure in the initialization code to activate the use of CAN, the code had already been debugging.
- 2023-06-08 12:15:04下载
- 积分:1
-
hi find the attachment
hi find the attachment
- 2023-02-15 05:50:04下载
- 积分:1
-
Atmel algorithm (pid)
Atmel算法(pid)-步进电机驱动源码 HOWTO,不好用你找我,绝对ok!-Atmel algorithm (pid)- stepper motor driver source HOWTO, not with you to find me, is absolutely ok!
- 2022-04-17 13:20:53下载
- 积分:1
-
ZNE
ZNE-300T/TI 内置WEB 服务器并提供JAVA 库及1.3MB 网页文件下载空间,用户可编
写自己的网页对串口数据、GPIO、ADC 等进行实时监控,并支持多个WEB 浏览器实时监
控 -ZNE-300T/TI built-in WEB server and JAVA library and the provision of a web document 1.3MB download space, the user can write your own web page data to the serial port, GPIO, ADC, etc. in real-time monitoring, and support for multiple WEB browser, real-time monitoring
- 2022-02-21 17:18:41下载
- 积分:1
-
单片机+4*4键盘,有硬件原理图及源程序,且都在proteus中仿真过...
单片机+4*4键盘,有硬件原理图及源程序,且都在proteus中仿真过-Single-chip+4* 4 keyboard, hardware schematics and source code, and simulation have been in proteus
- 2022-02-05 23:12:52下载
- 积分:1
-
主要讲述了c8051f020实现日历时钟芯片的功能。
主要讲述了c8051f020实现日历时钟芯片的功能。-Mainly described c8051f020 achieving the calendar clock chip functions.
- 2022-03-19 10:40:18下载
- 积分:1
-
ALIENTEK MINISTM32 实验4 外部中断实验
资源描述
ALIENTEK MINISTM32 实验4 外部中断实验
ALIENTEK MINISTM32 实验4 外部中断实验
ALIENTEK MINISTM32 实验4 外部中断实验
ALIENTEK MINISTM32 实验4 外部中断实验
- 2022-03-21 19:37:02下载
- 积分:1
-
源码for the Linux终端重要程序
Minicom源码,用于Linux终端的重要程序
- 2022-02-09 12:38:31下载
- 积分:1
-
rootfs挂载 【mini_rootfs】
应用背景
本地挂载:
# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw
nfs方式挂载rootfs
本地PC端:
1 准备好/mini_rootfs
2 安装软件包
#apt-get install nfs-common nfs-kernel-server portmap
3 配置nfs服务
#vim /etc/exports
加上以下内容:
/mini_rootfs *(rw,sync,no_root_squash)
重启nfs服务器
#/etc/init.d/nfs-kernel-server restart
开发端:
1 配置内核以支持NFS启动
make menuconfig
[*] Networking support --->
Networking options --->
[*] IP: kernel level autoconfiguration
File systems --->
[*] Network File Systems ---&
- 2022-10-20 07:15:04下载
- 积分:1