-
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/c…
-
Добрый день.
С последним релизом libopencm3 проект не собирается, ошибка в src\bsp\common\stm32\plc_wait_tmr.c: в структуре rcc_clock_scale нет поля power_save. От него избавились в 2018 году https:/…
-
Ubuntu 16
```
ubuntu@ubuntu:~/stm32-vserprog-lpc$ make BOARD=stm32f103-ugly
make[1]: Entering directory '/home/ubuntu/stm32-vserprog-lpc'
git submodule init
git submodule update --remote
CFLAGS=…
-
### Zig Version
0.12.0-dev.1342+13c7aa5fe
### Steps to Reproduce and Observed Behavior
Trying to `@cImport` https://github.com/libopencm3/libopencm3
```
const cm3 = @cImport({
@cDefine("__AR…
-
[libopencm3](http://libopencm3.org/wiki/Main_Page) is a firmware library for various ARM microcontrollers, and from what I hear it should include ethernet drivers. We should investigate how easy it wo…
-
arm-none-eabi-gcc -O3 -Wall -Wextra -Wimplicit-function-declaration -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes -Wundef -Wshadow -I../libopencm3/include -fno-common -mthumb -mcpu=cortex…
-
I'm using Arch/Manjaro.
```
$ pacman -Qs eabi
local/arm-none-eabi-binutils 2.36.1-2
A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target
…
-
The STM32F302xD/E chips have a larger vector table compared with other models of the STM32F302x family. See reference manual page 214:
![stm32f02_vector_table](https://github.com/user-attachments/a…
-
Latest pull (4aa4540) doesnt seem to compile at all.
Error seems to be in the included libopencm3
This is the error from
`make BOARDNAME=board_v2_plus EXTRA_CFLAGS="-DSWEEP_POINTS_MAX=201 -DSAVE…
-
The Upload fails when I create a project with the framework libopencm3 and the board Maple Mini.
libopencm3 framework platformio.ini
```
[env:maple_mini_origin]
platform = ststm32
board = maple…