1
0
forked from me/IronOS
Files
IronOS/source/Core/BSP/MHP30
Ben V. Brown 232009bf54 Logo rework (#1232)
!Allows for new logo format that supports animation!
Also moves logos out of repo into their own repo for ease of management.


Changes:
* Remove deprecated logos
* Draft new Bootloader decoder
* Use new logo handler
* Simplify logo code further
* Fix time bug on static images
* Fix exit at end of animation
* Docs
* Interframe delay in 5ms increments
* Quick pass handling empty updates
* Exit at the end _after_ the frame delay
* One final delay
* Fix for overrun of logo data
* Fixes https://github.com/Ralim/IronOS-Meta/issues/7
2022-03-14 09:08:05 +11:00
..
2021-09-15 20:27:03 +10:00
2022-03-14 09:08:05 +11:00
2021-04-27 21:44:35 +10:00
2021-04-26 20:58:39 +10:00
2021-04-26 20:58:39 +10:00
2021-04-26 22:27:50 +10:00
2021-04-26 20:58:39 +10:00
2021-04-26 20:58:39 +10:00
2021-09-17 21:13:21 +10:00
2021-04-26 20:58:39 +10:00
2021-05-05 19:19:00 +10:00
2021-05-02 21:22:29 +10:00
2021-05-03 22:10:14 +10:00
2021-05-03 22:10:14 +10:00
2021-04-27 21:44:21 +10:00
2021-05-04 18:54:09 +10:00

BSP section for STM32F103 based Miniware products

This folder contains the hardware abstractions required for the TS100, TS80 and probably TS80P soldering irons.

Main abstractions

  • Hardware Init
  • -> Should contain all bootstrap to bring the hardware up to an operating point
  • -> Two functions are required, a pre and post FreeRToS call
  • I2C read/write
  • Set PWM for the tip
  • Links between IRQ's on the system and the calls in the rest of the firmware