[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2543: Documentation: how to use auto monitor feature to keep the chip alive

2020-12-16 Thread GitBox
davids5 commented on a change in pull request #2543: URL: https://github.com/apache/incubator-nuttx/pull/2543#discussion_r544269524 ## File path: Documentation/components/drivers/character/watchdog.rst ## @@ -153,4 +153,51 @@ This command registers an user callback that will be

[GitHub] [incubator-nuttx] acassis commented on pull request #2522: xtensa/esp32: Add ESP32 EFUSE char driver

2020-12-16 Thread GitBox
acassis commented on pull request #2522: URL: https://github.com/apache/incubator-nuttx/pull/2522#issuecomment-746274783 > Hi @acassis > Thanks for your commit and I see this PR is still in draft status. > It is appreciate if the esp32 board test app or example could be shared after m

[GitHub] [incubator-nuttx] acassis edited a comment on pull request #2522: xtensa/esp32: Add ESP32 EFUSE char driver

2020-12-16 Thread GitBox
acassis edited a comment on pull request #2522: URL: https://github.com/apache/incubator-nuttx/pull/2522#issuecomment-746274783 > Hi @acassis > Thanks for your commit and I see this PR is still in draft status. > It is appreciate if the esp32 board test app or example could be shared

[incubator-nuttx] branch master updated (ecede04 -> add46d0)

2020-12-16 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.git. from ecede04 arch/*/src/Makefile: Generate dependencies for head files. new be12c79 xtensa/esp32: Cha

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2515: xtensa/esp32: Added support for RTC WDT

2020-12-16 Thread GitBox
Ouss4 merged pull request #2515: URL: https://github.com/apache/incubator-nuttx/pull/2515 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

[incubator-nuttx] 01/02: xtensa/esp32: Changes in rtc driver to support rtc wdt driver

2020-12-16 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.git commit be12c79c52106ca009aaa861cc3cc5b4b56df7a7 Author: Sara Souza AuthorDate: Wed Dec 2 20:01:38 2020 -0300

[incubator-nuttx] 02/02: xtensa/esp32: Added support for RTC WDT

2020-12-16 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.git commit add46d04082ab031450ad96dd85fc6176278e31d Author: Sara Souza AuthorDate: Wed Dec 2 20:02:08 2020 -0300

[GitHub] [incubator-nuttx] acassis merged pull request #2536: xtensa/esp32: fixes enable int function and gets apb clk frequency through function

2020-12-16 Thread GitBox
acassis merged pull request #2536: URL: https://github.com/apache/incubator-nuttx/pull/2536 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] donquichotte opened a new pull request #2549: arch/arm/src/stm32h7/stm32_ethernet.c: Fix typo in multicast address …

2020-12-16 Thread GitBox
donquichotte opened a new pull request #2549: URL: https://github.com/apache/incubator-nuttx/pull/2549 ## Summary Fix typo in multicast address hash table registers for STM32H7. ## Impact Multicast reception on STM32H7 processors. ## Testing Tested on STM32H743ZI.

[incubator-nuttx] branch master updated (add46d0 -> 71715aa)

2020-12-16 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 add46d0 xtensa/esp32: Added support for RTC WDT add 71715aa xtensa/esp32: fixes enable int function

[GitHub] [incubator-nuttx] saramonteiro opened a new pull request #2550: xtensa/esp32: enables started flag if the wdt was turned on in bootloader

2020-12-16 Thread GitBox
saramonteiro opened a new pull request #2550: URL: https://github.com/apache/incubator-nuttx/pull/2550 ## Summary This PR aims to make an adjustment, so if the user has enabled the RTC WDT in the bootloader, it will not be necessary to restart the RTC WDT, which means, it will not b

[GitHub] [incubator-nuttx] fjpanag commented on pull request #2477: STM32 FLASH latency is calculated based on Vin.

2020-12-16 Thread GitBox
fjpanag commented on pull request #2477: URL: https://github.com/apache/incubator-nuttx/pull/2477#issuecomment-746475003 On STM32F4xx the prefetch buffer must also be disabled in lower voltages. I just added this too. Th

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2549: arch/arm/src/stm32h7/stm32_ethernet.c: Fix typo in multicast address …

2020-12-16 Thread GitBox
xiaoxiang781216 merged pull request #2549: URL: https://github.com/apache/incubator-nuttx/pull/2549 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: arch/arm/src/stm32h7/stm32_ethernet.c: Fix typo in multicast address hash table registers for STM32H7

2020-12-16 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 6339fcf arch/arm/src/stm32h7/stm32_

[GitHub] [incubator-nuttx] anchao commented on issue #2529: version.sh does not use the "latest" tag just most recent

2020-12-16 Thread GitBox
anchao commented on issue #2529: URL: https://github.com/apache/incubator-nuttx/issues/2529#issuecomment-746701757 emm... I can't give a better way to resolve this issue, I think the best solution is to revert the incorrect mainline tag, We need to ensure the tag continuity of the mast

[GitHub] [incubator-nuttx] btashton commented on issue #2529: version.sh does not use the "latest" tag just most recent

2020-12-16 Thread GitBox
btashton commented on issue #2529: URL: https://github.com/apache/incubator-nuttx/issues/2529#issuecomment-746724379 The tags will never be on the master branch because of how the whole release process works they will forever be on the release branches. I think we should just go with the

[GitHub] [incubator-nuttx-apps] acassis opened a new pull request #526: Add esp32_efuse example

2020-12-16 Thread GitBox
acassis opened a new pull request #526: URL: https://github.com/apache/incubator-nuttx-apps/pull/526 ## Summary Add esp32_efuse example ## Impact Users will be able to test the efuse driver ## Testing esp32-devkitc

[GitHub] [incubator-nuttx] acassis merged pull request #2550: xtensa/esp32: enables started flag if the wdt was turned on in bootloader

2020-12-16 Thread GitBox
acassis merged pull request #2550: URL: https://github.com/apache/incubator-nuttx/pull/2550 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: xtensa/esp32: enables started flag if the wdt was turned on in bootloader

2020-12-16 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 1acba41 xtensa/esp32: enables started

[GitHub] [incubator-nuttx] davids5 commented on pull request #2477: STM32 FLASH latency is calculated based on Vin.

2020-12-16 Thread GitBox
davids5 commented on pull request #2477: URL: https://github.com/apache/incubator-nuttx/pull/2477#issuecomment-746908205 @fjpanag See CI FAIL ![image](https://user-images.githubusercontent.com/1945821/102398738-88eee780-3f94-11eb-8b95-a88117a81092.png)

[GitHub] [incubator-nuttx] Mayerch1 opened a new pull request #2551: fix: arch/.../stm32h7x3xx_memorymap.h invalid address map for fdcan

2020-12-16 Thread GitBox
Mayerch1 opened a new pull request #2551: URL: https://github.com/apache/incubator-nuttx/pull/2551 ## Summary The used register layout defined in arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h is not matching the documentation. The reference manual [RM0433](https://www.st

[GitHub] [incubator-nuttx] Ouss4 edited a comment on issue #2529: version.sh does not use the "latest" tag just most recent

2020-12-16 Thread GitBox
Ouss4 edited a comment on issue #2529: URL: https://github.com/apache/incubator-nuttx/issues/2529#issuecomment-745860392 Hmmm... I see, if there is a commit ahead it will fall back to the tag sort part. This is an automated

[incubator-nuttx-website] branch asf-site updated: Publishing web: 1d65847df020becad8aaf7f02f01a93bc9e03ba9 docs: 1acba417c42c3f66369a5c0d8f89043641201af1

2020-12-16 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 397a8bb Publishing web

[GitHub] [incubator-nuttx] SYKAP commented on pull request #2544: arch/*/src/Makefile: Generate dependencies for "head" files.

2020-12-16 Thread GitBox
SYKAP commented on pull request #2544: URL: https://github.com/apache/incubator-nuttx/pull/2544#issuecomment-747158644 @Ouss4 would u like to contact me?Thanks This is an automated message from the Apache Git Service. To resp

[incubator-nuttx] branch master updated: fix: arch/.../stm32h7x3xx_memorymap.h invalid address map for fdcan

2020-12-16 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 abcc41d fix: arch/.../stm32h7x3xx_m

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2551: fix: arch/.../stm32h7x3xx_memorymap.h invalid address map for fdcan

2020-12-16 Thread GitBox
xiaoxiang781216 merged pull request #2551: URL: https://github.com/apache/incubator-nuttx/pull/2551 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] sdc-g commented on pull request #2522: xtensa/esp32: Add ESP32 EFUSE char driver

2020-12-16 Thread GitBox
sdc-g commented on pull request #2522: URL: https://github.com/apache/incubator-nuttx/pull/2522#issuecomment-747183947 > driver No hurry, @acassis , it is OK if the example based on the final version. Thanks for your quick response! ---

[GitHub] [incubator-nuttx] btashton opened a new pull request #2552: Add project GitHub Security Policy page

2020-12-16 Thread GitBox
btashton opened a new pull request #2552: URL: https://github.com/apache/incubator-nuttx/pull/2552 ## Summary This adds a short security page that lists the versions that we are supporting security fixes on as well as how to report issues. You can see this feature documented here:

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request #527: system: adb: Fix compile issues in adb_main.c

2020-12-16 Thread GitBox
masayuki2009 opened a new pull request #527: URL: https://github.com/apache/incubator-nuttx-apps/pull/527 ## Summary - This commit fixes compile issues for the following condition - CONFIG_ADBD_BOARD_INIT=n && CONFIG_BOARDCTL_RESET=y ## Impact - adb only ## Tes

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2529: version.sh does not use the "latest" tag just most recent

2020-12-16 Thread GitBox
xiaoxiang781216 commented on issue #2529: URL: https://github.com/apache/incubator-nuttx/issues/2529#issuecomment-747239802 Can we hold master during the release windows except the critical bug fix? so we can make a tag directly on the mater branch after the validation(vote) pass. -

[incubator-nuttx] branch master updated: Add project GitHub Security Policy page

2020-12-16 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 0edb162 Add project GitHub Security

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2552: Add project GitHub Security Policy page

2020-12-16 Thread GitBox
xiaoxiang781216 merged pull request #2552: URL: https://github.com/apache/incubator-nuttx/pull/2552 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx-apps] branch master updated: system: adb: Fix compile issues in adb_main.c

2020-12-16 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 9f542c4 system: adb: Fix compi

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #527: system: adb: Fix compile issues in adb_main.c

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

[GitHub] [incubator-nuttx] btashton commented on issue #2529: version.sh does not use the "latest" tag just most recent

2020-12-16 Thread GitBox
btashton commented on issue #2529: URL: https://github.com/apache/incubator-nuttx/issues/2529#issuecomment-747241428 Historically that has taken a month or more and we still have release branches that have multiple tags 9.1.1 and 10.0.1 for example are tags on release branches which never

[GitHub] [incubator-nuttx-testing] ttnie opened a new pull request #81: docker: add gawk to docker

2020-12-16 Thread GitBox
ttnie opened a new pull request #81: URL: https://github.com/apache/incubator-nuttx-testing/pull/81 Signed-off-by: nietingting ## Summary add gawk to docker ## Impact no ## Testing test on local Th

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2553: stm32f4dis_adb

2020-12-16 Thread GitBox
masayuki2009 opened a new pull request #2553: URL: https://github.com/apache/incubator-nuttx/pull/2553 ## Summary - This PR consists of the following 2 commits - commit1: boards: stm32f4discovery: Call usbdev_adb_initialize() in stm32_bringup.c - commit2: boards: stm32f4discove

[GitHub] [incubator-nuttx] yamt opened a new pull request #2554: Esp32 wifi fixes

2020-12-16 Thread GitBox
yamt opened a new pull request #2554: URL: https://github.com/apache/incubator-nuttx/pull/2554 ## Summary esp32 wifi related small fixes ## Impact esp32 only ## Testing tested on a local board This is an au

[GitHub] [incubator-nuttx] Ouss4 commented on issue #2529: version.sh does not use the "latest" tag just most recent

2020-12-16 Thread GitBox
Ouss4 commented on issue #2529: URL: https://github.com/apache/incubator-nuttx/issues/2529#issuecomment-747271314 I think holding master would kind of defies the purpose of the release branches. One of the reasons we wanted them is to not hold contributions during the release process, wh

[GitHub] [incubator-nuttx-testing] xiaoxiang781216 commented on a change in pull request #81: docker: add gawk to docker

2020-12-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #81: URL: https://github.com/apache/incubator-nuttx-testing/pull/81#discussion_r544875614 ## File path: docker/linux/Dockerfile ## @@ -33,6 +33,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get instal