Files
IronOS/source/Core/BSP/MHP30
Ben V. Brown 21ecc154f8
Some checks failed
CI / check_shell (push) Has been cancelled
CI / check_readme (push) Has been cancelled
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
Change Input mode of the tip sense signal for Miniware (#1990)
2024-11-08 10:12:12 +11:00
..
2023-07-16 15:25:30 +10:00
2021-04-26 20:58:39 +10:00
2022-07-25 16:56:37 +10:00
2023-07-28 19:59:54 +10:00
2021-09-17 21:13:21 +10:00
2021-04-26 20:58:39 +10:00
2022-10-20 18:06:05 +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