Julien Staub
Julien Staub
@luc-github - This link seems to be dead or with limited access : http://smoothieware.org/supported-g-codes should we find an alternative link or let this one http://smoothieware.github.io/Webif-pack/documentation/web/html/supported-g-codes.html ? - What do you...
As a first time user i see things with a different eye than experiences users. IMO the readme is unclear. For installation it should rely completely on wiki (today there...
Option -d or --id won't work with serial when the serial number is not one of a known mk2. I use my own serial (as it is open hardware I...
closes #17
Hi, I use the arc welder plugin in Cura and well I did a simple round piece, it's a single wall 100mm diameter ring. I basically wanted to see if...
In some cases it's needed to have a full flash erase target. Could you update the platform to have erase target like [there is for ESP32 ](https://docs.platformio.org/en/latest/platforms/espressif32.html#erase-flash) Question has been...
https://github.com/STMicroelectronics/STM32CubeL4/blob/5e1553e07706491bd11f4edd304e093b6e4b83a4/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h#L87 ```C uint32_t USERConfig; /*!< Value of the user option byte (used for OPTIONBYTE_USER). This parameter can be a combination of @ref FLASH_OB_USER_BOR_LEVEL, @ref FLASH_OB_USER_nRST_STOP, @ref FLASH_OB_USER_nRST_STANDBY, @ref FLASH_OB_USER_nRST_SHUTDOWN, @ref...
I want to build the sources from STM32cubeIDE examples but without using STM32CubeIDE. During the process I came across an issue that lines like `register char * stack_ptr asm("sp");` won't...
I had a look at the documentation of the code. Here is a first example in Utilities/sequencer. The doxygen comments in .h for the function are just excellent. But then...
see https://github.com/STMicroelectronics/STM32CubeMP1/pull/13 and modify [tests/cmsis/CMakeLists.txt](https://github.com/ObKo/stm32-cmake/pull/283/files#diff-c143a906280b91d7e0c179e631912348f6e35e396cb07acff6af990fe3a2bb55) to remove ```cmake if("MP1" IN_LIST TEST_FAMILIES) message(WARNING "CMSIS for MP1 devices requires HAL, this test is expected to fail for the MP1 family") endif() ```...