Brennan Ashton

Results 39 comments of Brennan Ashton

This is making it more difficult for us to use this at https://github.com/apache/incubator-nuttx since our setup checks out three repos next to each-other and then issue the build. We can...

@patacongo is this something you have ever looked into?

My thought here is more around when I want work on developing an application or exercising a driver interface from userspace usually with the kernel I already have my jlink...

> In additional to a ptrace system call you need a GDB server. Zephyr has there own: https://github.com/intel/zephyr/blob/master/subsys/debug/gdb_server.c > > But maybe that is because they don't support a compatible...

Looks like llvm-ar does not support the `P` modifier so we will need to use a different solution here. Probably the right thing is to generate the suffix based on...

> @btashton could you explain a little bit about the problem resolved P option? Sure, the main issue is that our object files look something like `myfile.a.top.dir.o` but we have...

> We need change CSRCS=myfile.c to CSRCS=dir/1/myfile.c. Application.mk already contain the special process to ensure the unique object file name in this case. Here is the related patch: > [apache/incubator-nuttx-apps@e48a74f](https://github.com/apache/incubator-nuttx-apps/commit/e48a74f358f119087100cb124707e96e74f81eef)...

Sorry @v01d I have been on-call this week which has not left me with much time/focus to look, but I will set some time aside this weekend.

> Cool! what kind of performance to you get with the LCD? I imagine it needs a really high SPI rate and maybe DMA to be fully satisfactory. So unfortunately...

Yeah that is where I was saying having the ability for NX to render "rectangles" that are short in the X axis in one transfer would be nice because right...