[GitHub] [incubator-nuttx] jerpelea commented on pull request #2441: sim: fix input handling and add simulated buttons support from mouse

2020-11-29 Thread GitBox
jerpelea commented on pull request #2441: URL: https://github.com/apache/incubator-nuttx/pull/2441#issuecomment-735618007 @v01d nxstyle errors error: Mixed case identifier found This is an automated message from the Apac

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #2445: drivers/audio: Make audio_null play at real speed

2020-11-29 Thread GitBox
no1wudi opened a new pull request #2445: URL: https://github.com/apache/incubator-nuttx/pull/2445 ## Summary Calculate the delay according to the sampling rate, data width, and number of channels, consume the data buffer after the delay, and simulate the normal playback process #

[GitHub] [incubator-nuttx] no1wudi closed pull request #2444: drivers/audio: Make audio_null play at real speed

2020-11-29 Thread GitBox
no1wudi closed pull request #2444: URL: https://github.com/apache/incubator-nuttx/pull/2444 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #2444: drivers/audio: Make audio_null play at real speed

2020-11-29 Thread GitBox
no1wudi opened a new pull request #2444: URL: https://github.com/apache/incubator-nuttx/pull/2444 ## Summary Calculate the delay according to the sampling rate, data width, and number of channels, consume the data buffer after the delay, and simulate the normal playback process #

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #510: LVGL: use NuttX's printf()

2020-11-29 Thread GitBox
btashton commented on pull request #510: URL: https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735532485 That needs to also be done for `examples/lvgldemo/Makefile` since that also is external code. This

[GitHub] [incubator-nuttx] yamt commented on pull request #2418: libc: Change OK/ERROR from macro to enum

2020-11-29 Thread GitBox
yamt commented on pull request #2418: URL: https://github.com/apache/incubator-nuttx/pull/2418#issuecomment-735527813 i'm not sure if it's safe to make them an enum. as they are mostly used as int in the tree. just a vague concern. -

[GitHub] [incubator-nuttx] yjdwbj edited a comment on issue #2276: Atmel sam4s-xplained-pro board can't using built-in SD Card and nand flash

2020-11-29 Thread GitBox
yjdwbj edited a comment on issue #2276: URL: https://github.com/apache/incubator-nuttx/issues/2276#issuecomment-735514406 @adamfeuer Thanks your reply, I have a SPI over SD sniffer, and installed it to test, at least the worked for a TOSHIBA 8GB SDHC Memory Card. But instert another KIN

[GitHub] [incubator-nuttx] yjdwbj commented on issue #2276: Atmel sam4s-xplained-pro board can't using built-in SD Card and nand flash

2020-11-29 Thread GitBox
yjdwbj commented on issue #2276: URL: https://github.com/apache/incubator-nuttx/issues/2276#issuecomment-735514406 @adamfeuer Thanks your reply, I have a SPI over SD sniffer, and installed it to test, at least the worked for a TOSHIBA 8GB SDHC Memory Card. But instert another KINGMA

[incubator-nuttx-website] branch asf-site updated: Publishing web: 747adaf5aa6fc01843a89e59f39e0f27e163d1e2 docs: 6637c5a0b9a49fe28611f4ec3013cb3911a6c389

2020-11-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 7b2eff1 Publishing web

[GitHub] [incubator-nuttx-apps] v01d commented on pull request #510: LVGL: use NuttX's printf()

2020-11-29 Thread GitBox
v01d commented on pull request #510: URL: https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735469541 Thanks, I just pushed the suggested flag. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] btashton commented on issue #2443: docs: Missing instruction for building from relase budles

2020-11-29 Thread GitBox
btashton commented on issue #2443: URL: https://github.com/apache/incubator-nuttx/issues/2443#issuecomment-735463585 Yeah right now we have too many paths each which are a little different. What made this come up was when I sent out the email to the general list for voting and realized t

[GitHub] [incubator-nuttx] v01d commented on issue #2443: docs: Missing instruction for building from relase budles

2020-11-29 Thread GitBox
v01d commented on issue #2443: URL: https://github.com/apache/incubator-nuttx/issues/2443#issuecomment-735463019 I think that we can simply add the relevant commands to the second tab here: https://nuttx.apache.org/docs/latest/quickstart/install.html#get-source-code BTW, I was think

[GitHub] [incubator-nuttx] btashton commented on pull request #2442: [BACKPORT] Documentation: support versioned docs

2020-11-29 Thread GitBox
btashton commented on pull request #2442: URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735457974 Sure we can leave this open for now. I am about 95% sure we will have our first patch release which we can include this in some time in December.

