* Zipping compiler warning about POW_PD_EXT / Option A * Zipping compiler warning about POW_PD_EXT / Option B * BSP/configuration.h: implement option A for POW_PD_EXT warning --------- Co-authored-by: Ben V. Brown <5425387+Ralim@users.noreply.github.com>
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