diff --git a/1209/2442/index.md b/1209/2442/index.md index cb7e7b3e..810e0214 100644 --- a/1209/2442/index.md +++ b/1209/2442/index.md @@ -7,4 +7,4 @@ site: https://gill.net.in source: https://github.com/mygnu/opilio-firmware --- - +Opilio is a PC fan/pump controller based on STM32F103C8T6 microcontroller. It is designed to control up to 4 PWM fans and 1 PWM pumps. The controller is powered by a 12V DC power supply and can be connected to the PC via USB. The firmware is based on the RTIC (Real-Time Interrupt-driven Concurrency) framework diff --git a/1209/2444/index.md b/1209/2444/index.md new file mode 100644 index 00000000..63f86be8 --- /dev/null +++ b/1209/2444/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: RTIC DFU Bootloader +owner: mygnu +license: GPLv3 +site: https://gill.net.in +source: https://github.com/mygnu/rtic-dfu-bootloader +--- + +DFU Bootloader based on RTIC (Real-Time Interrupt-driven Concurrency) for STM32 microcontrollers.