Re: Issue Reporting

2019-12-29 Thread Gregory Nutt
I like this. I prefer that we use Apache's Jira for several reasons, especially in light of the integration that Brennan describes. If we do go with Jira, we should transfer all of the Bitbucket nuttx/ and apps/ issues to Jira along with the content of the NuttX TODO list.

Re: Issue Reporting

2019-12-29 Thread Gregory Nutt
I like this. I prefer that we use Apache's Jira for several reasons, especially in light of the integration that Brennan describes. I think we should give it a try.  I don't know enough to have a strong opinion. Jira also integrates with an Agile project management process. Is that someth

[GitHub] [incubator-nuttx-website] huahang opened a new pull request #4: Change wiki link from NUTTXTEST to NUTTX

2019-12-29 Thread GitBox
huahang opened a new pull request #4: Change wiki link from NUTTXTEST to NUTTX URL: https://github.com/apache/incubator-nuttx-website/pull/4 This is an automated message from the Apache Git Service. To respond to the message,

Re: Issue Reporting

2019-12-29 Thread Nathan Hartman
On Sun, Dec 29, 2019 at 7:46 PM Brennan Ashton wrote: > Normally I am a fan of keeping things simple and using the simple github > issue tracker, but we have a few issues that I think make that less > practical. > > 1) Multiple repos. We might have an issue or feature the spans the os, > app, an

[GitHub] [incubator-nuttx] btashton commented on issue #15: [DONT MERGE] Fixed NUTTX-1

2019-12-29 Thread GitBox
btashton commented on issue #15: [DONT MERGE] Fixed NUTTX-1 URL: https://github.com/apache/incubator-nuttx/pull/15#issuecomment-569557435 Testing that comments on PR also show up in JIRA This is an automated message from the A

Re: Issue Reporting

2019-12-29 Thread Brennan Ashton
Normally I am a fan of keeping things simple and using the simple github issue tracker, but we have a few issues that I think make that less practical. 1) Multiple repos. We might have an issue or feature the spans the os, app, and website repos now we need to file tickets in each or something eq

[GitHub] [incubator-nuttx] btashton opened a new pull request #15: [DONT MERGE] Fixed NUTTX-1

2019-12-29 Thread GitBox
btashton opened a new pull request #15: [DONT MERGE] Fixed NUTTX-1 URL: https://github.com/apache/incubator-nuttx/pull/15 Testing link between Github and Jira based on this https://blogs.apache.org/infra/entry/improved_integration_between_apache_and

Issue Reporting

2019-12-29 Thread Gregory Nutt
It has been reported to me that Issues are disabled at https://github.com/apache/incubator-nuttx-apps: https://bitbucket.org/nuttx/apps/issues/15/null-dereference-in-ftp-size-command We need to decide how people report problems to us.  GIT issue

Re: ILI9341 port to STM32F4

2019-12-29 Thread David Sidrane
Hi Ben, Below is a link to the same presentation I did in the Netherlands. There are links within that presentation to the tools. There's also a video online showing how to use it. Google PX4 hard fault debugging https://static.sched.com/hosted_files/px4developersummit/35/PX4%20HardFault%20Debu

Re: ILI9341 port to STM32F4

2019-12-29 Thread Disruptive Solutions
It looks like its happening here... (type previous mail: graphical) stm32_ltdc_lclear(overlay); /* Set layers framebuffer */ stm32_ltdc_lframebuffer(layer); <---?? Op zo 29 dec. 2019 om 19:39 schreef Disruptive Solutions < disruptivesolution...@gmail.com>: > I have most of it done for porting

ILI9341 port to STM32F4

2019-12-29 Thread Disruptive Solutions
I have most of it done for porting the grapical TFT-LCD ILI9341 through SPI... But I get a PANIC when it is trying to do: stm32_ltds_linit(LTDC_LAYER_L1); in stm32_ltdc.c Does someone know this? Ben /* Initialize ltdc layer */ lcdinfo("Initialize ltdc layer\n"); stm32_ltdc_linit(LTDC_LAYER_L1)

[GitHub] [incubator-nuttx] davids5 commented on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
davids5 commented on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569527398 @patacongo. I'm glad you have some improvements. Your options are to: 1 wait OR 2 do a PR against this Branch in this rep

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
patacongo edited a comment on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569514809 @xiaoxiang781216 I have two functional improvements that I want to make to nxstyle.c, but I will wait for Xiao Xiang to dispose of this

[GitHub] [incubator-nuttx] patacongo commented on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
patacongo commented on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569514809 I have two functional improvements that I want to make to nxstyle.c, but I will wait for Xiao Xiang to dispose of this PR before I do those.

[GitHub] [incubator-nuttx] patacongo commented on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
patacongo commented on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569514635 This one is a little misleading: FATAL("\"Private/Public Functions\" not found!" There is a "switch" (a boolean) that changes

Re: Wiki has moved from NUTTXTEST to NUTTX

2019-12-29 Thread Gregory Nutt
The wiki has moved from the testing space to what should be its final location. Everything should still be in place as it was, but you will need to find your pages in the new location. https://cwiki.apache.org/confluence/display/NUTTX Thanks Justin for helping get the space created on the Ap

[GitHub] [incubator-nuttx] davids5 commented on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
davids5 commented on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569512690 @patacongo First let me say I am Pro NuttX coding style. On Slack, I had stated something to the effect of: ...how incredibly readable c

[GitHub] [incubator-nuttx] davids5 edited a comment on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
davids5 edited a comment on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569500865 How to use nxstyle with **style** Eclipse with CDT (https://gnu-mcu-eclipse.github.io/) Empowered development with SVD enabled deb

[GitHub] [incubator-nuttx] davids5 edited a comment on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
davids5 edited a comment on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569500865 # How to use nxstyle with **style** Eclipse with CDT (https://gnu-mcu-eclipse.github.io/) Empowered development with SVD enabled d

[GitHub] [incubator-nuttx] davids5 edited a comment on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
davids5 edited a comment on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569500865 # How to use nxstyle with **style** Eclipse with CDT (https://gnu-mcu-eclipse.github.io/) Empowered development with SVD enabled d

[GitHub] [incubator-nuttx] davids5 edited a comment on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
davids5 edited a comment on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569500865 How to use nxstyle with **style** Eclipse with CDT (https://gnu-mcu-eclipse.github.io/) Empowered development with SVD enabled deb

[GitHub] [incubator-nuttx] davids5 commented on issue #12: nxstyle improvements with No tooling

2019-12-29 Thread GitBox
davids5 commented on issue #12: nxstyle improvements with No tooling URL: https://github.com/apache/incubator-nuttx/pull/12#issuecomment-569500865 How to use nxstyle with **style** Eclipse with CDT (https://gnu-mcu-eclipse.github.io/) Empowered development with SVD enabled debugging