This website requires JavaScript.
Explore
Help
Register
Sign In
skiinder
/
blinky
Watch
1
Star
0
Fork
0
You've already forked blinky
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d56989d2198403988836e16bca3e3dcddfe74364
blinky
/
prj.conf
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: 迁移主应用程序以使用CAF架构 - 在prj.conf中启用CAF、堆内存池、日志和断言配置 - 将main.c重构为使用应用事件管理器和模块状态事件 - 移除GPIO LED闪烁功能,改为初始化事件管理系统 - 添加日志模块注册和错误处理
2026-04-07 10:26:55 +08:00
CONFIG_CAF=y
CONFIG_HEAP_MEM_POOL_SIZE=2048
CONFIG_LOG=y
CONFIG_ASSERT=y
Reference in New Issue
Copy Permalink