Files
IronOS/source/Core/BSP/Sequre_S60
Ben V. Brown 9f6f2f86ff Add S60P init code (#1884)
* Basic Init

* Add S60P to CI
2024-02-23 10:19:07 +11:00
..
2024-02-23 10:19:07 +11:00
2023-07-16 15:25:30 +10:00
2024-02-23 10:19:07 +11:00
2023-06-03 20:05:31 +10:00
2023-06-03 20:05:31 +10:00
2023-06-03 20:05:31 +10:00
2023-06-03 20:05:31 +10:00
2023-06-18 21:58:20 +10:00
2023-06-03 20:05:31 +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