[GitHub] [incubator-nuttx-apps] btashton edited a comment on pull request #510: LVGL: use NuttX's printf()

2020-11-29 Thread GitBox
btashton edited a comment on pull request #510: URL: https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735456605 @v01d Looks like it is more than just the sign issue with the format string (uint32 vs int). I did this change and everything built fine (on top of your lvg

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #510: LVGL: use NuttX's printf()

2020-11-29 Thread GitBox
btashton commented on pull request #510: URL: https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735456605 @v01d Looks like it is more than just the sign issue with the format string (uint32 vs int). I did this change and everything built fine. ```c diff --git a/gr

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2442: [BACKPORT] Documentation: support versioned docs

2020-11-29 Thread GitBox
Ouss4 commented on pull request #2442: URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735455128 But if 10.0.1 never sees the day we would just have a dangling commit. I don't think that's harmful (especially with this change), but I personally find it better and les

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #511: examples/pwm: fix help message

2020-11-29 Thread GitBox
Ouss4 merged pull request #511: URL: https://github.com/apache/incubator-nuttx-apps/pull/511 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[incubator-nuttx-apps] 02/02: examples/pwm: fix style issue found in CI

2020-11-29 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit e066cd177ca7f2703625a56b744deaa1d7045301 Author: Diego Herranz AuthorDate: Sun Nov 29 19:53:02 2020 +

[incubator-nuttx-apps] 01/02: examples/pwm: fix help message

2020-11-29 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 37c8e5486cd75f4519c5333682e3b353bf872990 Author: Diego Herranz AuthorDate: Sun Nov 29 19:42:38 2020 +

[incubator-nuttx-apps] branch master updated (fe91567 -> e066cd1)

2020-11-29 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git. from fe91567 style/Document: remove unnecessary trailing whitespace new 37c8e54 examples/pwm: fi

[GitHub] [incubator-nuttx] btashton opened a new issue #2443: docs: Missing instruction for building from relase budles

2020-11-29 Thread GitBox
btashton opened a new issue #2443: URL: https://github.com/apache/incubator-nuttx/issues/2443 The quickstart guide in the documentation does not list how to build from the Apache release bundles. I know that as maintainers we usually work off of the git repos, we still need to make it v

[GitHub] [incubator-nuttx-apps] v01d commented on pull request #510: LVGL: use NuttX's printf()

2020-11-29 Thread GitBox
v01d commented on pull request #510: URL: https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735449168 > @v01d can you just add `-Wno-format-signedness` to CFLAGS in the Makefile in `graphics/lvgl/` Thanks, I added the flag, hopefully that fixes the error ---

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #510: LVGL: use NuttX's printf()

2020-11-29 Thread GitBox
btashton commented on pull request #510: URL: https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735448327 @v01d can you just add `-Wno-format-signedness` to CFLAGS in the Makefile in `graphics/lvgl/` This

[GitHub] [incubator-nuttx] btashton commented on pull request #2442: [BACKPORT] Documentation: support versioned docs

2020-11-29 Thread GitBox
btashton commented on pull request #2442: URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735446515 I don't think there is a problem merging it here. It just means it would already be staged for 10.0.1 even if 10.0.0-RC0 becomes a release version. ---

[GitHub] [incubator-nuttx-apps] diegoherranz opened a new pull request #511: examples/pwm: fix help message

2020-11-29 Thread GitBox
diegoherranz opened a new pull request #511: URL: https://github.com/apache/incubator-nuttx-apps/pull/511 ## Summary - Fix bug for multiple PWM outputs (CONFIG_PWM_MULTICHAN). Wrong define was in use and only the information about the first channel was shown. - Fix formatting (a few

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2442: [BACKPORT] Documentation: support versioned docs

2020-11-29 Thread GitBox
Ouss4 commented on pull request #2442: URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735442088 @v01d please make it a draft to avoid an accidental merge that I think will force us to cancel the current RC. ---

[GitHub] [incubator-nuttx] v01d commented on pull request #2442: [BACKPORT] Documentation: support versioned docs

2020-11-29 Thread GitBox
v01d commented on pull request #2442: URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735438602 I added this just in case there will be an RC1. But if not, it is really a minor issue. This is an automat

[GitHub] [incubator-nuttx] v01d opened a new pull request #2442: [BACKPORT] Documentation: support versioned docs

2020-11-29 Thread GitBox
v01d opened a new pull request #2442: URL: https://github.com/apache/incubator-nuttx/pull/2442 ## Summary 10.0 misses this change, which will make 10.x documentation not populate version selector correctly on documentation website ## Impact Documentation ## Testi

[GitHub] [incubator-nuttx] acassis merged pull request #2439: nrf52 PWM: fix missing trailing comma (build failure)

