pkarashchenko edited a comment on pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807#issuecomment-1073519285
> @pkarashchenko all places are fixed.
Please update 32767 in comments as well.
--
This is an automated message from the Apache Git Service.
To res
pkarashchenko commented on pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807#issuecomment-1073519285
> @pkarashchenko all places are fixed.
Please update comments as well.
--
This is an automated message from the Apache Git Service.
To respond to the mess
xiaoxiang781216 edited a comment on pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#issuecomment-1073437252
let's ignore the false warning:
```
Warning:
/home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/interpreters/lua/nuttx_linit.c:5
xiaoxiang781216 edited a comment on pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#issuecomment-1073437252
let's ignore the false warning:
``ยท
Warning:
/home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/interpreters/lua/nuttx_linit.c:5
xiaoxiang781216 merged pull request #1075:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1075
--
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
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-apps.git
commit f1a74533f2a637b276d898a367f365e792aa0567
Author: Michael Mogenson
AuthorDate: Tue Mar 1 18:11:51 2022 -
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-apps.git
commit 87df63d3673c5f8f25b02636b9a6989216e800c5
Author: Michael Mogenson
AuthorDate: Thu Feb 24 14:19:04 2022
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-apps.git.
from 282e44e system/ping: Don't include nuttx/lib/math.h
new 87df63d interpreters: add Lua support
robertlipe commented on issue #5810:
URL:
https://github.com/apache/incubator-nuttx/issues/5810#issuecomment-1073502477
This is almost certainly the reason why. You hit exactly the largest
configuration that would work without crashing into this by using exactly
one of each of {IN,
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 7fbadb5 fixed mpu9250 not work on i
xiaoxiang781216 merged pull request #5809:
URL: https://github.com/apache/incubator-nuttx/pull/5809
--
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
lupyuen commented on issue #5810:
URL:
https://github.com/apache/incubator-nuttx/issues/5810#issuecomment-1073464882
Thanks for posting this! I wanted to use Multiple GPIO Outputs for [Semtech
SX1262 LoRa
Transceiver](https://lupyuen.github.io/articles/sx1262#connect-sx1262-transceiver)
xiaoxiang781216 commented on pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#issuecomment-1073437252
let's ignore the false warning:
``
Warning:
/home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/interpreters/lua/nuttx_linit.c:52:1:
wa
xiaoxiang781216 commented on pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807#issuecomment-1073433486
@pkarashchenko all places are fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
xiaoxiang781216 commented on a change in pull request #5802:
URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830723225
##
File path: drivers/input/keyboard_upper.c
##
@@ -60,6 +60,7 @@ struct keyboard_upperhalf_s
struct list_node head;/* Head of list
xiaoxiang781216 commented on a change in pull request #5802:
URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830721637
##
File path: drivers/input/uinput.c
##
@@ -453,19 +457,17 @@ static ssize_t uinput_keyboard_write(FAR struct
keyboard_lowerhalf_s *lower
xiaoxiang781216 commented on a change in pull request #5802:
URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830721596
##
File path: drivers/input/uinput.c
##
@@ -41,8 +41,12 @@
* Pre-processor Definitions
***
xiaoxiang781216 commented on a change in pull request #5802:
URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830721461
##
File path: drivers/input/uinput.c
##
@@ -569,7 +572,7 @@ int uinput_button_initialize(FAR const char *name)
#ifdef CONFIG_UINPUT_KEY
xiaoxiang781216 commented on a change in pull request #5802:
URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830721403
##
File path: drivers/input/uinput.c
##
@@ -478,29 +480,30 @@ int uinput_touch_initialize(FAR const char *name, int
maxpoint, int buffnum
xiaoxiang781216 commented on a change in pull request #5802:
URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830721217
##
File path: drivers/input/uinput.c
##
@@ -589,8 +592,9 @@ int uinput_keyboard_initialize(FAR const char *name)
/* Regiest Touchscre
xiaoxiang781216 commented on a change in pull request #5802:
URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830719847
##
File path: drivers/input/Kconfig
##
@@ -64,13 +54,25 @@ config UINPUT_RPMSG
---help---
Enable support uinput cr
robertlipe opened a new issue #5810:
URL: https://github.com/apache/incubator-nuttx/issues/5810
1) Some RISC-V architectures have as many as 80 GPIOs. Defining those in
KConfigs will be annoying, especially given the current awesome trend of pins
being behind a MUX so they can be configur
smartether opened a new pull request #5809:
URL: https://github.com/apache/incubator-nuttx/pull/5809
1,set rp2040 FIFO_MAX_SIZE to 16.ref: pico sdk ->
static inline size_t i2c_get_write_available(i2c_inst_t *i2c) {
const size_t IC_TX_BUFFER_DEPTH = 16;
return IC_TX_BUFFER_DEPTH - i2
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 af1a5a2 Publishing web
pkarashchenko commented on a change in pull request #5802:
URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830673489
##
File path: drivers/input/uinput.c
##
@@ -41,8 +41,12 @@
* Pre-processor Definitions
*
pkarashchenko merged pull request #5806:
URL: https://github.com/apache/incubator-nuttx/pull/5806
--
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.
pkarashchenko 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 6b8274f libc: Change the return
pkarashchenko commented on pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807#issuecomment-1073345118
Please take a look into `static int proc_stat(const char *relpath, struct
stat *buf)`:
```
/* A valid PID would be in the range of 0-32767 (0 is reserved f
pkarashchenko merged pull request #5808:
URL: https://github.com/apache/incubator-nuttx/pull/5808
--
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.
pkarashchenko 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 fa42eba tools/nxstyle: Order g_
mogenson commented on pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#issuecomment-1073280632
> @mogenson the change looks ready for merging, could you add new config to
enable lua for Teensy 4.1 and sim? so the daily ci could ensure any new change
doesn'
xiaoxiang781216 opened a new pull request #5808:
URL: https://github.com/apache/incubator-nuttx/pull/5808
## Summary
## Impact
No change
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
xiaoxiang781216 merged pull request #5805:
URL: https://github.com/apache/incubator-nuttx/pull/5805
--
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 2c450be nxstyle: ignore mixed-case
xiaoxiang781216 commented on pull request #5805:
URL: https://github.com/apache/incubator-nuttx/pull/5805#issuecomment-1073275705
Since it's simple change, let's ignore CI break.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
xiaoxiang781216 commented on a change in pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#discussion_r830633457
##
File path: interpreters/lua/nuttx_linit.c
##
@@ -0,0 +1,67 @@
+/*
mogenson commented on a change in pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#discussion_r830631311
##
File path: interpreters/lua/nuttx_linit.c
##
@@ -0,0 +1,67 @@
+/
xiaoxiang781216 commented on pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807#issuecomment-1073236792
> Why are we changing pid_t instead of updating vfork prototype?
spec require vfork return pid_t:
https://pubs.opengroup.org/onlinepubs/009696799/functi
pkarashchenko edited a comment on pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807#issuecomment-1073225806
Why are we changing pid_t instead of updating vfork prototype?
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
pkarashchenko commented on pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807#issuecomment-1073225806
Why are we changing PID type instead of updating vfork prototype?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
xiaoxiang781216 commented on pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807#issuecomment-1073221039
Relate to PR: https://github.com/apache/incubator-nuttx/pull/5476
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
xiaoxiang781216 edited a comment on pull request #5806:
URL: https://github.com/apache/incubator-nuttx/pull/5806#issuecomment-1073220985
Relate to PR: https://github.com/apache/incubator-nuttx/pull/5476
--
This is an automated message from the Apache Git Service.
To respond to the message
pkarashchenko merged pull request #5803:
URL: https://github.com/apache/incubator-nuttx/pull/5803
--
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:
xiaoxiang781216 commented on pull request #5806:
URL: https://github.com/apache/incubator-nuttx/pull/5806#issuecomment-1073220985
Related to PR: https://github.com/apache/incubator-nuttx/pull/5476
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 49b15e3 boards/arm/samv7/samv71-xult: Fix mcuboot update example
missing config
add 8391ad2 s
xiaoxiang781216 opened a new pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807
## Summary
to fix the following warning:
```
include/unistd.h:302:9: error: incompatible redeclaration of library
function 'vfork' [-Werror,-Wincompatible-library-redeclaration
xiaoxiang781216 opened a new pull request #5806:
URL: https://github.com/apache/incubator-nuttx/pull/5806
## Summary
to follow up the spec here:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror.html
report by internal CI:
```
01:37:58
/home/work/ssd1/works
xiaoxiang781216 commented on pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#issuecomment-1073202843
@mogenson the change looks ready for merging, could you add new config to
enable lua for Teensy 4.1 and sim? so the daily ci could ensure any new change
d
xiaoxiang781216 commented on a change in pull request #1075:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1075#discussion_r830577173
##
File path: interpreters/lua/Makefile
##
@@ -0,0 +1,133 @@
+##
xiaoxiang781216 commented on pull request #5803:
URL: https://github.com/apache/incubator-nuttx/pull/5803#issuecomment-1073192040
> Please remove Gerrit change-id
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
xiaoxiang781216 commented on a change in pull request #5803:
URL: https://github.com/apache/incubator-nuttx/pull/5803#discussion_r830574364
##
File path: drivers/syslog/syslog_channel.c
##
@@ -184,6 +180,7 @@ static ssize_t syslog_default_write(FAR struct
syslog_channel_s *cha
51 matches
Mail list logo