Hi Gregory, Wow! impressive! my touchscreen is also an ADS7843E i will try the configuration and example app Very appreciated help...
4010
llatil
May 16, 2013 9:03 pm
Hi Gregory, ... I know that, as it worked perfectly on the Nuttx version I used until now. That's why I took time to track it down (and because I really need...
4011
Gregory N
spudarnia
May 16, 2013 9:20 pm
Laurent, ... Thank your for finding and fixing that! It looks like the STM32 F1 DMA has been broken since Feb, 2012! ... I recently converted everything from...
4012
Gerd v. Egidy
lists@...
May 17, 2013 7:51 am
Hi Greg, ... this is a good way for finding the corresponding git UUIDs for the older releases. But please consider adding git tags for future releases. That...
4013
talkingtoken
May 17, 2013 9:06 am
Hi Greg, I was trying to get the CONFIG_NUTTX_KERNEL mode binaries to build to get an understanding of the memory separation layers between Kernel and ...
4014
Daniel O'Connor
docgenesis
May 17, 2013 10:06 am
... Thanks from me too :) I haven't had time to try debugging it. -- Daniel O'Connor software and network engineer for Genesis Software -...
4015
Gregory N
spudarnia
May 17, 2013 1:47 pm
Hi, Gerd, ... I used the git log ReleaseNotes to create a bash script to tag all of the previous releases. That should be in place now. Hmmm.. I see I forget...
4016
Gregory N
spudarnia
May 17, 2013 2:21 pm
Hi, again, ... I modified my script, removed those lightweight tags, and created a normal tags. I was puzzled for some time because I couldn't see those tags...
4017
Gerd v. Egidy
lists@...
May 17, 2013 2:56 pm
Hi Greg, ... Thanks a lot. This is even better. ... Yeah, the difference between lightweight tags and annotated tags is a common pitfall. It hit me several...
4018
Gregory N
spudarnia
May 17, 2013 3:14 pm
Hi, Ken, ... I look forward to getting your changes. It is interesting that you are working with the kernel build. Notice in the top-level TODO list that...
4019
Gregory N
spudarnia
May 17, 2013 3:21 pm
Hi, Gerd, ... A bonus is that the SourceForge GIT page now allows you select any version by its release name:...
4020
Ken Pettit
talkingtoken
May 17, 2013 5:01 pm
Hi Greg, I look forward to getting your changes. ... Not really "working on it" per se, though kernel build is very interesting to me as it provides a way of...
4021
Gregory N
spudarnia
May 17, 2013 5:24 pm
Ken, ... ... snip ... There is another way to fix this: -"on_exit","stdlib.h","defined(CONFIG_SCHED_ONEXIT)","int","CODE void (*func)(int, FAR void *)","FAR...
4022
Gregory N
spudarnia
May 17, 2013 5:41 pm
Hi, Ken, ... Yes. The kernel test space, .data, .bss and heap are protected. Without an MMU, you cannot allocate pages from a common allocator and then use...
4023
Ken Pettit
talkingtoken
May 17, 2013 6:10 pm
Hi Greg, --snip-- ... and "nuttx/syscall/syscall_lookup.h", but not the updates to SYS_onexit in "nuttx/include/sys/syscall.h". This may be because in my...
4024
llatil
May 17, 2013 8:34 pm
Greg, Many thanks for having added tags in the GIT history ! They would be very useful should anybody need to dig in previous releases (even back to v1.0......
4025
Gregory N
spudarnia
May 17, 2013 8:47 pm
Ken, ... Okay, I just pushed those changes as well. Greg...
4026
Max Holtzberg
max.holtzberg
May 20, 2013 6:25 pm
Hi Greg, see enclosed patch. Max...
4027
Gregory N
spudarnia
May 20, 2013 6:55 pm
Hi, Max, ... Thanks for the patch. It has been incorporated and checked in. I am glad that you decided to use an MTD driver. Most contributed FLASH drivers...
4028
Max Holtzberg
max.holtzberg
May 20, 2013 9:45 pm
Hi list, I wonder if it is possible to use NuttX with a bootloader. In my case the lm3s6965 has a preprogrammed serial loader in flash but I think NuttX has to...
4029
Gregory Nutt
spudarnia
May 20, 2013 10:14 pm
Hi, Max, The STM32 F1 has a bootloader that NuttX works with. Look at these: These architectures use the STM32 bootloader which is enabled with...
4030
Lorenz Meier
lm_eth
May 21, 2013 7:49 am
Hi Greg, It's been a while, we've been quite busy attending conferences and on the application layer and going outdoors and flying things. I've got this...
4031
Mike Smith
i_hate_your_...
May 21, 2013 9:11 am
The STM32 parts actually have a ROM-based bootloader that doesn't need the CONFIG_STM32_DFU defines, and the Stellaris bootloader is similar - there's no need...
4032
Max Holtzberg
max.holtzberg
May 21, 2013 9:48 am
... Thanks for help, I'll try that out. Max...
4033
Gregory N
spudarnia
May 21, 2013 2:14 pm
Hi, Lorenz, ... Careful how you define the problem because your definition of the problem with determine how you try to solve it. The UART and USB CDC/ACM do...
4034
Max Holtzberg
max.holtzberg
May 21, 2013 5:43 pm
Hi Greg, I added runtime configuration to the UDP discover tool. I also added an example configuration for the lm3s6965-ek board, but maybe it's too bloating...
4035
Gregory N
spudarnia
May 21, 2013 7:19 pm
Hi, Max, ... I applied both patches and checked them in. Thanks! I am not too concerned about adding configurations, new chip logic, or new board logic to...
4036
Max Holtzberg
max.holtzberg
May 22, 2013 12:19 pm
Hi Greg, I added a polling TCP echo server example to check if the network stack behaves properly. I was wondering why there are always txtimeouts on my...
4037
Gregory N
spudarnia
May 22, 2013 2:07 pm
Hi, Max, ... This are TCP timeouts? Or receive/transmit timeouts? For the latter, the Ethernet driver provides the time base with its "heartbeat" poll....
4038
Max Holtzberg
max.holtzberg
8:09 am
Hi Greg, thanks for you assistance! ... They are transmit timeouts from lm_ethernet.c But as long as that does not close any connections its just ugly. ... ...