Arduino_Core_STM32
Arduino_Core_STM32 copied to clipboard
STM32 core support for Arduino
Added new Generic support for STM32G0B1/C1 support, and 3D printer board Big Tree Tech EBB42 CANBUS V1.1 motor / hote ned control board
**Describe the bug** When using both `core_debug()` and `Serial.println()` for writing to the serial port, some conflict occurs. `Serial` output becomes slow, and `core_debug()` output gets lost. **To Reproduce** ```...
## Implementing an alternative build framework with CMake This PR implements an alternative build engine to Arduino IDE or arduino-cli. Although widely compatible with these tools, a CMake implementation is...
**Core Version:** 2.3.0 **Board:** NUCLEO L476RG But using upload protocol **dfu**. Everytime I need to make Boot pin high to enter dfu mode. Generally to enter dfu mode we open...
This PR is an alternative to #586. It extends the USB profiles with an MSC class and an MSC+CDC composite class. **Summary** - This PR gets rid of the dependencies...
**Is your feature request/improvement related to a problem? Please describe.** yes **Describe the solution you'd like** Being able to install stm32duino in Arduino on Raspberry Pi. **Describe alternatives you've considered**...
- system(WB): update STM32WBxx CMSIS Drivers to v1.11.0 - system(WB) update STM32WBxx HAL Drivers to v1.11.0
FR: TSC
Knowing about #247, which seems to be about touch _screens_ only, I'd like to request the feature of touch sensing control to be added to Arduino_Core_STM32. The TSC is part...
This PR add support of automatically jump to system memory bootloader. Currently, this is trigger only thanks a Serial over USB (USB CDC have to be enabled). By setting the...