You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zhaohe 20e81769f2 update 2 years ago
.settings init project 2 years ago
.vscode update 2 years ago
Core net is ok 2 years ago
Drivers init . 2 years ago
LWIP update 2 years ago
Middlewares/Third_Party init . 2 years ago
iflytop_xsync update 2 years ago
iflytop_xsync_protocol update 2 years ago
usrc update 2 years ago
.clang-format update 2 years ago
.cproject init . 2 years ago
.gitignore update 2 years ago
.mxproject init . 2 years ago
.project update 2 years ago
README.md update 2 years ago
STM32F407VETX_FLASH.ld first commit 2 years ago
STM32F407VETX_RAM.ld first commit 2 years ago
xsync_stm32 Debug.launch net is ok 2 years ago
xsync_stm32.cfg Removed submodule sdk 2 years ago
xsync_stm32.ioc update 2 years ago
xsync_stm32.launch Removed submodule sdk 2 years ago
xsync_v3.pdf init project 2 years ago

README.md

基础组件
-------------------------
1. 微秒定时器
2. 网络端口
3. 日志接口
5. GPIO初始化中断处理
6. 网络消息解析处理
7. SPI读写
8. 线程
9. 按键检测
-------------------------

-------------------------
凌云光项目之间共享基础组件
-------------------------

线程划分
1. UDP接收消息和消息解析。
2. 主线程循环点亮LED。
3. 按键监听线程,按住回复出厂设置按键,重启设备,设备恢复出厂设置。
开发任务:
1. 支持flash存储
2. 支持按键恢复出厂设置
3. 支持自动生成MAC地址并保存
4. 支持PC指令
        1. PING指令
        2. 配置寄存器指令
        3. 读取寄存器指令
        4. 支持重新生成MAC地址指令
        5. flush_flash
5. 读取写入寄存器