Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Releases: codeThatThinks/autotank-led-fw

v1.1.1

28 Jul 01:49
Compare
Choose a tag to compare

Autotank LED Controller Firmware v1.1.1

Bugfix release:

  • Prevent the compiler from optimizing global variables touched by interrupts.
  • Set interrupt priorities to prevent possible race conditions.

v1.1.0

28 Jul 01:42
Compare
Choose a tag to compare

Autotank LED Controller Firmware v1.1.0

Reliability improvements:

  • Switched to interrupt-driven CAN with an additional software buffer.
  • The CAN peripheral is now configured to auto-recover when it enters an error state.

v1.0.0

08 Jul 04:08
Compare
Choose a tag to compare

Autotank LED Controller Firmware v1.0.0

Initial release. Includes basic GPIO command support and RGB strip functionality. CAN baud set to 1Mbps and CAN ID is 0xA3.