[GitHub] [incubator-nuttx-apps] masayuki2009 commented on pull request #854: system/libuv: Bump to v1.42.0

2021-09-30 Thread GitBox
masayuki2009 commented on pull request #854: URL: https://github.com/apache/incubator-nuttx-apps/pull/854#issuecomment-931817953 @no1wudi ``` Configuration/Tool: stm32f4discovery/adb,CONFIG_A

[incubator-nuttx-website] branch asf-site updated: Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: 4ca0f2e265ffa732775bc980bae6165673a0425f

2021-09-30 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 aa657ee Publishing web

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-09-30 Thread GitBox
gustavonihei commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r719685081 ## File path: arch/xtensa/src/esp32/esp32_ble_adapter.c ## @@ -0,0 +1,2959 @@ +/*

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-09-30 Thread GitBox
gustavonihei commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r719680379 ## File path: arch/xtensa/src/esp32/esp32_ble.c ## @@ -0,0 +1,346 @@ +/**

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-09-30 Thread GitBox
gustavonihei commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r719679820 ## File path: arch/xtensa/src/esp32/esp32_ble.c ## @@ -0,0 +1,346 @@ +/**

[GitHub] [incubator-nuttx-apps] patacongo commented on issue #858: tools/mksymtab.sh does not work properly in Windows MSYS

2021-09-30 Thread GitBox
patacongo commented on issue #858: URL: https://github.com/apache/incubator-nuttx-apps/issues/858#issuecomment-931560141 Interesting but off-topic: There are instructions for setting up MSYS2 in github CI here: https://www.msys2.org/docs/ci/ -- This is an automated message from the Apa

[GitHub] [incubator-nuttx-apps] patacongo commented on issue #858: tools/mksymtab.sh does not work properly in Windows MSYS

2021-09-30 Thread GitBox
patacongo commented on issue #858: URL: https://github.com/apache/incubator-nuttx-apps/issues/858#issuecomment-931559675 Details of the behaviors differ with file system and are not the same for Cygwin and MSYS2: Cygwin on NTFS: $ touch testfile $ ls -l testfil

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4637: .gitignore: Ignore *.ddc files generated during the build.

2021-09-30 Thread GitBox
xiaoxiang781216 merged pull request #4637: URL: https://github.com/apache/incubator-nuttx/pull/4637 -- 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 go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated: .gitignore: Ignore *.ddc files generated during the build.

2021-09-30 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang 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 4ca0f2e .gitignore: Ignore *.ddc fi

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4636: esp32/esp32c3_rng.c: Remove unused functions.

2021-09-30 Thread GitBox
gustavonihei merged pull request #4636: URL: https://github.com/apache/incubator-nuttx/pull/4636 -- 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 go to the specific comment. To unsubscribe, e-mail: c

[incubator-nuttx] branch master updated (ee6138e -> d22b4ec)

2021-09-30 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from ee6138e power: Open CONFIG_PM compilation failed add 6a262c5 esp32_rng.c: Remove unused functio

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #4637: .gitignore: Ignore *.ddc files generated during the build.

2021-09-30 Thread GitBox
Ouss4 opened a new pull request #4637: URL: https://github.com/apache/incubator-nuttx/pull/4637 ## Summary These files are generated and deleted, but can be accidentally stagged if a `git add .` is performed during a build. ## Impact N/A ## Testing N/A -- This is a

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-09-30 Thread GitBox
acassis commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r719470870 ## File path: arch/xtensa/src/esp32/esp32_ble_adapter.c ## @@ -0,0 +1,2814 @@ +/**

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on issue #858: tools/mksymtab.sh does not work properly in Windows MSYS

2021-09-30 Thread GitBox
patacongo edited a comment on issue #858: URL: https://github.com/apache/incubator-nuttx-apps/issues/858#issuecomment-931373969 This is a property of Windows file systems: Windows file systems do not retain a executable bit. In Cygwin (and MSYS which is a Cygwin variant), this property

[GitHub] [incubator-nuttx-apps] patacongo commented on issue #858: tools/mksymtab.sh does not work properly in Windows MSYS

2021-09-30 Thread GitBox
patacongo commented on issue #858: URL: https://github.com/apache/incubator-nuttx-apps/issues/858#issuecomment-931373969 This is a property of Windows file systems. The file systems do not retain a executable bit. In Cygwin (and MSYS which is a Cygwin variant), this property is determin

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-09-30 Thread GitBox
acassis commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r719459293 ## File path: arch/xtensa/src/esp32/esp32_ble_adapter.c ## @@ -0,0 +1,2814 @@ +/**

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4633: power: Open CONFIG_PM compilation failed

2021-09-30 Thread GitBox
xiaoxiang781216 merged pull request #4633: URL: https://github.com/apache/incubator-nuttx/pull/4633 -- 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 go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated: power: Open CONFIG_PM compilation failed

