Results 627 comments of Alan C. Assis

@metebalci yes, follow the safe path! If in the future someone more familiar with these MCUs differences decide to merge it, he/she will do so.

@xiaoxiang781216 any idea about it? I never saw this error on Ubuntu!

@maxikrie thank you for reporting, I think the error is here: ``` cmake/nuttx_mkversion.cmake: file(APPEND ${VERSION_H} "#define CONFIG_VERSION_STRING \"${NUTTX_VERSION}\"\n") ``` Could you please replace it with: ``` file(APPEND ${VERSION_H} "#define CONFIG_VERSION_STRING...

Thank you @pietroalbini !!! @maxikrie could you please take a look?

The POSIX missing functions can be found here: https://medium.com/@zim.kalinowski/posix-support-comparison-in-various-rtoses-b45677889ec8

@TimJTi Did you test it on STM32F4Discovery board to confirm the issue is not in your arch driver?

@zyy37 NuttX uses similar Kconfig frontend like U-Boot and Linux, so they all save a .config. Aside from that they don't overlap in functionality. Although NuttX can do bring-up HW...

@zyy37 may I close this question? Since it is not actually an issue, but a curiosity.

@masayuki2009 since you did many improvements over original SMP, maybe you can have some suggestion to help here.

Hi @mxrtos, could you please verify if you see "Register: leds" printed when you compile the code, like this: ``` $ make -j Create version.h LN: platform/board to /home/alan/nuttxspace/apps/platform/dummy Register:...