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 35c31e35c examples/foc: add opt
xiaoxiang781216 merged PR #1298:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1298
--
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
xiaoxiang781216 commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956664439
##
mlearning/libnnablart/Makefile:
##
@@ -115,11 +115,14 @@ nnabla.zip:
$(Q) unzip -o nnabla.zip
$(Q) mv nnabla-c-runtime-$(CONFIG_
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
commit 8e895fee767cd65b3dcefe6f1af5cd497983
Author: Xiang Xiao
AuthorDate: Sun Aug 28 03:11:53 2022 +0800
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 e0185faa78 Don't download tarballs if a local git repo found
new c7f9d9b150 borads/z80: Remove th
pkarashchenko merged PR #6943:
URL: https://github.com/apache/incubator-nuttx/pull/6943
--
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
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
commit c7f9d9b1505082f47fce47b6aa65f26cd6eca339
Author: Xiang Xiao
AuthorDate: Sun Aug 28 02:14:20 2022 +0800
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 c5410c4 Publishing web
mlyszczek commented on PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#issuecomment-1229318175
Sure, but I still think proposed implementation is suboptimal, it adds
unnecessary clutter and maintanence to all 3rd party apps.
New download function could also su
xiaoxiang781216 commented on PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#issuecomment-1229249959
@mlyszczek This change doesn't forbid we unify the download process to a
common place. Let's improve the system step by step.
--
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
The following commit(s) were added to refs/heads/master by this push:
new e0185faa78 Don't download tarballs i
xiaoxiang781216 merged PR #6942:
URL: https://github.com/apache/incubator-nuttx/pull/6942
--
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
mlyszczek commented on PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#issuecomment-1229247598
Good idea but I think it's a bad approach. Right now, all packages hardcode
their download code, they simply call "wget $(URL)", which makes it basically
impossible to pro
xiaoxiang781216 opened a new pull request, #6943:
URL: https://github.com/apache/incubator-nuttx/pull/6943
## Summary
since it's fixed by:
https://github.com/apache/incubator-nuttx/pull/6909
## Impact
Minor
## Testing
Pass CI
--
This is an automated message fr
raiden00pl opened a new pull request, #1298:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1298
## Summary
- examples/foc: add options to run only the sensor alignment routine or the
motor identification routine
## Impact
## Testing
steval-eth001v1/foc_f32
pkarashchenko commented on code in PR #6935:
URL: https://github.com/apache/incubator-nuttx/pull/6935#discussion_r956608773
##
drivers/wireless/bluetooth/bt_bridge.c:
##
@@ -69,7 +69,7 @@ struct bt_bridge_s
#ifdef CONFIG_BLUETOOTH_BRIDGE_BTSNOOP
FAR struct snoop_s *sno
xiaoxiang781216 commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956606717
##
crypto/libtomcrypt/Makefile:
##
@@ -476,10 +476,13 @@ $(LIBTOMCRYPT_UNPACKNAME): $(LIBTOMCRYPT_ZIP)
$(Q) patch -p0 < ltcrypt-flush.patch
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 7dbd02947 examples/foc: support
xiaoxiang781216 merged PR #1297:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1297
--
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
xiaoxiang781216 commented on PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#issuecomment-1229223060
@no1wudi should we do the similar change to nuttx repo too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
xiaoxiang781216 commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956600073
##
interpreters/quickjs/Makefile:
##
@@ -87,7 +92,9 @@ clean::
$(Q) test ! -d $(QUICKJS_UNPACK) || $(MAKE) -C $(QUICKJS_UNPACK) clean
di
no1wudi opened a new pull request, #6942:
URL: https://github.com/apache/incubator-nuttx/pull/6942
## Summary
Follow https://github.com/apache/incubator-nuttx-apps/pull/1295
## Impact
3rd party projects
## Testing
CI and custom board
--
This is an automated message f
no1wudi commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956596972
##
interpreters/wamr/Makefile:
##
@@ -48,12 +48,16 @@ $(WAMR_UNPACK): $(WAMR_TARBALL)
$(Q) echo "Unpacking $(WAMR_TARBALL) to $(WAMR_UNPACK)"
xiaoxiang781216 commented on code in PR #1288:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1288#discussion_r956598043
##
testing/mtd_config_fs/Makefile:
##
@@ -0,0 +1,34 @@
+
+# apps/testin
no1wudi commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956598598
##
crypto/libtomcrypt/Makefile:
##
@@ -476,10 +476,13 @@ $(LIBTOMCRYPT_UNPACKNAME): $(LIBTOMCRYPT_ZIP)
$(Q) patch -p0 < ltcrypt-flush.patch # Missi
no1wudi commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956597158
##
testing/ltp/Makefile:
##
@@ -132,9 +132,12 @@ $(LTP_UNPACK):
$(Q) git -C $(LTP_UNPACK) am < 0001-Fix-static-struct-warning.patch
$(Q) gi
no1wudi commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956596972
##
interpreters/wamr/Makefile:
##
@@ -48,12 +48,16 @@ $(WAMR_UNPACK): $(WAMR_TARBALL)
$(Q) echo "Unpacking $(WAMR_TARBALL) to $(WAMR_UNPACK)"
xiaoxiang781216 commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956577321
##
testing/ltp/Makefile:
##
@@ -132,9 +132,12 @@ $(LTP_UNPACK):
$(Q) git -C $(LTP_UNPACK) am < 0001-Fix-static-struct-warning.patch
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 703554642 fix use of addroute/delroute
new 420da4589 examples/foc: print default values in the h
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 f987c6c02ee12a0b98787d9a69c8fc14be638c2a
Author: raiden00pl
AuthorDate: Sat Aug 27 12:05:37 2022 +0200
xiaoxiang781216 merged PR #1294:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1294
--
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
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 429f5a166f5802defdcbfd441eacafc721f3f9c3
Author: raiden00pl
AuthorDate: Thu Aug 18 11:17:07 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-apps.git
commit 420da4589e0a9290ad1e7fa1b7d0e9d238736fbd
Author: raiden00pl
AuthorDate: Sat Aug 27 09:42:38 2022 +0200
xiaoxiang781216 merged PR #1296:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1296
--
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
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 703554642 fix use of addroute/d
xiaoxiang781216 commented on code in PR #6935:
URL: https://github.com/apache/incubator-nuttx/pull/6935#discussion_r956594682
##
drivers/wireless/bluetooth/bt_bridge.c:
##
@@ -69,7 +69,7 @@ struct bt_bridge_s
#ifdef CONFIG_BLUETOOTH_BRIDGE_BTSNOOP
FAR struct snoop_s *s
pkarashchenko commented on code in PR #6935:
URL: https://github.com/apache/incubator-nuttx/pull/6935#discussion_r956593438
##
drivers/wireless/bluetooth/bt_bridge.c:
##
@@ -69,7 +69,7 @@ struct bt_bridge_s
#ifdef CONFIG_BLUETOOTH_BRIDGE_BTSNOOP
FAR struct snoop_s *sno
fjpanag commented on issue #6941:
URL:
https://github.com/apache/incubator-nuttx/issues/6941#issuecomment-1229208352
This is the NuttX implementation of `pow()`:
```c
double pow(double b, double e)
{
return exp(e * log(b));
}
```
A friend of mine advised me tha
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 b352a625bfbfb477d695686c23cb3623f2f5667e
Author: chengkai
AuthorDate: Fri Aug 26 19:55:51 2022 +0800
ar
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 38af5befad69e56c4d8f5d1a0ac6537e0363420f
Author: Xiang Xiao
AuthorDate: Fri Aug 26 14:54:42 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 d7e2704dff arch/stm32/stm32_adc.c: cosmetics
new b352a625bf arch/sim: add bth4 bridge codes
new
xiaoxiang781216 merged PR #6935:
URL: https://github.com/apache/incubator-nuttx/pull/6935
--
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
fjpanag opened a new issue, #6941:
URL: https://github.com/apache/incubator-nuttx/issues/6941
I just realized that `pow()` produces wrong results.
Specifically:
`pow(-2, 2)` yields `inf` instead of 4.
--
This is an automated message from the Apache Git Service.
To respond
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 d7e2704dff673995b712b8d0b13a168bca617b2e
Author: raiden00pl
AuthorDate: Wed Aug 17 14:22:18 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 b01ea50e44e8affcde07301d0341305405302bda
Author: raiden00pl
AuthorDate: Wed Aug 17 14:22:03 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 51d31cc4a2 cpuload: fix cpuload error
new 9a85a0959a stm32/Kconfig: remove the unnecessary option
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 c563d8a993330a570ab6893f4a47172dd42efaca
Author: raiden00pl
AuthorDate: Wed Aug 17 14:21:52 2022 +0200
xiaoxiang781216 merged PR #6940:
URL: https://github.com/apache/incubator-nuttx/pull/6940
--
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.git
The following commit(s) were added to refs/heads/master by this push:
new 51d31cc4a2 cpuload: fix cpuload erro
xiaoxiang781216 merged PR #6936:
URL: https://github.com/apache/incubator-nuttx/pull/6936
--
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.git
commit 9a85a0959aeca4893b5667e27a0748e9593033a3
Author: raiden00pl
AuthorDate: Wed Aug 17 14:21:27 2022 +0200
xiaoxiang781216 commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956577321
##
testing/ltp/Makefile:
##
@@ -132,9 +132,12 @@ $(LTP_UNPACK):
$(Q) git -C $(LTP_UNPACK) am < 0001-Fix-static-struct-warning.patch
xiaoxiang781216 commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956576979
##
interpreters/wamr/Makefile:
##
@@ -48,12 +48,16 @@ $(WAMR_UNPACK): $(WAMR_TARBALL)
$(Q) echo "Unpacking $(WAMR_TARBALL) to $(WAMR_UNPACK
raiden00pl opened a new pull request, #1297:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1297
## Summary
- examples/foc: support for motor identification
## Impact
## Testing
steval-eth001v1/foc_f32
fixed16 not fully tested yet
--
This is an auto
raiden00pl opened a new pull request, #1296:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1296
## Summary
- examples/foc: print default values in the help message
- examples/foc: terminate the control thread if no work to do
- examples/foc: make sure that the queue is
no1wudi commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956557155
##
crypto/libtomcrypt/Makefile:
##
@@ -476,10 +476,13 @@ $(LIBTOMCRYPT_UNPACKNAME): $(LIBTOMCRYPT_ZIP)
$(Q) patch -p0 < ltcrypt-flush.patch # Missi
xiaoxiang781216 commented on code in PR #1294:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1294#discussion_r956556577
##
examples/mld/mld_main.c:
##
@@ -258,9 +258,10 @@ int main(int argc, FAR char *argv[])
FAR char *iobuffer = NULL;
struct sockaddr_in6 host;
xiaoxiang781216 commented on code in PR #1295:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1295#discussion_r956555629
##
crypto/libtomcrypt/Makefile:
##
@@ -476,10 +476,13 @@ $(LIBTOMCRYPT_UNPACKNAME): $(LIBTOMCRYPT_ZIP)
$(Q) patch -p0 < ltcrypt-flush.patch
xiaoxiang781216 commented on code in PR #6926:
URL: https://github.com/apache/incubator-nuttx/pull/6926#discussion_r956554902
##
include/nuttx/list.h:
##
@@ -299,102 +311,6 @@ list_remove_tail(FAR struct list_node *list)
}
}
-static inline FAR struct list_node *
-list_pe
xiaoxiang781216 commented on PR #6923:
URL: https://github.com/apache/incubator-nuttx/pull/6923#issuecomment-1229148524
@anchao please take a look.
--
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
raiden00pl opened a new pull request, #6940:
URL: https://github.com/apache/incubator-nuttx/pull/6940
## Summary
arch/stm32: cosmetic changes for PWM, ADC and FOC
## Impact
None
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to the
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 b933ea63c4 as5048b.c: change initialization of struct to C89 standard
add 7a7b5e5779 wireless/bluetoo
xiaoxiang781216 merged PR #6934:
URL: https://github.com/apache/incubator-nuttx/pull/6934
--
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
no1wudi closed pull request #1295: Don't download tarballs if a local git repo
found
URL: https://github.com/apache/incubator-nuttx-apps/pull/1295
--
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
64 matches
Mail list logo