btashton commented on pull request #2441:
URL: https://github.com/apache/incubator-nuttx/pull/2441#issuecomment-735628172
@jerpelea These errors are all fine. Those are X11 variable names we have no
control over.
This is an
jerpelea commented on pull request #2441:
URL: https://github.com/apache/incubator-nuttx/pull/2441#issuecomment-735630256
@btashton thanks
This is an automated message from the Apache Git Service.
To respond to the message, p
yjdwbj commented on issue #2276:
URL:
https://github.com/apache/incubator-nuttx/issues/2276#issuecomment-735631494
> Thank you @adamfeuer reply to me, I having a logic analyzer, and connected
to the right PIOD interface.
>

new bb8c448 libc: Change OK/ERROR mac
jerpelea merged pull request #2418:
URL: https://github.com/apache/incubator-nuttx/pull/2418
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
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 6d5cda1db88da11c3dc7df549098890d5e840683
Author: Xiang Xiao
AuthorDate: Fri Nov 27 19:45:58 2020 +0800
F
diegoherranz opened a new issue #2446:
URL: https://github.com/apache/incubator-nuttx/issues/2446
Following the video tutorials by @acassis (thanks for those by the way!),
I've noticed that the PWM output polarity changes randomly.
Build the stm32f103-minimum:pwm config:
```
$
xiaoxiang781216 commented on pull request #2418:
URL: https://github.com/apache/incubator-nuttx/pull/2418#issuecomment-735658510
> > i'm not sure if it's safe to make them an enum. as they are mostly used
as int in the tree. just a vague concern.
>
> The most correct thing to do woul
xiaoxiang781216 merged pull request #2445:
URL: https://github.com/apache/incubator-nuttx/pull/2445
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
yamt opened a new pull request #2447:
URL: https://github.com/apache/incubator-nuttx/pull/2447
## Summary
Extracted from https://github.com/apache/incubator-nuttx/pull/2347
## Impact
## Testing
This is an
xiaoxiang781216 merged pull request #2441:
URL: https://github.com/apache/incubator-nuttx/pull/2441
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 6d5cda1 Fix nxstyle warning
add f0e8d10 drivers/audio: Make audio_null play at real speed
No new
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 f0e8d10 drivers/audio: Make audio_null play at real speed
add 010ac2b sim: correctly handle X11 bu
yjdwbj closed issue #2276:
URL: https://github.com/apache/incubator-nuttx/issues/2276
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 t
xiaoxiang781216 merged pull request #2447:
URL: https://github.com/apache/incubator-nuttx/pull/2447
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 f3712d2 sim: add support for simulated button device via mouse click
add 66bca48 arch/arm/src/stm3
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
The following commit(s) were added to refs/heads/master by this push:
new c014504 wireless/wapi: do not
xiaoxiang781216 merged pull request #512:
URL: https://github.com/apache/incubator-nuttx-apps/pull/512
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
patacongo commented on pull request #2418:
URL: https://github.com/apache/incubator-nuttx/pull/2418#issuecomment-735775501
> > The most correct thing to do would be to remove the definitions of OK
and ERROR and replace them with 0 and -1 as required by specifications. OK and
ERROR are not
xiaoxiang781216 commented on a change in pull request #2414:
URL: https://github.com/apache/incubator-nuttx/pull/2414#discussion_r532593041
##
File path: net/tcp/tcp_send_buffered.c
##
@@ -484,6 +485,28 @@ static uint16_t psock_send_eventhandler(FAR struct
net_driver_s *dev,
raiden00pl opened a new pull request #2448:
URL: https://github.com/apache/incubator-nuttx/pull/2448
## Summary
The previous implementation didn't work properly when subsequent channels
were not enabled (eg. CH1 and CH2 disabled, CH3 enabled).
## Impact
stm32 and stm32h7 only.
raiden00pl commented on issue #2446:
URL:
https://github.com/apache/incubator-nuttx/issues/2446#issuecomment-735844105
Could you try https://github.com/apache/incubator-nuttx/pull/2448 ?
This is an automated message from the
diegoherranz commented on pull request #2448:
URL: https://github.com/apache/incubator-nuttx/pull/2448#issuecomment-736032200
I've tested this on an STM32F103 and after dozens of attempts, I can't
reproduce the issue I was seeing on
https://github.com/apache/incubator-nuttx/issues/2446.
diegoherranz commented on issue #2446:
URL:
https://github.com/apache/incubator-nuttx/issues/2446#issuecomment-736032629
See
https://github.com/apache/incubator-nuttx/pull/2448#issuecomment-736032200
Thanks.
This is
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 e64497d Publishing web
Donny9 opened a new pull request #2449:
URL: https://github.com/apache/incubator-nuttx/pull/2449
## Summary
1.Check the size of circular buffer when circbuf_read, circbuf_peek,
circbuf_write to avoid the problem of dividing by zero.
2.Don't alloc buffer when bytes using circbuf_resiz
liuguo09 commented on pull request #2392:
URL: https://github.com/apache/incubator-nuttx/pull/2392#issuecomment-736181326
> @liuguo09 did you make any progress on that? Last time I checked
`configure.c` was behind when it comes to custom boards.
@Ouss4 I have made the configure.c cha
xiaoxiang781216 merged pull request #2448:
URL: https://github.com/apache/incubator-nuttx/pull/2448
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 closed issue #2446:
URL: https://github.com/apache/incubator-nuttx/issues/2446
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
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 756cb41 stm32/stm32h7: fix the conf
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
The following commit(s) were added to refs/heads/master by this push:
new 02c3298 LVGL: use NuttX's prin
xiaoxiang781216 merged pull request #510:
URL: https://github.com/apache/incubator-nuttx-apps/pull/510
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
yamt opened a new pull request #513:
URL: https://github.com/apache/incubator-nuttx-apps/pull/513
## Summary
See https://github.com/apache/incubator-nuttx/pull/2347
## Impact
## Testing
This is an automat
yamt commented on pull request #513:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/513#issuecomment-736227982
The following nxstyle error is intentionally left.
It's a nested function. I guess nxstyle doesn't support it.
netutils/chat/chat.c:110:8: error: Bad co
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 6427187 mm/circbuf: fix the problem
xiaoxiang781216 merged pull request #2449:
URL: https://github.com/apache/incubator-nuttx/pull/2449
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit ab83a12cffc93018786959b1d1d4023c784c4425
Author: YAMAMOTO Takashi
AuthorDate: Tue Dec 1 14:10:24 2020 +0
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit e9a48d174ea04e692c25395c803fa54f2ca454ab
Author: YAMAMOTO Takashi
AuthorDate: Tue Dec 1 14:01:13 2020 +0
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 12a98433b7e42386c4b5a770725dccc976ac1b73
Author: YAMAMOTO Takashi
AuthorDate: Tue Dec 1 14:08:41 2020 +0
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from 02c3298 LVGL: use NuttX's printf()
new e9a48d1 fsutils/mkfatfs/configfat.c: Fix syslog formats
jerpelea merged pull request #513:
URL: https://github.com/apache/incubator-nuttx-apps/pull/513
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
raiden00pl commented on pull request #2448:
URL: https://github.com/apache/incubator-nuttx/pull/2448#issuecomment-736269485
@diegoherranz The PWM output configuration was read from the wrong memory
address (in my case it was ). The fact that most of the
time it worked properly was just a c
xiaoxiang781216 merged pull request #2392:
URL: https://github.com/apache/incubator-nuttx/pull/2392
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 b044ec5a864118fa6b71156bb452a03b1b9da47a
Author: liuhaitao
AuthorDate: Mon Nov 23 17:17:18 2020 +0800
c
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 6427187 mm/circbuf: fix the problem of dividing by zero.
new b044ec5 configure.sh: support custom
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 2bbb1f28d52746b5b6f0411069b40af2e29f04f5
Author: liuhaitao
AuthorDate: Mon Nov 30 20:47:57 2020 +0800
c
49 matches
Mail list logo