Results 627 comments of Alan C. Assis

Well, in the past it was appxyz_main(), move to main() was an improvement. Maybe we can fix it without returning to the previous way to do it.

Hi @eden-desta the stm32h7 is a new port and is missing some pieces of code. The good news is H7 is very similar to F7, so I suggest to to...

No, I said datasheet, but the register are describe in the Reference Manual: https://www.st.com/en/microcontrollers-microprocessors/stm32h753ii.html#documentation

Don't get afraid of its more than 3000 pages, you just need to look at timer related registers page

@vshymanskyy you can use the ```route``` command to remove that route and add a new route. The idea of add ```ifmetric``` sounds very interesting!

Hi @vshymanskyy AFAIK NuttX doesn't have PPP serial multiplexing, you need to implement the mux protocol. This should be a nice feature to have. If you need help to implement...

Good point, currently the IP is got automatically, so we need to add support to get the DNS as well.

This weekend I tested an old NuttX version (from 2018) and it is impressive how the build system is faster now! So this kind of improvement is welcome!

@SrivamsiMalladi seems the issue is in your side. I tested here and everything is working fine: ``` From NuttX: nsh> ifconfig wlan0 Link encap:Ethernet HWaddr ac:67:b2:53:8b:ec at DOWN inet addr:0.0.0.0...

I have the impression that you added a " ` " after the number 1: ``` wapi essid wlan1 nuttxap 1` ``` Please fix it!