Brennan Ashton

Results 39 comments of Brennan Ashton

@patacongo Here is what the it looks like when NXGraphics writes ![image](https://user-images.githubusercontent.com/173245/93116730-87024900-f672-11ea-95fc-c6760b2825e2.png) What we see on the left is the setup of the region it is going to write which...

Looks like the stmpe811 driver currently does not support SPI, so I will have to add that in. Also unfortunately the interrupt pin for this chip is not connected to...

Ok most of this work ended up being spread over a few different PRs to add the driver support to NuttX. At this point I would like to get these...

> Nice. I always thought this would be good to have, accompanied with a sphinx role such as :kconfig:`` which would link to the documentation of the variable. Maybe we...

@v01d I would like your thoughts here, the dk-tm4c129x has a lot of great information, but it seems like it is 20% about the board 40% about the architecture and...

> This PR has been waiting a while; I think it improves the Tiva docs, though I'm not sure why the oocd.sh script It is not needed anymore openocd has...

Yes I know. The base address for CKS is also listed as `0x4000a000` which cannot be correct.

@xiaoxiang781216 This is very close to working, but I am a little unsure what to do with the VPATH issue.

> A potentially problematic line could be this one in Application.mk: > `.depend: Makefile $(wildcard $(foreach SRC, $(SRCS), $(addsuffix /$(SRC), $(subst :, ,$(VPATH))))) $(DEPCONFIG)` > > I don't really understand...

I was able to make a small change to the mkdeps tool to allows the multiple entries, but the real issue here is that we are using replace in our...