Oskar
Oskar
This implements functions to use the CORDIC peripheral present in newer STM32 devices (STM32G4 and STM32U5). It is compiling and I have tested the 16 and 32 cosine functions on...
with this file present this repository can be used in PlatformIO using the command `platform_packages = framework-libopencm3@https://github.com/libopencm3/libopencm3.git` in the platformio.ini file of any project. This is helpful for anyone using...
I am having issues building a simple program using the libopencm3 framework and someone on the forum concluded this is due to an old version of libopencm3 (Thread: https://community.platformio.org/t/compiler-doesnt-find-function-definition-libopencm3/25795). Could...
The STM32G431 microcontroller on this board is supported by libopencm3 so I added it to the list of frameworks in the board file
This has been discussed in a number of issues already (search issues for "vbus"), and the define for this bit has been added in c07a129. Still, it cost me two...
Maybe a good idea for version 1.0 :)