Alan C. Assis
Alan C. Assis
Crashing here too: https://pastebin.com/raw/VCGzC6kN
This is a great idea! I think it also will spot many Kconfig entry that are missing Help information!
Yes, maybe it is better to let configure.c to take care of it, instead of using bash, this way it also could work better among OSes that doesn't support bash.
Hi @tito97sp please fix these small issues: ``` Error: /home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/boards/arm/stm32h7/nucleo-h743zi/src/stm32_boot_image.c:2:1: error: Relative file path does not match actual file Error: /home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/boards/arm/stm32h7/nucleo-h743zi/src/stm32_boot_image.c:106:2: error: C++ style comment Error: /home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/boards/arm/stm32h7/nucleo-h743zi/src/stm32_boot_image.c:110:2: error: C++ style...
> @acassis @pkarashchenko is this patch ready for merge? It seams he fixed all the suggestions, but the CI is failing. Maybe @tito97sp needs to rebase it to the HEAD...
> Can someone help me on this topic ? > Should I implement the fix in composite_ep0submit() instead ? Hi Simon, could you please describe more clearly the issue you...
@mlyszczek your original Kconfig wasn't too big to motivate split it. Almost all Kconfig inside arch/ is way bigget than these.
Hi @antmerlino please fix the coding style issues and other issues.
@microhobby this offset 0x0804000 should depend of CONFIG_STM32H7_DFU please search for CONFIG_STM32_DFU for reference (it is defined at arch/arm/src/stm32/Kconfig)
Hi @rippetoej there are some Coding Styles that need to be fixed.