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

2021-10-14 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 79bb328 Publishing web

[incubator-nuttx] branch master updated: build: Replace 'make download' with 'make flash'

2021-10-14 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei 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 e0389ce build: Replace 'make dow

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4666: sched: Remove pidhash_s and move ticks to tcb_s

2021-10-14 Thread GitBox
xiaoxiang781216 opened a new pull request #4666: URL: https://github.com/apache/incubator-nuttx/pull/4666 ## Summary simplify the code logic and reduce memory a little bit ## Impact Internal interface change ## Testing -- This is an automated message from the A

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4663: arch/xtensa: Correctly save/restore coprocessor0 state.

2021-10-14 Thread GitBox
gustavonihei merged pull request #4663: URL: https://github.com/apache/incubator-nuttx/pull/4663 -- 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] 01/03: xtensa_coproc.S: Correctly save/restore coprocessor0 state.

2021-10-14 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 217fd97fd3f6a7bf9499d76c64098997eb5a2177 Author: Abdelatif Guettouche AuthorDate: Tue Oct 12 10:43:25 202

[incubator-nuttx] branch master updated (7420f24 -> a7d8d9d)

2021-10-14 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 7420f24 xtensa_context.S: Save and restore SCOMPARE1 when necessary. new 217fd97 xtensa_coproc.

[incubator-nuttx] 02/03: esp32s2/tie.h: The old tie.h file was from ESP32 which doesn't apply to ESP32-S2. This commit gets the correct S2 tie.h file

2021-10-14 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6d246eb18f5cd596fd63c568ba70c8c607f02f57 Author: Abdelatif Guettouche AuthorDate: Tue Oct 12 14:12:46 202

[incubator-nuttx] 03/03: esp32s2/tie.h: Run the file though detab.

2021-10-14 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit a7d8d9dd98eefd1af400bf411639e733e165a81e Author: Abdelatif Guettouche AuthorDate: Thu Oct 14 10:27:15 202

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4664: xtensa_context.S: Save and restore SCOMPARE1 when necessary.

2021-10-14 Thread GitBox
gustavonihei merged pull request #4664: URL: https://github.com/apache/incubator-nuttx/pull/4664 -- 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: xtensa_context.S: Save and restore SCOMPARE1 when necessary.

2021-10-14 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei 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 7420f24 xtensa_context.S: Save a

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #4663: arch/xtensa: Correctly save/restore coprocessor0 state.

2021-10-14 Thread GitBox
Ouss4 commented on a change in pull request #4663: URL: https://github.com/apache/incubator-nuttx/pull/4663#discussion_r728753924 ## File path: arch/xtensa/include/esp32s2/tie.h ## @@ -39,156 +37,102 @@ * Pre-processor Definitions ***