AlexKlimaj / LiPow-Firmware

Lipo Battery Charger with USB C Power Delivery Based on the STM32G0
https://arkelectron.com/product/lipow-the-usb-c-lipo-battery-charger/
GNU General Public License v3.0
321 stars 97 forks source link

use CMSI RTOS API #10

Closed dakejahl closed 5 years ago

dakejahl commented 5 years ago

This improves portability. i.e swap out FreeRTOS for a different RTOS. All task related stuff is placed into main.c. This is an ongoing organizational effort.

I've tested this successfully on hardware. No functional differences were introduced with this.