1
0
forked from me/IronOS
Files
IronOS/source/Core/BSP/Sequre
Ben V. Brown d9c88c9e71 Sequre T55 Support (#1928)
* Add T55 to build

* Approx in T55

* Update ThermoModel.cpp

* use PT1000 lookup logic

* Handle no accelerometer

* Setup for temp reading

* Lock max temp

* No movement pin

* Compensate for heater coil resistance change

* Fix min offset for T55

* Fixup font for T55

* Update draw_profile_advanced.cpp

* Update draw_temperature_change.cpp

---------

Co-authored-by: discip <53649486+discip@users.noreply.github.com>
2024-07-24 19:06:26 +10:00
..
2024-07-24 19:06:26 +10:00
2024-07-24 19:06:26 +10:00
2024-06-08 17:53:19 +10:00
2024-06-08 17:53:19 +10:00
2024-06-08 17:53:19 +10:00
2024-07-24 19:06:26 +10:00
2024-06-08 17:53:19 +10:00
2024-06-08 17:53:19 +10:00
2024-06-08 17:53:19 +10:00
2024-07-24 19:06:26 +10:00
2024-06-08 17:53:19 +10:00
2024-07-24 19:06:26 +10:00
2024-07-24 19:06:26 +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