Commit Graph

11 Commits

Author SHA1 Message Date
0bdd03aedc feat: improve error handling for radio operations and streamline logging 2025-08-08 10:43:50 +08:00
1237e5ea48 refactor: update TAG constants and improve logging format in SPI implementation 2025-08-07 19:25:16 +08:00
059070e146 refactor: update Instant usage and adjust regulator configuration 2025-08-07 16:00:31 +08:00
7637906efe feat: enhance error handling and add device error reporting for radio operations 2025-08-07 15:36:20 +08:00
72299b62ce feat: add option to disable radio calibration and update status error handling 2025-08-07 14:51:57 +08:00
249c125447 refactor: adjust SPI transaction queue size and improve read_stream validation 2025-08-07 11:06:03 +08:00
ffcaba10fd refactor: remove mut_shared_buffer function and streamline buffer handling in SPI transactions 2025-08-07 00:26:53 +08:00
6269bb99c4 feat: add spi_config_t structure and update init function to accept configuration 2025-08-06 23:54:13 +08:00
b99d063bd8 Add .gitignore file and refactor llcc68 component
- Added a comprehensive .gitignore file to exclude unnecessary files and directories for various platforms and tools.
- Removed the llcc68.cpp source file as part of the refactoring process.
- Updated llcc68.hpp to replace the `init_exti` function declaration with inline interrupt configuration logic.
- Changed `EXTI_PIN` to `EXTI_PINS` for clarity and consistency.
- Refactored the handling of CAD parameters and improved type safety by using `enum class` for `CAD_EXIT_MODE` and `CAD_SYMB`.
2025-05-15 11:20:50 +08:00
162dbad6e1 Add interrupt pin configuration for DIO1_PIN in llcc68 2025-05-14 12:34:19 +08:00
d24d9d5dda init 2025-05-14 12:17:06 +08:00