From 7f7ad22ff5a22bfc0dfdab9f8a9a7e199acd7f33 Mon Sep 17 00:00:00 2001 From: H Gill Date: Tue, 4 Mar 2025 17:06:11 +0000 Subject: [PATCH 1/3] request 2444 for stm32 bootloader --- 1209/2442/index.md | 2 +- 1209/2444/index.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 1209/2444/index.md diff --git a/1209/2442/index.md b/1209/2442/index.md index cb7e7b3e..90d52f02 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 2 PWM pumps. The controller is powered by a 12V DC power supply and can be connected to the PC via USB. The controller can be programmed using the Arduino IDE and 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..94d6bb2a --- /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. From e666f0c96f6815468597318cba8a5daa8185c5fa Mon Sep 17 00:00:00 2001 From: H Gill Date: Tue, 4 Mar 2025 17:09:14 +0000 Subject: [PATCH 2/3] typos --- 1209/2442/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/2442/index.md b/1209/2442/index.md index 90d52f02..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 2 PWM pumps. The controller is powered by a 12V DC power supply and can be connected to the PC via USB. The controller can be programmed using the Arduino IDE and the firmware is based on the RTIC (Real-Time Interrupt-driven Concurrency) framework +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 From 845a6bf88f0d524cc69ac3adf17aaad17e27dcf4 Mon Sep 17 00:00:00 2001 From: H Gill Date: Tue, 13 May 2025 22:47:34 +0100 Subject: [PATCH 3/3] fix layout --- 1209/2444/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/2444/index.md b/1209/2444/index.md index 94d6bb2a..63f86be8 100644 --- a/1209/2444/index.md +++ b/1209/2444/index.md @@ -1,10 +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.