jerpelea commented on pull request #2441:
URL: https://github.com/apache/incubator-nuttx/pull/2441#issuecomment-735618007
@v01d nxstyle errors
error: Mixed case identifier found
This is an automated message from the Apac
no1wudi opened a new pull request #2445:
URL: https://github.com/apache/incubator-nuttx/pull/2445
## Summary
Calculate the delay according to the sampling rate, data width, and number
of channels, consume the data buffer after the delay, and simulate the normal
playback process
#
no1wudi closed pull request #2444:
URL: https://github.com/apache/incubator-nuttx/pull/2444
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 t
no1wudi opened a new pull request #2444:
URL: https://github.com/apache/incubator-nuttx/pull/2444
## Summary
Calculate the delay according to the sampling rate, data width, and number
of channels, consume the data buffer after the delay, and simulate the normal
playback process
#
btashton commented on pull request #510:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735532485
That needs to also be done for `examples/lvgldemo/Makefile` since that also
is external code.
This
yamt commented on pull request #2418:
URL: https://github.com/apache/incubator-nuttx/pull/2418#issuecomment-735527813
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.
-
yjdwbj edited a comment on issue #2276:
URL:
https://github.com/apache/incubator-nuttx/issues/2276#issuecomment-735514406
@adamfeuer Thanks your reply, I have a SPI over SD sniffer, and installed
it to test, at least the worked for a TOSHIBA 8GB SDHC Memory Card. But
instert another KIN
yjdwbj commented on issue #2276:
URL:
https://github.com/apache/incubator-nuttx/issues/2276#issuecomment-735514406
@adamfeuer Thanks your reply, I have a SPI over SD sniffer, and installed
it to test, at least the worked for a TOSHIBA 8GB SDHC Memory Card. But
instert another KINGMA
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 7b2eff1 Publishing web
v01d commented on pull request #510:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735469541
Thanks, I just pushed the suggested flag.
This is an automated message from the Apache Git Service.
To
btashton commented on issue #2443:
URL:
https://github.com/apache/incubator-nuttx/issues/2443#issuecomment-735463585
Yeah right now we have too many paths each which are a little different.
What made this come up was when I sent out the email to the general list for
voting and realized t
v01d commented on issue #2443:
URL:
https://github.com/apache/incubator-nuttx/issues/2443#issuecomment-735463019
I think that we can simply add the relevant commands to the second tab here:
https://nuttx.apache.org/docs/latest/quickstart/install.html#get-source-code
BTW, I was think
btashton commented on pull request #2442:
URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735457974
Sure we can leave this open for now. I am about 95% sure we will have our
first patch release which we can include this in some time in December.
btashton edited a comment on pull request #510:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735456605
@v01d Looks like it is more than just the sign issue with the format string
(uint32 vs int). I did this change and everything built fine (on top of your
lvg
btashton commented on pull request #510:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735456605
@v01d Looks like it is more than just the sign issue with the format string
(uint32 vs int). I did this change and everything built fine.
```c
diff --git a/gr
Ouss4 commented on pull request #2442:
URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735455128
But if 10.0.1 never sees the day we would just have a dangling commit. I
don't think that's harmful (especially with this change), but I personally find
it better and les
Ouss4 merged pull request #511:
URL: https://github.com/apache/incubator-nuttx-apps/pull/511
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.
aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit e066cd177ca7f2703625a56b744deaa1d7045301
Author: Diego Herranz
AuthorDate: Sun Nov 29 19:53:02 2020 +
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 37c8e5486cd75f4519c5333682e3b353bf872990
Author: Diego Herranz
AuthorDate: Sun Nov 29 19:42:38 2020 +
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from fe91567 style/Document: remove unnecessary trailing whitespace
new 37c8e54 examples/pwm: fi
btashton opened a new issue #2443:
URL: https://github.com/apache/incubator-nuttx/issues/2443
The quickstart guide in the documentation does not list how to build from
the Apache release bundles.
I know that as maintainers we usually work off of the git repos, we still
need to make it v
v01d commented on pull request #510:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735449168
> @v01d can you just add `-Wno-format-signedness` to CFLAGS in the Makefile
in `graphics/lvgl/`
Thanks, I added the flag, hopefully that fixes the error
---
btashton commented on pull request #510:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735448327
@v01d can you just add `-Wno-format-signedness` to CFLAGS in the Makefile in
`graphics/lvgl/`
This
btashton commented on pull request #2442:
URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735446515
I don't think there is a problem merging it here. It just means it would
already be staged for 10.0.1 even if 10.0.0-RC0 becomes a release version.
---
diegoherranz opened a new pull request #511:
URL: https://github.com/apache/incubator-nuttx-apps/pull/511
## Summary
- Fix bug for multiple PWM outputs (CONFIG_PWM_MULTICHAN). Wrong define
was in use and only the information about the first channel was shown.
- Fix formatting (a few
Ouss4 commented on pull request #2442:
URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735442088
@v01d please make it a draft to avoid an accidental merge that I think will
force us to cancel the current RC.
---
v01d commented on pull request #2442:
URL: https://github.com/apache/incubator-nuttx/pull/2442#issuecomment-735438602
I added this just in case there will be an RC1. But if not, it is really a
minor issue.
This is an automat
v01d opened a new pull request #2442:
URL: https://github.com/apache/incubator-nuttx/pull/2442
## Summary
10.0 misses this change, which will make 10.x documentation not populate
version selector correctly on documentation website
## Impact
Documentation
## Testi
acassis merged pull request #2439:
URL: https://github.com/apache/incubator-nuttx/pull/2439
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 t
This is an automated email from the ASF dual-hosted git repository.
acassis 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 6637c5a nrf52 PWM: fix missing traili
acassis merged pull request #2440:
URL: https://github.com/apache/incubator-nuttx/pull/2440
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 t
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit cbab6b79da04270bf4173fafb6b95d444cb0d4fb
Author: Matias N
AuthorDate: Sat Nov 21 18:17:48 2020 -0300
nrf5
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 2ce0dfffaf47d0fcb7b8bf5a1228873fc73ce401
Author: Matias N
AuthorDate: Fri Nov 6 13:12:15 2020 -0300
nrf52
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 87dff7c Fix nxstyle warning
new cbab6b7 nrf52 ADC: minor fixes
new 2ce0dff nrf52 ADC: pass con
v01d commented on pull request #510:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/510#issuecomment-735407853
It seems the more strict checking of printf() formatting now affects
third-party packages. @yamt how can I disable this for third-party code build?
---
v01d opened a new pull request #510:
URL: https://github.com/apache/incubator-nuttx-apps/pull/510
## Summary
This makes LVGL use NuttX's printf facilities instead of its own
## Impact
LVGL
## Testing
Various LVGL configs
--
v01d opened a new pull request #2441:
URL: https://github.com/apache/incubator-nuttx/pull/2441
## Summary
This PR fixes handling of input on simulator, to correctly indicate which
button was pressed (affects touchscreen input). Also, a simulated button device
is added from left mous
v01d opened a new pull request #2440:
URL: https://github.com/apache/incubator-nuttx/pull/2440
## Summary
This introduces various minor fixes to ADC module:
* Ensure CALDONE event is set to zero before initiating calibration (avoid
misdetection of calibration complete)
* Config
v01d opened a new pull request #2439:
URL: https://github.com/apache/incubator-nuttx/pull/2439
## Summary
Fix missing trailing comma in nRF52 PWM code
## Impact
Build fix
## Testing
Build OK
lukegluke closed issue #2406:
URL: https://github.com/apache/incubator-nuttx/issues/2406
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 g
lukegluke commented on issue #2406:
URL:
https://github.com/apache/incubator-nuttx/issues/2406#issuecomment-735378400
Yeah, you're right. Sorry for bothering!
This is an automated message from the Apache Git Service.
To resp
yamt merged pull request #2438:
URL: https://github.com/apache/incubator-nuttx/pull/2438
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 g
This is an automated email from the ASF dual-hosted git repository.
yamamoto 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 87dff7c Fix nxstyle warning
87dff7c
xiaoxiang781216 commented on issue #2406:
URL:
https://github.com/apache/incubator-nuttx/issues/2406#issuecomment-735361725
@lukegluke why not try the same code on other OS?
This is an automated message from the Apache Git S
44 matches
Mail list logo