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 758f3d1bf7 net is ok 2 years ago
.settings init project 2 years ago
.vscode net is ok 2 years ago
Core net is ok 2 years ago
Drivers init . 2 years ago
LWIP net is ok 2 years ago
Middlewares/Third_Party init . 2 years ago
iflytop_xsync init project 2 years ago
usrc net is ok 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 init project 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 net is ok 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. 按键监听线程,按住回复出厂设置按键,重启设备,设备恢复出厂设置。