crosstyan
  • Joined on 2022-09-30
crosstyan pushed to main at crosstyan/espressif__led_strip 2025-11-10 11:41:53 +08:00
e9148b6b39 fix: should have return on error (instead of return of false)
crosstyan pushed to main at crosstyan/espressif__led_strip 2025-11-10 11:41:14 +08:00
d39be17177 fix: improve error handling for SPI bus transaction length retrieval
crosstyan pushed to main at crosstyan/espressif__led_strip 2025-11-10 11:15:29 +08:00
732a1f56b5 fix: correct SPI bus transaction length handling in LED strip driver
crosstyan pushed to main at crosstyan/espressif__led_strip 2025-11-10 10:42:10 +08:00
a47216c9b4 docs: add SPI-based LED Strip Driver analysis documentation
crosstyan pushed to main at crosstyan/espressif__led_strip 2025-11-10 10:24:58 +08:00
f56bc2d443 refactor: improve SPI data transmission for LED strip handling
crosstyan pushed to main at crosstyan/espressif__led_strip 2025-11-10 10:19:45 +08:00
6d4f103eb9 init
crosstyan created branch main in crosstyan/espressif__led_strip 2025-11-10 10:19:45 +08:00
crosstyan created repository crosstyan/espressif__led_strip 2025-11-10 10:18:42 +08:00
crosstyan pushed to main at crosstyan/stmf411re_test 2025-10-30 12:40:03 +08:00
f85f6c01c6 feat: Update UART heartbeat message format, adjust UART2 baud rate and oversampling
crosstyan pushed to main at crosstyan/stmf411re_test 2025-10-30 12:25:52 +08:00
48bb410179 feat: Enhance UART reception handling with IDLE line detection and hex dump functionality
e13395836f bad uart tx
Compare 2 commits »
crosstyan pushed to main at crosstyan/stmf411re_test 2025-10-22 10:56:39 +08:00
d6b562d808 feat: Refactor clock configuration, update HSE startup timeout, and enhance UART heartbeat message
6d37b0ec23 Update CMake configuration, modify HSE settings, and adjust clock frequencies
c52b5d1787 init
crosstyan created branch main in crosstyan/stmf411re_test 2025-10-22 10:56:39 +08:00
crosstyan created repository crosstyan/stmf411re_test 2025-10-22 10:56:27 +08:00
crosstyan pushed to main at HQU-gxy/esp_llcc68_driver 2025-09-23 16:29:43 +08:00
bcbc7c6776 fix: change snr_pkt type from uint8_t to int8_t for correct SNR representation
536214241c feat: update set_packet_type_lora function to remove parameter for LORA packet type configuration
3bcc5bf273 feat: update default power setting in tx_params_t structure to TX_POWER_AUTO
70a51cdb5c feat: introduce pa_setting_t structure for power amplifier configuration
42e6c4d213 feat: add tx_params_t structure and related functions for transmission parameter management
Compare 26 commits »
crosstyan pushed to main at crosstyan/template_project_alpha 2025-07-20 18:48:58 +08:00
310f69b917 init
crosstyan created branch main in crosstyan/template_project_alpha 2025-07-20 18:48:58 +08:00
crosstyan created repository crosstyan/template_project_alpha 2025-07-20 18:48:28 +08:00
crosstyan pushed to main at crosstyan/whtp 2025-07-08 11:57:39 +08:00
4756f19073 Update schema.md to correct data type definitions; change data_type to DataTypeLiteral for clarity and adjust code block language from TypeScript to Haskell for improved accuracy in the WH Telemetry Protocol documentation.
crosstyan pushed to main at crosstyan/whtp 2025-07-08 11:54:24 +08:00
d3b6425a66 Clarify illegal value definitions in schema.md; update notes on null, undefined, and nested arrays to enhance accuracy and readability of the WH Telemetry Protocol documentation.
crosstyan pushed to main at crosstyan/whtp 2025-07-08 11:52:37 +08:00
b615bfa9e2 Update enum metadata in schema.md to use descriptive string keys instead of numeric values for improved clarity and usability in the WH Telemetry Protocol documentation.