Brennan Ashton
Brennan Ashton
This bit is currently not r/w but this means that it is not possible to change the mstatus mie state from within an exception handler. The mie bit is always...
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...
## Summary This generates documentation as reference that can be used from the Kconfig files. This is not ready to merge this is just for feedback on the idea. I...
## Summary Initial stab at updating the Tiva arch docs.
## Summary This adds a build configuration for sim that includes the LTP posix tests. Because this test suite is very large there are a couple build system related changes...
## Summary This adds support for using the Solder Party FeatherWing to the NRF52 Feather Board https://www.solder.party/docs/keyboard-featherwing/ Supported Hardware Interfaces: - [x] LCD - [x] Touch Screen - [x] Keyboard...
I could not find much information on what the CKS is but the base address defined in the svd overlaps with UART0 at 0x4000a000. What is the correct base address...
When compiling LTP there are missing symbols because the Make.dep file is being built incorrectly. For example see these entries that are all overriding each other: ``` ❯ grep "12-1\.home"...
For example: _Originally posted by @btashton in https://github.com/apache/incubator-nuttx-apps/pull/431#r507473847_
There is no pull-up resistor on the DET_A line so the line goes between floating and GND. The STMPE811 unfortunately cannot be configured to offer the pull-up. I was able...