Go to file
liuyihui 7b763a7da7 remove: sstv 2023-05-30 11:03:11 +08:00
include remove: sstv 2023-05-30 11:03:11 +08:00
scripts init 2023-04-17 21:56:42 +08:00
src remove: sstv 2023-05-30 11:03:11 +08:00
.clang-format refactor: code style (if-else in one line) 2023-04-24 01:05:42 +08:00
.gitignore feat: fft and comman table 2023-04-23 21:24:45 +08:00
Makefile fix: fft compile 2023-04-27 15:08:10 +08:00
main.c remove: sstv 2023-05-30 11:03:11 +08:00
readme.md feat: readme 2023-04-24 23:39:27 +08:00

readme.md

FRDM - KL25Z128 SSTV Decoder

commit分类规范

  • feat: 新功能(features)
  • remove: 移除
  • fix: 修补bug
  • docs: 文档
  • style: 格式(不影响代码运行的变动)
  • refactor: 重构(即不是新增功能, 也不是修改bug的代码变动)
  • test: 增加测试
  • chore: 构建过程或辅助工具的变动