Files
IronOS/source/Core/BSP/Miniware
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-06-05 22:51:47 +10:00
2022-03-14 09:08:05 +11:00
2021-03-17 21:12:45 +11:00
2022-01-30 13:30:44 +11:00
2021-01-17 10:53:49 +11:00
2021-01-17 10:48:52 +11:00
2021-01-17 10:53:49 +11:00
2021-09-17 21:13:21 +10:00
2021-01-17 09:43:55 +11:00
2021-09-11 22:25:57 +10:00
2022-01-30 13:30:44 +11:00
2021-01-17 10:48:52 +11:00
2021-04-27 21:44:21 +10:00
2021-01-17 10:48:52 +11: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