2020-11-29 Thread GitBox
acassis merged pull request #2439: URL: https://github.com/apache/incubator-nuttx/pull/2439 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[incubator-nuttx] branch master updated: nrf52 PWM: fix missing trailing comma (build failure)

2020-11-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 6637c5a nrf52 PWM: fix missing traili

[GitHub] [incubator-nuttx] acassis merged pull request #2440: nrf52 ADC: minor fixes

2020-11-29 Thread GitBox
acassis merged pull request #2440: URL: https://github.com/apache/incubator-nuttx/pull/2440 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[incubator-nuttx] 01/02: nrf52 ADC: minor fixes

2020-11-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit cbab6b79da04270bf4173fafb6b95d444cb0d4fb Author: Matias N AuthorDate: Sat Nov 21 18:17:48 2020 -0300 nrf5

[incubator-nuttx] 02/02: nrf52 ADC: pass configuration struct as const

2020-11-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 2ce0dfffaf47d0fcb7b8bf5a1228873fc73ce401 Author: Matias N AuthorDate: Fri Nov 6 13:12:15 2020 -0300 nrf52

[incubator-nuttx] branch master updated (87dff7c -> 2ce0dff)

2020-11-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 87dff7c Fix nxstyle warning new cbab6b7 nrf52 ADC: minor fixes new 2ce0dff nrf52 ADC: pass con

[GitHub] [incubator-nuttx-apps] v01d commented on pull request #510: LVGL: use NuttX's printf()

2020-11-29 Thread GitBox
v01d commented on pull request #510: URL: https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735407853 It seems the more strict checking of printf() formatting now affects third-party packages. @yamt how can I disable this for third-party code build? ---

[GitHub] [incubator-nuttx-apps] v01d opened a new pull request #510: LVGL: use NuttX's printf()

2020-11-29 Thread GitBox
v01d opened a new pull request #510: URL: https://github.com/apache/incubator-nuttx-apps/pull/510 ## Summary This makes LVGL use NuttX's printf facilities instead of its own ## Impact LVGL ## Testing Various LVGL configs --

[GitHub] [incubator-nuttx] v01d opened a new pull request #2441: sim: fix input handling and add simulated buttons support from mouse

2020-11-29 Thread GitBox
v01d opened a new pull request #2441: URL: https://github.com/apache/incubator-nuttx/pull/2441 ## Summary This PR fixes handling of input on simulator, to correctly indicate which button was pressed (affects touchscreen input). Also, a simulated button device is added from left mous

[GitHub] [incubator-nuttx] v01d opened a new pull request #2440: nrf52 ADC: minor fixes

2020-11-29 Thread GitBox
v01d opened a new pull request #2440: URL: https://github.com/apache/incubator-nuttx/pull/2440 ## Summary This introduces various minor fixes to ADC module: * Ensure CALDONE event is set to zero before initiating calibration (avoid misdetection of calibration complete) * Config

[GitHub] [incubator-nuttx] v01d opened a new pull request #2439: nrf52 PWM: fix missing trailing comma (build failure)

2020-11-29 Thread GitBox
v01d opened a new pull request #2439: URL: https://github.com/apache/incubator-nuttx/pull/2439 ## Summary Fix missing trailing comma in nRF52 PWM code ## Impact Build fix ## Testing Build OK

[GitHub] [incubator-nuttx] lukegluke closed issue #2406: scanf stop parse empty strings in scanset

2020-11-29 Thread GitBox
lukegluke closed issue #2406: URL: https://github.com/apache/incubator-nuttx/issues/2406 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [incubator-nuttx] lukegluke commented on issue #2406: scanf stop parse empty strings in scanset

2020-11-29 Thread GitBox
lukegluke commented on issue #2406: URL: https://github.com/apache/incubator-nuttx/issues/2406#issuecomment-735378400 Yeah, you're right. Sorry for bothering! This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-nuttx] yamt merged pull request #2438: Fix nxstyle warning in include/fixedmath.h

2020-11-29 Thread GitBox
yamt merged pull request #2438: URL: https://github.com/apache/incubator-nuttx/pull/2438 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[incubator-nuttx] branch master updated: Fix nxstyle warning

2020-11-29 Thread yamamoto
This is an automated email from the ASF dual-hosted git repository. yamamoto pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 87dff7c Fix nxstyle warning 87dff7c

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2406: scanf stop parse empty strings in scanset

2020-11-29 Thread GitBox
xiaoxiang781216 commented on issue #2406: URL: https://github.com/apache/incubator-nuttx/issues/2406#issuecomment-735361725 @lukegluke why not try the same code on other OS? This is an automated message from the Apache Git S