• Joined on 2024-09-23
hulk pushed to main at hulk/ultrasonic_cmake_vscode 2025-08-25 17:32:31 +08:00
3ad18bf1f1 Merge pull request 'dev' (#1) from dev into main
d651ff73c9 add mcu flash size detect and auto config usart
2d752eed5e Simplify the use of timers, timer13 sends ultrasonic waves, timer16 counts (debounce time and flight time)
16c5a31a63 Rewrite the M1 command to send the drive signal after receiving the M1 command, and turn on TIMER16 at the same time. Set the measurement completion flag after 240us, and turn off TIMER16 after the maximum TOF timing.
70a6311425 Rewrite the M1 instruction to detect the status flag or timeout and send normal data and read error response packets respectively
Compare 8 commits »
hulk created pull request hulk/ultrasonic_cmake_vscode#1 2025-08-25 17:31:03 +08:00
dev
hulk pushed to dev at hulk/ultrasonic_cmake_vscode 2025-08-25 17:29:06 +08:00
d651ff73c9 add mcu flash size detect and auto config usart
hulk pushed to dev at hulk/ultrasonic_cmake_vscode 2025-08-25 17:08:28 +08:00
2d752eed5e Simplify the use of timers, timer13 sends ultrasonic waves, timer16 counts (debounce time and flight time)
hulk pushed to dev_feature_iic_more_byte at hulk/ldc1612_cmake_vscode 2025-08-25 10:29:07 +08:00
dbb65695c9 add dlpc3421 driver from kimi
hulk created branch dev_feature_iic_more_byte in hulk/ldc1612_cmake_vscode 2025-08-25 09:45:53 +08:00
hulk pushed to dev_feature_iic_more_byte at hulk/ldc1612_cmake_vscode 2025-08-25 09:45:53 +08:00
75ea93cd53 添加IIC多字节读写,以应对不同环境
hulk pushed to dev at hulk/ldc1612_cmake_vscode 2025-08-21 18:31:36 +08:00
233576fd9a test
hulk deleted branch dev_moreFlash from hulk/ldc1612_cmake_vscode 2025-08-21 00:41:32 +08:00
hulk pushed to dev at hulk/ldc1612_cmake_vscode 2025-08-21 00:40:13 +08:00
b78c1e416a detect MCU flash size to config diff usart
hulk created branch dev_moreFlash in hulk/ldc1612_cmake_vscode 2025-08-20 21:05:21 +08:00
hulk pushed to dev_moreFlash at hulk/ldc1612_cmake_vscode 2025-08-20 21:05:21 +08:00
c93704383a detect MCU flash size and config usart
hulk pushed to dev at hulk/ultrasonic_cmake_vscode 2025-08-20 00:25:34 +08:00
16c5a31a63 Rewrite the M1 command to send the drive signal after receiving the M1 command, and turn on TIMER16 at the same time. Set the measurement completion flag after 240us, and turn off TIMER16 after the maximum TOF timing.
70a6311425 Rewrite the M1 instruction to detect the status flag or timeout and send normal data and read error response packets respectively
9ce0323afe fix project
2fd64ad378 rename project name
032d18c086 change to gd32e230f8
Compare 5 commits »
hulk created branch dev in hulk/ultrasonic_cmake_vscode 2025-08-19 23:25:14 +08:00
hulk pushed to dev at hulk/ultrasonic_cmake_vscode 2025-08-19 23:25:14 +08:00
hulk pushed to main at hulk/ultrasonic_cmake_vscode 2025-08-19 23:24:51 +08:00
c5eb3ab534 new project
hulk created repository hulk/ultrasonic_cmake_vscode 2025-08-19 22:53:09 +08:00
hulk created branch template_pc in hulk/gd32e23x_template_cmake_vscode 2025-08-19 22:51:47 +08:00
hulk pushed to template_pc at hulk/gd32e23x_template_cmake_vscode 2025-08-19 22:51:47 +08:00
hulk pushed to main at hulk/gd32e23x_template_cmake_vscode 2025-08-19 22:50:36 +08:00
6d9328ca23 clear template