IOB Configuration

2023-08-05 Thread Fotis Panagiotopoulos
Hello, I am using IO buffers in my application. As far as I can tell, they are only used by buffered TCP and syslog for my configuration. Checking in Kconfig, I see the following relevant configs: * CONFIG_IOB_NBUFFERS * CONFIG_IOB_BUFSIZE * CONFIG_IOB_NCHAINS * CONFIG_IOB_THROTTLE * CONFIG_NET_

New application to Nuttx

2023-08-05 Thread Gustavo Soares
Hello everyone! I'm implementing a new application to Nuttx as my final college project: a assembly interpreter webserver. I've finished the code and it is running normally on Linux, but when I try to run the app on NuttX the following error occours: dump_stack: ERROR: User Stack pointer is not

Re: New application to Nuttx

2023-08-05 Thread Tiago Medicci Serrano
Hello Gustavo! Good to know you are using NuttX to explore new applications! This error is a simple stack overflow problem. Applications on NuttX contain an associated stack with the application task that is usually set by the Kconfig associated with the application. Please check https://github.c

Re: NuttX on FreeBSD survey

2023-08-05 Thread Bernd Walter
On Mon, Jul 31, 2023 at 09:52:16AM +0200, Milan Obuch wrote: > Hi, > > I'd like to know who else builds NuttX on FreeBSD - right now I know > just one. Also, I'd like to know which hardware they use NuttX on. > Could you please share? I'd like to create some FreeBSD port(s) to make > user experien