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
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
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).
--
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;
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
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
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
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
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
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
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
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
12 matches
Mail list logo