pkarashchenko commented on code in PR #6743:
URL: https://github.com/apache/incubator-nuttx/pull/6743#discussion_r933758869
##
include/nuttx/list.h:
##
@@ -390,6 +390,11 @@ static inline bool list_is_empty(FAR struct list_node
*list)
return (list->next == list) ? true : fals
lupyuen commented on PR #6657:
URL: https://github.com/apache/incubator-nuttx/pull/6657#issuecomment-1200094716
(Sorry if I misunderstood this) Does it mean that the `lvgldemo` example
might need to be updated to call `putarea` correctly?
https://github.com/apache/incubator-nuttx-app
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
commit cf594b2c8127535ad0cbfeb1a634155a719c180f
Author: Sergey Nikitenko
AuthorDate: Fri Jul 29 22:51:51 2022 +0300
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 f758e0f260 sensor: format custom ioctl argument by stucture
sensor_ioctl_s
new 49af13c507 stm32wb/mb
xiaoxiang781216 merged PR #6741:
URL: https://github.com/apache/incubator-nuttx/pull/6741
--
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: commits-unsubs
xiaoxiang781216 opened a new pull request, #6743:
URL: https://github.com/apache/incubator-nuttx/pull/6743
## Summary
since it may happen before battery_xxx_register sometime
## Impact
Some corner case
## Testing
Internal test
--
This is an automated message from
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
commit 49af13c507a2f91e4dbf32a8a1638a3c10da3d87
Author: Sergey Nikitenko
AuthorDate: Fri Jul 29 22:48:52 2022 +0300
easonxiang commented on code in PR #6725:
URL: https://github.com/apache/incubator-nuttx/pull/6725#discussion_r933720681
##
include/nuttx/net/netdev.h:
##
@@ -258,21 +258,19 @@ struct net_driver_s
/* Link layer address */
+#if defined(CONFIG_NET_ETHERNET) || defined(CONFI
easonxiang commented on code in PR #6723:
URL: https://github.com/apache/incubator-nuttx/pull/6723#discussion_r933709396
##
sched/mqueue/mqueue.h:
##
@@ -65,11 +65,7 @@ struct mqueue_msg_s
struct list_node node; /* Link node to message */
uint8_t type;/* (Use
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 25ab961 Publishing web
mlyszczek commented on PR #6725:
URL: https://github.com/apache/incubator-nuttx/pull/6725#issuecomment-1200039940
Just a note, there is no need to reproduce this. Empty struct/unions are in
fact undefined behaviour according to C standard. So one way or another this
should be fixed.
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/Documentation/mistune-2.0.3
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
at 8165cf11cd build(deps): bump mistune from 0.8.4 to 2.0.3 in
/Documen
dependabot[bot] opened a new pull request, #6742:
URL: https://github.com/apache/incubator-nuttx/pull/6742
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3.
Release notes
Sourced from https://github.com/lepture/mistune/releases";>mistune's
releases.
Ve
onegray opened a new pull request, #6741:
URL: https://github.com/apache/incubator-nuttx/pull/6741
## Summary
Fix of wrong copying from temp buffer to processing buffer.
Also renaming `msg_buf` to more suitable `cmd_buf`.
## Impact
Fixing the issue.
## Testing
Normal
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
commit 2ae5a82607f1bb25ab13c07763d75236af9d7cb9
Author: Jiuzhu Dong
AuthorDate: Thu Apr 14 11:58:35 2022 +0800
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
commit bb07354198fdea42e23a691cca3523822031ad36
Author: Jiuzhu Dong
AuthorDate: Wed Apr 13 14:00:08 2022 +0800
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 26dbdba5d8 [TCP] Close RAM usage optimization
new 3fdd036ba6 driver/sensor: add name prefix "sensor_"
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
commit 3fdd036ba6eee2ffd76cfba561ab1b044e3275e2
Author: Jiuzhu Dong
AuthorDate: Tue Mar 29 11:39:44 2022 +0800
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
commit f758e0f2603056ac006ddd596ee153ae042fef03
Author: Jiuzhu Dong
AuthorDate: Sat Apr 9 21:57:35 2022 +0800
xiaoxiang781216 merged PR #6708:
URL: https://github.com/apache/incubator-nuttx/pull/6708
--
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: commits-unsubs
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 75155532b699f2c140ab965c800ef47afbff843e
Author: ligd
AuthorDate: Mon Jun 20 14:31:27 2022 +0800
p
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 a109a6e58bdcb5998897ca3fc52c72e90326a9fc
Author: ligd
AuthorDate: Wed May 11 12:31:25 2022 +0800
r
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 79a137495 cu: fix cu hang when meet ctrl + C
new a109a6e58 rptun_ping: add sleep param to rptun_
xiaoxiang781216 merged PR #1243:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1243
--
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: commits-u
acassis commented on issue #6624:
URL:
https://github.com/apache/incubator-nuttx/issues/6624#issuecomment-1199827749
BTW, never heard about Milandr MDR32 before and there is not much info about
it on Internet. Are you planing to add support to it on mainline?
--
This is an automated mess
acassis commented on issue #6624:
URL:
https://github.com/apache/incubator-nuttx/issues/6624#issuecomment-1199826075
@ALTracer did this also happens on STM32F1/F4 or only STM32F0 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
acassis commented on code in PR #1238:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1238#discussion_r933504741
##
games/shift/shift_input_console.h:
##
@@ -0,0 +1,133 @@
+/
+ * apps/games/sh
acassis commented on code in PR #1238:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1238#discussion_r933501939
##
games/shift/shift_input_console.h:
##
@@ -0,0 +1,133 @@
+/
+ * apps/games/sh
pkarashchenko commented on code in PR #1238:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1238#discussion_r933501088
##
games/shift/shift_input_console.h:
##
@@ -0,0 +1,133 @@
+/
+ * apps/ga
acassis commented on code in PR #1238:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1238#discussion_r933491474
##
games/shift/shift_input_console.h:
##
@@ -0,0 +1,133 @@
+/
+ * apps/games/sh
acassis commented on code in PR #1238:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1238#discussion_r933491474
##
games/shift/shift_input_console.h:
##
@@ -0,0 +1,133 @@
+/
+ * apps/games/sh
xiaoxiang781216 commented on issue #6710:
URL:
https://github.com/apache/incubator-nuttx/issues/6710#issuecomment-1199739915
@pkarashchenko @patacongo @acassis @masayuki2009 what do you think about
this bug?
--
This is an automated message from the Apache Git Service.
To respond to the m
pkarashchenko commented on code in PR #1238:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1238#discussion_r933434382
##
games/shift/shift_input_console.h:
##
@@ -0,0 +1,133 @@
+/
+ * apps/ga
pkarashchenko merged PR #1242:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1242
--
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: commits-uns
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 79a137495 cu: fix cu hang w
pkarashchenko commented on code in PR #1243:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1243#discussion_r933432898
##
nshlib/nsh_syscmds.c:
##
@@ -200,27 +220,12 @@ int cmd_pmconfig(FAR struct nsh_vtbl_s *vtbl, int argc,
char **argv)
boardctl(BOARDIOC_PM_C
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 8081711e2 nxlooper: nxloope
pkarashchenko merged PR #1241:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1241
--
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: commits-uns
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 26dbdba5d8 [TCP] Close RAM usage opt
xiaoxiang781216 merged PR #6740:
URL: https://github.com/apache/incubator-nuttx/pull/6740
--
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: commits-unsubs
xiaoxiang781216 closed issue #6721: NuttX with Networking Flash&RAM increase
past 60 days.
URL: https://github.com/apache/incubator-nuttx/issues/6721
--
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
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
commit a9f78a64db9d51614d87821d5159fe95a1cbeb02
Author: Michał Łyszczek
AuthorDate: Tue Jun 28 15:45:41 2022 +0200
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
commit e887a4a5b750386b3c7e97f8b62137825d9d283e
Author: Michał Łyszczek
AuthorDate: Tue Jul 5 14:20:53 2022 +0200
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 666c2d255a Update stm32_ina219.c
new a9f78a64db drivers/ipcc: add Inter Processor Communication drive
xiaoxiang781216 merged PR #6537:
URL: https://github.com/apache/incubator-nuttx/pull/6537
--
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: commits-unsubs
davids5 commented on PR #6718:
URL: https://github.com/apache/incubator-nuttx/pull/6718#issuecomment-1199444059
@anchao - glad that worked out for you - The format looks really good.
> there are more important features need to support at this stage,
Are there still open tasks
GUIDINGLI opened a new pull request, #1243:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1243
## Summary
rptun & pmconfig cmd update
## Impact
rptun & pmconfig cmd
## Testing
VELA
--
This is an automated message from the Apache Git Service.
To respond
GUIDINGLI opened a new pull request, #1242:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1242
## Summary
cu: fix cu hang when meet ctrl + C
We can't do sem_wait in sigaction
hang backtrace:
[<0x2c5a6958>] arm_switchcontext+0xc/0x10
[<0x2c579eba>] nxsem_w
GUIDINGLI opened a new pull request, #1241:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1241
## Summary
nxlooper: nxlooper should wait call buffer returned before close
## Impact
nxlooper
## Testing
VELA
--
This is an automated message from t
Cynerd commented on PR #6657:
URL: https://github.com/apache/incubator-nuttx/pull/6657#issuecomment-1199404132
@lupyuen I think that you don't have to use framebuffer. You only have to
change how you use `putarea()`. The issue I was fixing is that the expected
behaviour of that function cha
lupyuen commented on PR #6657:
URL: https://github.com/apache/incubator-nuttx/pull/6657#issuecomment-1199383511
Sorry I'm using LCD Device for ST7789, not Framebuffer. I'm calling
`board_lcd_initialize` and `board_lcd_getdev` similar to this:
https://github.com/apache/incubator-nuttx
Cynerd commented on PR #6657:
URL: https://github.com/apache/incubator-nuttx/pull/6657#issuecomment-1199336995
Can you please try the `fb` example? It draws recognizable pattern and it is
easier to see what might have gone wrong from it than from this.
I tested it and right now develo
pkarashchenko merged PR #1240:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1240
--
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: commits-uns
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new eef03ad0a testing/sensortes
lupyuen commented on PR #6657:
URL: https://github.com/apache/incubator-nuttx/pull/6657#issuecomment-1199275251
Here's the ST7789 display with the random noise. Note that the top row of
text looks OK, the rest is garbled:

davids5 commented on code in PR #6728:
URL: https://github.com/apache/incubator-nuttx/pull/6728#discussion_r933119226
##
drivers/mtd/w25qxxxjv.c:
##
@@ -976,8 +1006,8 @@ static int w25qxxxjv_write_page(struct w25qxxxjv_dev_s
*priv,
if (ret < 0)
{
- fe
lupyuen commented on issue #6737:
URL:
https://github.com/apache/incubator-nuttx/issues/6737#issuecomment-1199100338
Great thanks! :-)
--
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 specifi
lupyuen closed issue #6737: Sensor Interval SNIOC_SET_INTERVAL: Pass by Value
or Pointer?
URL: https://github.com/apache/incubator-nuttx/issues/6737
--
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 t
Donny9 commented on issue #6737:
URL:
https://github.com/apache/incubator-nuttx/issues/6737#issuecomment-1199088227
> And the [BME280 Driver](https://github.com/lupyuen/bme280-nuttx) now
receives the correct Interval.
>
> Could we clarify whether `SNIOC_SET_INTERVAL` should pass by V
Donny9 opened a new pull request, #1240:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1240
## Summary
testing/sensortest: fix cmd argument mismatch(follow new sensor driver)
Signed-off-by: Jiuzhu Dong
## Impact
## Testing
--
This is an autom
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 4ab8f9383d w25qxxxjv.c: Use PRIxOFF
xiaoxiang781216 merged PR #6738:
URL: https://github.com/apache/incubator-nuttx/pull/6738
--
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: commits-unsubs
simbit18 opened a new pull request, #6739:
URL: https://github.com/apache/incubator-nuttx/pull/6739
## Summary
Fix mistakes in comments, snerr and syslog
## Impact
none
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, p
pkarashchenko commented on code in PR #6728:
URL: https://github.com/apache/incubator-nuttx/pull/6728#discussion_r933057890
##
drivers/mtd/w25qxxxjv.c:
##
@@ -976,8 +1006,8 @@ static int w25qxxxjv_write_page(struct w25qxxxjv_dev_s
*priv,
if (ret < 0)
{
-
pkarashchenko commented on PR #6708:
URL: https://github.com/apache/incubator-nuttx/pull/6708#issuecomment-1199042919
Thank you for clarification. Let's pass `filep` as a second parameter at
least. I mean that sensor lower seems to be "this" for ops and user is a
supplementary parameter.
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 0d28168679 arm/allocateheap: fix
pkarashchenko merged PR #6736:
URL: https://github.com/apache/incubator-nuttx/pull/6736
--
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: commits-unsubscr
michi-jung opened a new pull request, #6738:
URL: https://github.com/apache/incubator-nuttx/pull/6738
## Summary
Use PRIxOFF from NuttX' inttypes.h to format an off_t value during error
logging.
## Impact
None
## Testing
Compiles
--
This is an au
michi-jung commented on code in PR #6728:
URL: https://github.com/apache/incubator-nuttx/pull/6728#discussion_r932931586
##
drivers/mtd/w25qxxxjv.c:
##
@@ -976,8 +1006,8 @@ static int w25qxxxjv_write_page(struct w25qxxxjv_dev_s
*priv,
if (ret < 0)
{
-
83 matches
Mail list logo