feat: add Kconfig options for SPI status check and radio calibration

This commit is contained in:
2025-08-12 11:59:49 +08:00
parent cecca5b711
commit 5d629415f6
3 changed files with 31 additions and 4 deletions

View File

@ -7,6 +7,15 @@ Internal buffer, C++ 20 features is used.
See [app_const_llcc68_template.hpp](inc/template/app_const_llcc68_template.hpp)
Configuration via menuconfig:
- LLCC68 options → Ignore SPI_CMD_INVALID status in SPI driver
- Maps to APP_SPI_DISABLE_INVALID_STATUS_CHECK
- Default: disabled (N)
- LLCC68 options → Disable radio calibration
- Maps to APP_RADIO_DISABLE_CALIBRATION
- Default: enabled (Y)
## TODO
- [ ] Long-Range Frequency Hopping Spread Spectrum (LR-FHSS)