[incubator-nuttx] branch master updated (535fb12 -> 1bc3ab5)

2021-10-13 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 535fb12 AUTHORS: add Elfaro Lab SL add 1bc3ab5 boards: risc-v: k210: Fix -march and -mabi No new r

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4665: boards: risc-v: k210: Fix -march and -mabi

2021-10-13 Thread GitBox
masayuki2009 merged pull request #4665: URL: https://github.com/apache/incubator-nuttx/pull/4665 -- 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] microhobby opened a new pull request #4665: boards: risc-v: k210: Fix -march and -mabi

2021-10-13 Thread GitBox
microhobby opened a new pull request #4665: URL: https://github.com/apache/incubator-nuttx/pull/4665 ## Summary -march=rv64gc -mabi=lp64 does not resolve lib paths for SiFive toolchain riscv64-unknown-elf-gcc resulting in lib not found errors. Changing it to -march=rv64imafc -ma

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

2021-10-13 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 9703df7 Publishing web

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

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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4662: author: Elfaro Lab SL : update licenses to Apache

2021-10-13 Thread GitBox
xiaoxiang781216 merged pull request #4662: URL: https://github.com/apache/incubator-nuttx/pull/4662 -- 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] yamt commented on pull request #4660: Remove NET_TCP_SPLIT

2021-10-13 Thread GitBox
yamt commented on pull request #4660: URL: https://github.com/apache/incubator-nuttx/pull/4660#issuecomment-941849576 https://www.mail-archive.com/dev@nuttx.apache.org/msg07045.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-nuttx] a-lunev edited a comment on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-10-13 Thread GitBox
a-lunev edited a comment on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-941886030 > * i suspect this is something should be fixed with cwnd, which nuttx doesn't have right now. > > * doesn't the "buffered" version behave in a simi

[GitHub] [incubator-nuttx] a-lunev commented on a change in pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-10-13 Thread GitBox
a-lunev commented on a change in pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#discussion_r727627443 ## File path: net/tcp/tcp_send_unbuffered.c ## @@ -243,18 +243,54 @@ static uint16_t tcpsend_eventhandler(FAR struct net_driver_s *dev, else

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4661: i2c/bitbang: fix compile break when enable CONFIG_I2C_BITBANG_NO_DELAY

2021-10-13 Thread GitBox
xiaoxiang781216 merged pull request #4661: URL: https://github.com/apache/incubator-nuttx/pull/4661 -- 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] a-lunev commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-10-13 Thread GitBox
a-lunev commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-941826145 -- 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

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-10-13 Thread GitBox
yamt commented on a change in pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#discussion_r727610211 ## File path: net/tcp/tcp_send_unbuffered.c ## @@ -243,18 +243,54 @@ static uint16_t tcpsend_eventhandler(FAR struct net_driver_s *dev, else if

[GitHub] [incubator-nuttx] yamt commented on pull request #4659: net/tcp(unbuffered): retransmit only one the earliest not acknowledged segment

2021-10-13 Thread GitBox
yamt commented on pull request #4659: URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-941801270 -- 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 uns

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

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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4662: author: Elfaro Lab SL : update licenses to Apache

2021-10-13 Thread GitBox
xiaoxiang781216 merged pull request #4662: URL: https://github.com/apache/incubator-nuttx/pull/4662 -- 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 (e902b59 -> 535fb12)

2021-10-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from e902b59 i2c/bitbang: fix compile break when enable CONFIG_I2C_BITBANG_NO_DELAY add c3617d0 author

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #4664: xtensa_context.S: Save and restore SCOMPARE1 when necessary.

2021-10-13 Thread GitBox
Ouss4 opened a new pull request #4664: URL: https://github.com/apache/incubator-nuttx/pull/4664 ## Summary SCOMPARE1 is used by some atomic instructions and need to be preserved during a context switch. ## Impact This impacts Xtensa chips. From the in-tree chips however only ESP

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #4663: arch/xtensa: Correctly save/restore coprocessor0 state.

2021-10-13 Thread GitBox
Ouss4 opened a new pull request #4663: URL: https://github.com/apache/incubator-nuttx/pull/4663 ## Summary Previous code was saving/restoring extra registers instead of the cp0 state. ## Impact Xtensa chips ## Testing ESP32 and ESP32-S2 -- This is an automated message f

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4661: i2c/bitbang: fix compile break when enable CONFIG_I2C_BITBANG_NO_DELAY

2021-10-13 Thread GitBox
xiaoxiang781216 merged pull request #4661: URL: https://github.com/apache/incubator-nuttx/pull/4661 -- 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: i2c/bitbang: fix compile break when enable CONFIG_I2C_BITBANG_NO_DELAY

2021-10-13 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 e902b59 i2c/bitbang: fix compile br