We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fixed a typo. Serila3 -> Serial3
Updated Upload methods (markdown)
Updated HardwareTimer library (markdown)
Updated API (markdown)
Updated Custom board based on a core (markdown)
Updated How to debug (markdown)
Updated Custom definitions (markdown)
Updated Using git repository (markdown)
Updated Astyle (markdown)
Update URLs from 'master' to 'main' "STM32duino organization have switched to branch name "main" as default branch name instead of "master"" https://www.stm32duino.com/viewtopic.php?f=37&t=1316
Updated FAQ (markdown)
Updated Add a new variant (board) (markdown)
Updated PlatformIO (markdown)
Updated _Sidebar (markdown)
Add PIO page base on @brianredbeard PR See https://github.com/stm32duino/Arduino_Core_STM32/pull/1413 Signed-off-by: Frederic Pillon <[email protected]>
Replaced "interruption" by "interrupt". Added a note about the UIF flag being automatically cleared by the HAL driver, as explained by ABOSTM.
Fix small typo: missing '0'. Value should be 0x10000, not 0x1000.