xiaoxiang781216 commented on code in PR #1286:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1286#discussion_r950660191
##
include/industry/foc/float/foc_ident.h:
##
@@ -48,6 +48,10 @@ struct foc_routine_ident_cb_f32_s
FAR void *priv_speed;
+ /* Private data
xiaoxiang781216 opened a new pull request, #6885:
URL: https://github.com/apache/incubator-nuttx/pull/6885
## Summary
since it isn't possible to instrument the full image due to the size or
speed limitation.
- mm/kasan: Add MM_KASAN_ALL option
- arch: Add ARCH_COVERAGE_ALL o
standby24x7 opened a new pull request, #6886:
URL: https://github.com/apache/incubator-nuttx/pull/6886
This patch fixes missing comma, found by cppcheck.
rp2040_i2c_slave.c:259:0: error: failed to expand 'modbits_reg32',
Wrong number of parameters for macro 'modbits_reg32'.
xiaoxiang781216 commented on code in PR #6881:
URL: https://github.com/apache/incubator-nuttx/pull/6881#discussion_r950661893
##
mm/Kconfig:
##
@@ -191,6 +191,49 @@ config MM_KASAN
bugs in native code. After turn on this option, Please
add -fsanit
xiaoxiang781216 commented on PR #6886:
URL: https://github.com/apache/incubator-nuttx/pull/6886#issuecomment-1221251337
@standby24x7 is it possible to integrate cppcheck(or even
https://github.com/Ericsson/codechecker) to CI system so we can catch the
problem before merging?
--
This is a
zouboan closed pull request #1286: industry/foc foc_ident: improve flux linkage
identification method
URL: https://github.com/apache/incubator-nuttx-apps/pull/1286
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
zouboan opened a new pull request, #1287:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1287
## Summary
1. change flux linkage identification from V/F openloop to I/F openloop to
solve the problem of some motors fail to start on V/F openloop;
2. reset FOC ident routine state
zouboan commented on PR #1286:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1286#issuecomment-1221257288
@xiaoxiang781216 sorry, my local branch is not synchronized with the master
branch , and the rebase info becomes a mess and various errors, so i'm close
this PR, and start a
xiaoxiang781216 merged PR #6886:
URL: https://github.com/apache/incubator-nuttx/pull/6886
--
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 bd584332a4 rp2040: Add missing comma
xiaoxiang781216 merged PR #6884:
URL: https://github.com/apache/incubator-nuttx/pull/6884
--
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 49c50d3bf4 arch/ceva: Add missing co
xiaoxiang781216 commented on PR #1286:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1286#issuecomment-1221260669
Sure no problem.
--
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
pkarashchenko commented on code in PR #1287:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1287#discussion_r950692495
##
industry/foc/float/foc_ident.c:
##
@@ -650,12 +653,23 @@ int foc_routine_ident_run_f32(FAR foc_routine_f32_t *r,
break;
}
-
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 1bd14df Publishing web
no1wudi commented on code in PR #6881:
URL: https://github.com/apache/incubator-nuttx/pull/6881#discussion_r950792510
##
mm/Kconfig:
##
@@ -191,6 +191,49 @@ config MM_KASAN
bugs in native code. After turn on this option, Please
add -fsanitize=kern
no1wudi commented on code in PR #6881:
URL: https://github.com/apache/incubator-nuttx/pull/6881#discussion_r950793545
##
mm/ubsan/ubsan.c:
##
@@ -0,0 +1,302 @@
+/
+ * mm/ubsan/ubsan.c
+ *
+ * Licensed to
no1wudi commented on code in PR #6881:
URL: https://github.com/apache/incubator-nuttx/pull/6881#discussion_r950793625
##
mm/ubsan/ubsan.c:
##
@@ -0,0 +1,302 @@
+/
+ * mm/ubsan/ubsan.c
+ *
+ * Licensed to
18 matches
Mail list logo