daniel-starke

Results 13 issues of daniel-starke

The following links are broken: - 123D Gallery (from Autodesk) - Treasure Island (from Pirate3D) - YouMagine (from Ultimaker)

This pull requests adds deduction of the board field product_line from the board field mcu for the STM32Cube framework. Defining product_line still works and overwrites this behavior for backward compatibility...

I tried the following SVG: `` It renders correctly in Inkscape to this: ![inkscape](https://user-images.githubusercontent.com/22841069/66546418-43878c80-eb3d-11e9-86a2-1d44528d3c22.png) But nanosvg gives me this: ![nanosvg](https://user-images.githubusercontent.com/22841069/66546859-2b643d00-eb3e-11e9-984a-0c357331634b.png) Maybe an issue with the path component order?

I suggest to create a comment in any case, even on error, and output parsing error messages as text there instead of in an additional message box. This will ensure...

I would like to request an additional option to control the overall z offset moving the whole thing higher or lower. This makes it easier to deal with slightly uncalibrated...

**Describe the set-up** SD card socket connected without external pull-ups (only internal ones) to a NUCLEO-H723ZG board. This made the data lines instable. Adding an external logic analyzer for example...

hal

**Describe the set-up** * Compile framework with PlatformIO and compiler flag `-Wimplicit-function-declaration` (does not define `USE_FULL_LL_DRIVER`). **Describe the bug** `stm32h7xx_ll_utils.c` uses `LL_RCC_CalcPLLClockFreq()` in several places. `stm32h7xx_ll_rcc.h` is included, which declares...

**Describe the set-up** * Enabled `-Wunused` in gcc. **Describe the bug** The compiler warns that the parameter `Register` in `LL_ADC_DMA_GetRegAddr()` is unsed. https://github.com/STMicroelectronics/STM32CubeF4/blob/3d6be4bd406f275728e0a321cc371c62a3100533/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h#L1880-L1884 **How To Reproduce** Compile a file which...

internal bug tracker
hal

**Describe the set-up** * Enabled `-Wconversion` in gcc. **Describe the bug** The compiler warns about an implicit downcast from `uint16_t` to `uint8_t` in `LL_ADC_REG_ReadConversionData8()` and `LL_ADC_REG_ReadConversionData6()`. https://github.com/STMicroelectronics/STM32CubeF4/blob/3d6be4bd406f275728e0a321cc371c62a3100533/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h#L4016-L4019 https://github.com/STMicroelectronics/STM32CubeF4/blob/3d6be4bd406f275728e0a321cc371c62a3100533/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h#L4031-L4034 **How To...

spotted before customer
internal bug tracker
hal

I experience sporadic infinity loops in spcProcessStream using pvsneslib c414bcd9. The issue occurs in `snesmodwla.asm` line 1136 and 1209 when it waits for the write to the audio IO to...