Skip to content

Commit ba9d540

Browse files
committed
fix: 添加版本历史以修复release版本连续性警告
1 parent 5692a04 commit ba9d540

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

fool_cat.fc_embed.pdsc

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<license>LICENSE</license>
99

1010
<releases>
11-
<release version="1.0.0" date="2025-12-02">
12-
Initial release of fc_embed library with accurate dependency analysis
11+
<release version="1.0.0" date="2025-12-06">
12+
Production release with CMSIS Pack compliance fixes
1313

1414
Components Overview:
1515
- Core: Compiler abstraction (ARM/IAR/GCC/MSVC), helpers, auto-init framework
@@ -21,20 +21,23 @@
2121
- Logger: Multi-level logging with color and RTT support
2222

2323
Dependency Chain:
24-
Core (base) �?FIFO (header-only)
25-
�?Memory Pool
24+
Core (base) FIFO (header-only)
25+
Memory Pool
2626

27-
FIFO �?Port (multi-buffer I/O)
27+
FIFO Port (multi-buffer I/O)
2828

29-
Port + FIFO �?Transport (multiplexing)
29+
Port + FIFO Transport (multiplexing)
3030

31-
Core + Memory Pool + StdIO �?Logger (logging system)
31+
Core + Memory Pool + StdIO Logger (logging system)
3232

33-
Notes:
34-
- FIFO is header-only, no source compilation needed
35-
- fc_port_vprintf.c in StdIO requires Port for full functionality
36-
- Logger requires both Memory Pool (for buffer management) and StdIO (for formatting)
37-
- Auto-init framework supports 4 initialization stages with priority ordering
33+
Fixes:
34+
- Added version attributes to config files
35+
- Added select attributes to template files
36+
- Fixed GitHub Actions permissions
37+
- Added cmsis-pack directory for automated pack storage
38+
</release>
39+
<release version="0.9.0" date="2025-12-02">
40+
Initial development release with core functionality
3841
</release>
3942
</releases>
4043

0 commit comments

Comments
 (0)