Skip to content

Releases: Flo2410/MobiController-Firmware

v1.1.1

Choose a tag to compare

@Flo2410 Flo2410 released this 28 Nov 09:28

+ added a boot animation for booting into the bootloader.
* fixed a typo in the README

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@Flo2410 Flo2410 released this 23 Nov 12:16

+ added command "imu calibration status"
+ added command "imu get calibration data"
+ added command "imu set calibration data"
+ added command "jump to bootloader"
+ added data "imu calibration status" which is returned by "imu calibration status"
+ added data "imu calibration data" which is returned by "imu get calibration data"

Full Changelog: v1.0.1...v1.1.0

v1.0.1

Choose a tag to compare

@Flo2410 Flo2410 released this 31 May 09:00

- Removed status LEDs for MIN status. They're still too buggy.

Version 1.0

Choose a tag to compare

@Flo2410 Flo2410 released this 31 May 08:34

To Flash run:

openocd -f interface/stlink.cfg -f target/stm32l4x.cfg -c "program MobiController-Firmware.elf verify reset exit"