We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f35808 commit ac1643eCopy full SHA for ac1643e
README.md
@@ -1,3 +1,8 @@
1
# STM32ProMini
2
- STM32 Pro Mini dev board
3
- Based on STM32F411CEU6 MCU (100MHz ARM Cortex M4 CPU, 512kB Flash, 128kB SRAM)
4
+
5
+## Setup for Arduino IDE
6
+- Install STM32duino package along with STM32CubeProgrammer.
7
+- Add ```./variants/PROMINI_F411``` directory to Arduino IDE ```packages/STM32/hardware/stm32/(version)/variants``` directory.
8
+- Add the content of ```boards-add.txt``` to ```packages/STM32/hardware/stm32/(version)/boards.txt```.
0 commit comments