Go to file
liuyihui 085242a154 feat: ADC buffer count 2023-04-28 18:22:38 +08:00
include feat: ADC buffer count 2023-04-28 18:22:38 +08:00
scripts init 2023-04-17 21:56:42 +08:00
src feat: ADC buffer count 2023-04-28 18:22:38 +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 feat: convert sound to image 2023-04-28 16:20:46 +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: 构建过程或辅助工具的变动