2021-09-30 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang 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 ee6138e power: Open CONFIG_PM compi

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #858: tools/mksymtab.sh does not work properly in Windows MSYS

2021-09-30 Thread GitBox
xiaoxiang781216 commented on issue #858: URL: https://github.com/apache/incubator-nuttx-apps/issues/858#issuecomment-931363199 @baggio63446333 do you know MSYS fail to run "chmod +x"? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-09-30 Thread GitBox
acassis commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r719447279 ## File path: arch/xtensa/src/esp32/esp32_ble_adapter.c ## @@ -0,0 +1,2817 @@ +/**

[GitHub] [incubator-nuttx] acassis commented on pull request #4607: Open ble controller adaptation code

2021-09-30 Thread GitBox
acassis commented on pull request #4607: URL: https://github.com/apache/incubator-nuttx/pull/4607#issuecomment-931350197 @SunJun8 I think you forgot to run refresh.sh over your boards configs. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #4636: esp32/esp32c3_rng.c: Remove unused functions.

2021-09-30 Thread GitBox
Ouss4 opened a new pull request #4636: URL: https://github.com/apache/incubator-nuttx/pull/4636 ## Summary - Remove unused functions in esp32_rng.c and esp32c_rng.c - Remove an initialization gaurd from esp32_rng.c ## Impact ESP32 and ESP32-C3 RNG driver ## Testing Building

[incubator-nuttx] branch master updated (cf6dcbc -> 6c374fc)

2021-09-30 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from cf6dcbc S32K1XX arch: gpioread may also be used for output pins add 6c374fc feat: driver: suppo

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4632: feat: driver: support double buffer for display

2021-09-30 Thread GitBox
gustavonihei merged pull request #4632: URL: https://github.com/apache/incubator-nuttx/pull/4632 -- 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 go to the specific comment. To unsubscribe, e-mail: c

[GitHub] [incubator-nuttx] jarivanewijk opened a new pull request #4635: Userled driver: Implement getall by checking actual pin state

2021-09-30 Thread GitBox
jarivanewijk opened a new pull request #4635: URL: https://github.com/apache/incubator-nuttx/pull/4635 ## Summary The include/nuttx/leds/userled.h interface already defines the ULEDIOC_GETALL command for retrieving the current state of the LEDs. The current implementation directly retur

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4634: S32K1XX arch: gpioread may also be used for output pins

2021-09-30 Thread GitBox
xiaoxiang781216 merged pull request #4634: URL: https://github.com/apache/incubator-nuttx/pull/4634 -- 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 go to the specific comment. To unsubscribe, e-mail

[incubator-nuttx] branch master updated: S32K1XX arch: gpioread may also be used for output pins

2021-09-30 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang 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 cf6dcbc S32K1XX arch: gpioread may

[GitHub] [incubator-nuttx] liuhuan16 edited a comment on pull request #4633: power: Open CONFIG_PM compilation failed

2021-09-30 Thread GitBox
liuhuan16 edited a comment on pull request #4633: URL: https://github.com/apache/incubator-nuttx/pull/4633#issuecomment-931100172 error log: arch/sim/src/sim/up_idle.c:71:对‘pwrinfo’未定义的引用 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] liuhuan16 commented on pull request #4633: power: Open CONFIG_PM compilation failed

2021-09-30 Thread GitBox
liuhuan16 commented on pull request #4633: URL: https://github.com/apache/incubator-nuttx/pull/4633#issuecomment-931100172 arch/sim/src/sim/up_idle.c:71:对‘pwrinfo’未定义的引用 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] jarivanewijk opened a new pull request #4634: S32K1XX arch: gpioread may also be used for output pins

2021-09-30 Thread GitBox
jarivanewijk opened a new pull request #4634: URL: https://github.com/apache/incubator-nuttx/pull/4634 ## Summary The s32k1xx_gpioread function contains a DEBUGASSERT that checks if the pin from which the logic level is to be read is actually an **input** pin. However, on S32K1XX the Po

[GitHub] [incubator-nuttx-apps] baggio63446333 opened a new pull request #860: tools/mksymtab.sh: Fix issue to generate symtab_apps.c for MSYS

2021-09-30 Thread GitBox
baggio63446333 opened a new pull request #860: URL: https://github.com/apache/incubator-nuttx-apps/pull/860 ## Summary The file permission is used to get the execlist, but the file permission cannot be changed for MSYS environment. As the result, symtab_apps.c cannot be generated co

[GitHub] [incubator-nuttx] liuhuan16 opened a new pull request #4633: power: Open CONFIG_PM compilation failed

2021-09-30 Thread GitBox
liuhuan16 opened a new pull request #4633: URL: https://github.com/apache/incubator-nuttx/pull/4633 ## Summary Open CONFIG_PM compilation sim failed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t