[GitHub] [incubator-nuttx] a-lunev opened a new pull request #4579: net/devif/devif_callback.c: made the connection event list doubly linked

2021-09-20 Thread GitBox
a-lunev opened a new pull request #4579: URL: https://github.com/apache/incubator-nuttx/pull/4579 ## Summary The initial PR is #4433. This new PR implements Approach 3.d explained in #4433. The resulting time complexities are as follows: * devif_callback_alloc() time complexi

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

2021-09-20 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 245acb7 Publishing web

[GitHub] [incubator-nuttx] pbrier commented on pull request #4577: Added CONFIG_ETH0_PHY_DP83825I to imxrt_enet: Fixed IRQ link detection

2021-09-20 Thread GitBox
pbrier commented on pull request #4577: URL: https://github.com/apache/incubator-nuttx/pull/4577#issuecomment-923344754 hmm. Have to study a bit more on this. In some configs ld is invoked (not needing the -Wl, option) and sometimes gcc is invoked as linker (needing the -Wl, option). --

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #4578: S32K1XXEVB boards: Fix RGB LED output and add comments

2021-09-20 Thread GitBox
davids5 commented on a change in pull request #4578: URL: https://github.com/apache/incubator-nuttx/pull/4578#discussion_r712299762 ## File path: boards/arm/s32k1xx/s32k118evb/src/s32k1xx_userleds.c ## @@ -81,7 +81,7 @@ void board_userled(int led, bool ledon) return;

[GitHub] [incubator-nuttx] jarivanewijk opened a new pull request #4578: S32K1XXEVB boards: Fix RGB LED output and add comments

2021-09-20 Thread GitBox
jarivanewijk opened a new pull request #4578: URL: https://github.com/apache/incubator-nuttx/pull/4578 ## Summary - Inverts the output that controls the RGB LED on the S32K144EVB. Out of all S32K1XXEVB boards this seems to be the only board where the LED cathode is directly connected to

[GitHub] [incubator-nuttx] pbrier commented on a change in pull request #4577: Added CONFIG_ETH0_PHY_DP83825I to imxrt_enet: Fixed IRQ link detection

2021-09-20 Thread GitBox
pbrier commented on a change in pull request #4577: URL: https://github.com/apache/incubator-nuttx/pull/4577#discussion_r712121819 ## File path: arch/arm/src/imxrt/imxrt_flexcan.c ## @@ -1455,7 +1455,7 @@ static int imxrt_ioctl(struct net_driver_s *dev, int cmd, (FAR str

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4577: Added CONFIG_ETH0_PHY_DP83825I to imxrt_enet: Fixed IRQ link detection

2021-09-20 Thread GitBox
acassis commented on a change in pull request #4577: URL: https://github.com/apache/incubator-nuttx/pull/4577#discussion_r712111264 ## File path: arch/arm/src/imxrt/imxrt_flexcan.c ## @@ -1455,7 +1455,7 @@ static int imxrt_ioctl(struct net_driver_s *dev, int cmd, (FAR st

[GitHub] [incubator-nuttx] acassis commented on pull request #4577: Added CONFIG_ETH0_PHY_DP83825I to imxrt_enet: Fixed IRQ link detection

2021-09-20 Thread GitBox
acassis commented on pull request #4577: URL: https://github.com/apache/incubator-nuttx/pull/4577#issuecomment-922873167 Very nice @pbrier !!! Are you trying to run LaosLaser on Teensy board running NuttX ? -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx] pbrier opened a new pull request #4577: Added CONFIG_ETH0_PHY_DP83825I to imxrt_enet: Fixed IRQ link detection

2021-09-20 Thread GitBox
pbrier opened a new pull request #4577: URL: https://github.com/apache/incubator-nuttx/pull/4577 ## Summary Added the DP83825I PHY (used on the teensy board) to the list of allowed PHYs for PHY interrupt detection. The source does not compile currently if this feature is selected, b

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4576: userleds: add missing include (stdbool.h)

2021-09-20 Thread GitBox
xiaoxiang781216 merged pull request #4576: URL: https://github.com/apache/incubator-nuttx/pull/4576 -- 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: userleds: add missing include (stdbool.h)

2021-09-20 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 beba105 userleds: add missing inclu

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4575: net/devif: Simplify the logic in the error path of devif_callback_alloc

2021-09-20 Thread GitBox
xiaoxiang781216 commented on pull request #4575: URL: https://github.com/apache/incubator-nuttx/pull/4575#issuecomment-922693228 > @xiaoxiang781216 I tried to find if changing dev->d_flags is synchronized to net_lock() anywhere. It looks like dev->d_flags can be modified (e.g. b