[incubator-nuttx-website] branch asf-site updated: Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: 04d63cf8b0dfe7f851316386a53345caf35c3f2f

2021-10-06 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 a45f89c Publishing web

[incubator-nuttx] 01/01: xtensa/esp32: Enable building a bootloader with Flash Encryption support

2021-10-06 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch feature/esp32_flash_encryption in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 3e420f562dddff294e0c34b58474628bea6d6d15 Author: Gustavo Henrique Nihei AuthorDat

[incubator-nuttx] branch feature/esp32_flash_encryption created (now 3e420f5)

2021-10-06 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch feature/esp32_flash_encryption in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. at 3e420f5 xtensa/esp32: Enable building a bootloader with Flash Encryption sup

[incubator-nuttx] branch master updated: Add example to use BLE and WiFi at same time

2021-10-06 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 04d63cf Add example to use BLE and

[incubator-nuttx] branch master updated: tools/configure.sh: Copy output to stderr on errors.

2021-10-06 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 04a6e1c tools/configure.sh: Copy ou

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4646: Add example to use BLE and WiFi at same time

2021-10-06 Thread GitBox
xiaoxiang781216 merged pull request #4646: URL: https://github.com/apache/incubator-nuttx/pull/4646 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4647: tools/configure.sh: Copy error messages to stderr on errors.

2021-10-06 Thread GitBox
xiaoxiang781216 merged pull request #4647: URL: https://github.com/apache/incubator-nuttx/pull/4647 -- 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

[GitHub] [incubator-nuttx] acassis commented on pull request #4639: tcp_timer: eliminated false decrements of conn->timer in case of multiple network adapters.

2021-10-06 Thread GitBox
acassis commented on pull request #4639: URL: https://github.com/apache/incubator-nuttx/pull/4639#issuecomment-936222120 ping @yamt ping @anchao -- 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

[GitHub] [incubator-nuttx] acassis merged pull request #4645: Added reset code to teensy4 to compile with CONFIG_BOARDCTL_RESET

2021-10-06 Thread GitBox
acassis merged pull request #4645: URL: https://github.com/apache/incubator-nuttx/pull/4645 -- 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: commit

[incubator-nuttx] branch master updated: Added reset code to allow the teensy to compile with CONFIG_BOARDCTL_RESET and be able to reset the board in code

2021-10-06 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 f6fdc81 Added reset code to allow the

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #4647: tools/configure.sh: Redirect error messages to stderr.

2021-10-06 Thread GitBox
Ouss4 opened a new pull request #4647: URL: https://github.com/apache/incubator-nuttx/pull/4647 ## Summary This helps when redirecting stdout to /dev/null (as in the CI for example) and still be able to catch error output. This behavior is also inline with configure.c. ## Impac