Lennart Schierling

Results 5 issues of Lennart Schierling

As I understood the documentation, I should be able to configure a cmake project with CPM packages without internet access as long as the I am using a local cache...

help desk

`ctype.h` on that platform defines ```c #define _U 01 #define _L 02 #define _N 04 #define _S 010 #define _P 020 #define _C 040 #define _X 0100 #define _B 0200...

Running the build specified in the ci file (or an example given in the readme) with an official arm-none-eabi toolchain fails to compile. * Project Version/Tag/Commit: 3d809a75669f3f3600a57ac2ab30f71591338bfb * Operating System:...

You adapted `HSE_VALUE` to match the development board's crystal. In `hardware/system_stm32f4xx.c` the PLL factors are set but they are hardcoded and not calculated from `HSE_VALUE`. The resulting system clock is...

### Description emulator does not start with `-daemonize` option ### Steps to Reproduce works: ``` $ qemu-system-gnuarmeclipse -board STM32F4-Discovery -mcu STM32F407VG -image some/elf/file -S -nographic QEMU 2.8.0-9 monitor - type...