6 Commits

Author SHA1 Message Date
robinson
cf934cf6b7 [feat] UART command interface, per-motor control, filtering modules
- Add callback_task with ISR-based UART command parser (@command\n protocol)
- Add log_printf with mutex protection to prevent printf interleaving
- Add per-motor enable/disable (motor enable yaw|pitch)
- Add PID tuning via UART (pid roll kp 15)
- Add cmd_parser module (registration + tokenize + dispatch)
- Add UART layer architecture (interface → HAL → BSP)
- Add filter modules (lowpass, moving_average, notch, rate_limiter)
- Rewrite I2C bus and UART bus modules
- Rewrite PID controller and MF4010V2 motor driver
- Fix soft I2C driver

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-21 01:38:11 +08:00
robinson
a697505ec0 fix(i2c): fix soft I2C driver - ACK polarity, SDA transitions, push-pull mode, timeout, float printf 2026-05-12 00:22:59 +08:00
robinson
5bf1920867 [add] soft i2c rewrite 2026-05-11 08:25:49 +08:00
CloudPlant Team
ed81f89cd6 [add] new api interface 2026-04-19 00:08:14 +08:00
robinson
dcb33f8a99 [add] add app level code 2026-04-18 11:02:40 +08:00
robinson
33d3feede4 [add] added new hal level led/can 2026-04-16 22:55:16 +08:00