-
When I'm using the cjson library for learning, nuttx gets assertion errors. I don't think it's the program, it's the heap space that's too small causing the error, I tried to increase "The default sta…
-
```
CC: board/stm32_buttons.c
In file included from board/stm32_buttons.c:34:0:
board/stm3240g-eval.h:106:26: error: 'GPIO_INPUT' undeclared here (not in a function); did you mean 'MAX_INPUT'?
#…
-
This is something that I have mulled about a few times. It would really be nice to be able to eventually add a GDB server stub for NuttX to improve application debugging and ptrace would move us a lo…
-
### Description / Steps to reproduce the issue
on `tag: nuttx-12.7.0-RC0`:
```
./tools/configure.sh sim/smp
make -j
[raiden00:~/git/RTOS/nuttx/nuttx]$ ./nuttx …
-
I am trying to get mcuboot running on the esp32s3-devkit. For this I have modified the wifi config based on the description in this video https://www.youtube.com/watch?v=Vzy0rl-ixbc.
The resultin…
-
Using an OEM H7 you can't get a GPS to work, using the GPS port or CAN, neither show up with `gps status`
```
NuttShell (NSH) NuttX-10.1.0
nsh> gps status
INFO [gps] Main GPS
INFO [gps] protocol: UB…
-
### Description
Hi everyone,
I have boot NuttX on FVP multi-core, and those cores are armv8a arch, but I don't know how to get the status of each core.
I found "coredump" command in NuttX docum…
-
I think a modification at some eons damaged few SPI drivers, there are references to CONFIG_SPI_DMAPRIO but without any definition of it.
I didn't investigate further, but probably some boards coul…
-
The resource link https://github.com/micro-ROS/apps/tree/demo/kobuki/examples/kobuki not available.
-
In #548 the reason for fixing CSR locations was described quite well. In addition to this it would be helpful to generate a header per device which contains CSR offsets and field information.
These…