Files
IronOS/source/Core/BSP/Sequre
jonasius 6ef1fbd46a Support for S99
* Enable PD Options
* Make PDNegTimeout configureable
* Add default value for PDNegTimeout, also for S60 and S60P
* Add basic DC detection / correct debug readings while powered via DC
* Add basic ThermoModel for C245 Tips
* Modify op-amp gain
2024-06-06 22:35:35 +02:00
..
2024-06-06 20:27:08 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 22:35:35 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 22:35:35 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 20:27:08 +02:00
2024-06-06 22:35:35 +02: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