1
0
forked from me/IronOS
Files
IronOS/source/Core/BSP/Sequre
Ben V. Brown a0a779faba Custom tip type selection (#1977)
* Minor doc updates

* pydoc

* Draft tip selection menu

* Start linking in manual tip resistance

* Enable on Pinecilv1 / TS10x

* Fixup drawing tip type

* Update Settings.cpp

* Rename JBC type

* Add translations

* Handle one tip type

* Refactor header includes

* Fixup translation_IT.json

* Fixing up includes

* Format

* Apply suggestions from code review

Co-authored-by: discip <53649486+discip@users.noreply.github.com>

* Update Documentation/Hardware.md

Co-authored-by: discip <53649486+discip@users.noreply.github.com>

---------

Co-authored-by: = <=>
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
2024-11-01 12:20:33 +11:00
..
2024-11-01 12:20:33 +11: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