Files
IronOS/source/Core/BSP/Miniware
Leo 08ff68cd4f
Some checks are pending
Docs / deploy-docs (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (T55) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / tests (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / check_python (push) Waiting to run
CI / check_shell (push) Waiting to run
CI / check_docs (push) Waiting to run
Added guide for compiling under Windows (#2060)
* Update documentation to build IronOS in Windows using MSYS2 environment and fix compilation on case-sensitive file systems.

---------

Co-authored-by: Ivan Zorin <ivan.a.zorin@gmail.com>
2025-02-08 00:03:49 +03:00
..
2024-12-23 23:01:15 +03:00
2023-07-16 15:25:30 +10:00
2023-06-18 21:58:20 +10:00
2023-06-18 21:58:20 +10:00
2022-07-25 16:56:37 +10:00
2023-06-18 22:50:31 +10:00
2021-09-17 21:13:21 +10:00
2021-01-17 09:43:55 +11:00
2023-12-26 19:54:47 +11:00
2023-06-29 18:52:53 +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