Search found 2 matches

by benpnz
Tue Jan 18, 2022 4:19 pm
Forum: General Discussion and Questions
Topic: Recommended CI Pipeline
Replies: 3
Views: 7805

Re: Recommended CI Pipeline

Thanks for the response. My project is written in micropython and is basically going to be a task system using uasyncio to schedule tasks on a STM32F405 microcontroller to read from various sensors and write to actuators periodically. I know this isn't in massive detail but I am still starting out a...
by benpnz
Fri Jan 14, 2022 3:10 pm
Forum: General Discussion and Questions
Topic: Recommended CI Pipeline
Replies: 3
Views: 7805

Recommended CI Pipeline

Hi All, I had some questions about the recommended CI pipeline for a micropython project in gitlab. I saw some discussion in a similar issue (https://forum.micropython.org/viewtopic.php?f=2&t=7376&hilit=ci+pipeline) but it doesn't seem to answer this question completely. - What is the recommended me...