[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #4638: esp32xx_rom.ld: Strongly declare some of the libgcc.a functions that are ROM resident

2021-10-01 Thread GitBox
Ouss4 opened a new pull request #4638: URL: https://github.com/apache/incubator-nuttx/pull/4638 ## Summary Strongly declare these symbols so that they get picked instead of libgcc's. ## Impact ESP32, ESP32-S2 and ESP32-C3 ## Testing ESP32, ESP32-S2 and ESP32-C3 defconfigs

[incubator-nuttx] 02/03: esp32c3_rom.ld: Add a strong declaration to some libgcc function that are ROM resident.

2021-10-01 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 ee20d0f5454b9c468669bcfb50da26ad6eeb0e7c Author: Abdelatif Guettouche AuthorDate: Thu Sep 30 16:09:40 202

[incubator-nuttx] branch master updated (4ca0f2e -> 284c6f5)

2021-10-01 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 4ca0f2e .gitignore: Ignore *.ddc files generated during the build. new a0488a3 boards/esp32: St

[incubator-nuttx] 03/03: esp32s2_rom.ld: Add a strong declaration of some libgcc functions that are ROM resident.

2021-10-01 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 284c6f50e4df5a224a150972365c63ff78db523c Author: Abdelatif Guettouche AuthorDate: Thu Sep 30 16:23:33 202

[incubator-nuttx] 01/03: boards/esp32: Strongly declare libgcc symbols that exist in the ROM linker script, so that we can link them instead of those present in libgcc.a

2021-10-01 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 a0488a31b37cd3fab331899d77aafa784b46e3ae Author: Abdelatif Guettouche AuthorDate: Wed Sep 29 18:59:10 202

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4638: esp32xx_rom.ld: Strongly declare some of the libgcc.a functions that are ROM resident

2021-10-01 Thread GitBox
gustavonihei merged pull request #4638: URL: https://github.com/apache/incubator-nuttx/pull/4638 -- 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] gustavonihei commented on pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-10-01 Thread GitBox
gustavonihei commented on pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#issuecomment-932214389 Some nxstyle errors still need fixing: ![image](https://user-images.githubusercontent.com/38959758/135625098-43d3aaf0-c919-4457-8a84-b206cd64e841.png) -- T

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

2021-10-01 Thread GitBox
acassis commented on pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#issuecomment-932225039 > Some nxstyle errors still need fixing: ![image](https://user-images.githubusercontent.com/38959758/135625098-43d3aaf0-c919-4457-8a84-b206cd64e841.png) Fixed! Tha

[GitHub] [incubator-nuttx] acassis commented on pull request #4635: Userled driver: Implement getall by checking actual pin state

2021-10-01 Thread GitBox
acassis commented on pull request #4635: URL: https://github.com/apache/incubator-nuttx/pull/4635#issuecomment-932228429 I agree with this modification, but why don't call it just "userled_ledget" instead of "userled_ledgetall"? Notice that userled_ledset is able to set all LEDs, but we do

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

2021-10-01 Thread GitBox
gustavonihei commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r720441314 ## File path: boards/xtensa/esp32/esp32-devkitc/configs/ble/defconfig ## @@ -0,0 +1,60 @@ +# +# This file is autogenerated: PLEASE DO NOT EDI

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

2021-10-01 Thread GitBox
acassis commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r720452228 ## File path: boards/xtensa/esp32/esp32-devkitc/configs/ble/defconfig ## @@ -0,0 +1,60 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT.

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

2021-10-01 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 1bc8524 Publishing web

[GitHub] [incubator-nuttx] a-lunev opened a new pull request #4639: tcp_timer: eliminated false decrements of conn->timer in case of multiple network adapters.

2021-10-01 Thread GitBox
a-lunev opened a new pull request #4639: URL: https://github.com/apache/incubator-nuttx/pull/4639 ## Summary Fixed an issue with false decrements of conn->timer in case of multiple network adapters. The false timer decrements sometimes provoked TCP spurious retransmissions due to

[GitHub] [incubator-nuttx] a-lunev opened a new pull request #4640: bcm43xxx: wrong devif_timer() invocations and sporadic stalls of TX poll timer

2021-10-01 Thread GitBox
a-lunev opened a new pull request #4640: URL: https://github.com/apache/incubator-nuttx/pull/4640 ## Summary - Fixed an issue with wrong devif_timer() invocations on bcmf_netdev_notify_tx_done events that provoked massive TCP spurious retransmissions; - Fixed an issue with sp