Refactor: Rename Sequre bsp (#1927)

* Rename Sequre BSP Folder

* Update Makefile
This commit is contained in:
Ben V. Brown
2024-06-08 17:53:19 +10:00
committed by GitHub
parent e925037988
commit 2a4e1cd8ab
78 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
# 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