Re: [PR] Add ESP32-2432S028 board [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on PR #10976: URL: https://github.com/apache/nuttx/pull/10976#issuecomment-1770065655 @halyssonJr please rebase your patch, ci broken is fixed by https://github.com/apache/nuttx/pull/10975. -- This is an automated message from the Apache Git Service. To respond

[nuttx] branch master updated: ucans32k146/se05x: Refresh defconfig after https://github.com/apache/nuttx-apps/pull/2131

2023-10-18 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 04f834290c ucans32k146/se05x: Refresh defconfig

Re: [PR] ucans32k146/se05x: Refresh defconfig after https://github.com/apache/nuttx-apps/pull/2131 [nuttx]

2023-10-18 Thread via GitHub
anchao merged PR #10975: URL: https://github.com/apache/nuttx/pull/10975 -- 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:

Re: [I] Adding signal handing for SEGV/BUS/... [nuttx]

2023-10-18 Thread via GitHub
nealef commented on issue #10898: URL: https://github.com/apache/nuttx/issues/10898#issuecomment-1769833860 I've scheduled a signal handler (if one exists for that tid). If not we panic as before. It's when we leave `exception_common` that there's a problem. -- This is an automated

[PR] towasm/libwasi: add config check for 'getrandom' in nuttx [nuttx-apps]

2023-10-18 Thread via GitHub
ThePassionate opened a new pull request, #2141: URL: https://github.com/apache/nuttx-apps/pull/2141 check whether getrandom has '/dev/urandom' or '/dev/random' support during code linking needed by patch https://github.com/apache/nuttx/pull/10925 Signed-off-by: makejian --

Re: [I] Photon P0 Wifi Sleep/Wake failure [nuttx]

2023-10-18 Thread via GitHub
acassis commented on issue #10965: URL: https://github.com/apache/nuttx/issues/10965#issuecomment-1769709441 Thank you @TheCranston for following with the WiFi and Low Power debugging! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[nuttx-website] branch asf-site updated: Publishing web: 290961ead873d6e5da06ed6388451de2e27c42f3 docs: eed42a12ed6a59174b43778e55cafe4f25026129

2023-10-18 Thread github-bot
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/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new c680244e Publishing web:

[PR] Add ESP32-2432S028 board [nuttx]

2023-10-18 Thread via GitHub
halyssonJr opened a new pull request, #10976: URL: https://github.com/apache/nuttx/pull/10976 ## Summary Add new board ES32-2432S028 board (Reference : https://www.openhasp.com/0.7.0/hardware/sunton/esp32-2432s028/) ## Impact New feature ## Testing Pass CI -- This is

[nuttx-apps] 01/02: testing/scanftest: add number of correct/incorrect tests

2023-10-18 Thread acassis
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/nuttx-apps.git commit cd1d855a714c19182a647bea1113aa23736f97de Author: Michal Lenc AuthorDate: Tue Oct 17 13:55:02 2023 +0200

[nuttx-apps] branch master updated (839829751 -> a4ceb82d6)

2023-10-18 Thread acassis
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/nuttx-apps.git from 839829751 examples/foc: add an option to call nxscope work from control thread new cd1d855a7

Re: [PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
acassis merged PR #2139: URL: https://github.com/apache/nuttx-apps/pull/2139 -- 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:

[nuttx-apps] 02/02: testing/fstest: add number of correct/incorrect tests

2023-10-18 Thread acassis
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/nuttx-apps.git commit a4ceb82d67051cb9a37f268051cc3bb17ebbeb7d Author: Michal Lenc AuthorDate: Tue Oct 17 22:57:43 2023 +0200

Re: [I] ostest RR scheduler testing [nuttx-apps]

2023-10-18 Thread via GitHub
TaiJuWu commented on issue #1989: URL: https://github.com/apache/nuttx-apps/issues/1989#issuecomment-1769236926 No. I just used nsh:smp as my default setting. I will try using tickless mode this weekend. -- This is an automated message from the Apache Git Service. To respond to the

[PR] ucans32k146/se05x: Refresh defconfig after https://github.com/apache/nuttx-apps/pull/2131 [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10975: URL: https://github.com/apache/nuttx/pull/10975 ## Summary ## Impact ## Testing ci -- 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

Re: [PR] endian: Make all endian related functions use the expicit type [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10974: URL: https://github.com/apache/nuttx/pull/10974#discussion_r1364438276 ## include/sys/endian.h: ## @@ -52,15 +52,15 @@ /* Common byte swapping macros */ #ifdef CONFIG_HAVE_BUILTIN_BSWAP16 -# define __swap_uint16

Re: [I] Github README Improvement [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on issue #10906: URL: https://github.com/apache/nuttx/issues/10906#issuecomment-1769109093 @fdcavalcanti could you send your patch for review? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Adding signal handing for SEGV/BUS/... [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on issue #10898: URL: https://github.com/apache/nuttx/issues/10898#issuecomment-1769107938 @nealef do you want to continue after memfault? the default memfault handler doesn't support this feature yet, I think you may need skip the broken instruction before

Re: [I] to support LIN , how about to add a Individual character driver [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on issue #10454: URL: https://github.com/apache/nuttx/issues/10454#issuecomment-1769105084 @pkarashchenko do you have time to look at this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] endian: Make all endian related functions use the expicit type [nuttx]

2023-10-18 Thread via GitHub
pkarashchenko commented on code in PR #10974: URL: https://github.com/apache/nuttx/pull/10974#discussion_r1364343018 ## include/sys/endian.h: ## @@ -52,15 +52,15 @@ /* Common byte swapping macros */ #ifdef CONFIG_HAVE_BUILTIN_BSWAP16 -# define __swap_uint16

Re: [I] Thread visibility in the NuttX simulator [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on issue #10931: URL: https://github.com/apache/nuttx/issues/10931#issuecomment-1769102642 > Thank you @xiaoxiang781216. Are you aware of any major pitfall with regard to behavior of read/write/poll operations on pipes among threads in the simulator? I ask

Re: [I] how to support ptp [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 closed issue #10887: how to support ptp URL: https://github.com/apache/nuttx/issues/10887 -- 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,

Re: [I] Does this project belong to Xiaomi Company? 这个项目归属于小米公司么? [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 closed issue #10967: Does this project belong to Xiaomi Company? 这个项目归属于小米公司么? URL: https://github.com/apache/nuttx/issues/10967 -- 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

Re: [I] Does this project belong to Xiaomi Company? 这个项目归属于小米公司么? [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on issue #10967: URL: https://github.com/apache/nuttx/issues/10967#issuecomment-1769093392 let's close it, @david1025 if you have more question, please open again. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] esp32: Add wifishare board config and documentation [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on PR #10961: URL: https://github.com/apache/nuttx/pull/10961#issuecomment-1769091174 > Thank you @xiaoxiang781216 I applied temporarily your patch here just to confirm it will fix the issue. If the CI pass I remove this commit, apply your PR and rebase my PR with

Re: [PR] esp32: Add wifishare board config and documentation [nuttx]

2023-10-18 Thread via GitHub
acassis commented on PR #10961: URL: https://github.com/apache/nuttx/pull/10961#issuecomment-1769062014 Thank you @xiaoxiang781216 I applied temporarily your patch here just to confirm it will fix the issue. If the CI pass I remove this commit, apply your PR and rebase my PR with it. --

Re: [PR] libc: Change errno to set_errno and get_errno [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on PR #10969: URL: https://github.com/apache/nuttx/pull/10969#issuecomment-1769009895 > @xiaoxiang781216 Why? follow the usage in libc, please search errno and [set|get]_errno in libs/libc. -- This is an automated message from the Apache Git Service. To

Re: [PR] examples/foc: add an option to call nxscope work from control thread [nuttx-apps]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #2140: URL: https://github.com/apache/nuttx-apps/pull/2140 -- 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:

[nuttx-apps] branch master updated: examples/foc: add an option to call nxscope work from control thread

2023-10-18 Thread xiaoxiang
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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 839829751 examples/foc: add an option to

Re: [PR] esp32: Add wifishare board config and documentation [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10961: URL: https://github.com/apache/nuttx/pull/10961#discussion_r1364255949 ## net/route/net_del_ramroute.c: ## @@ -91,7 +91,8 @@ static int net_match_ipv4(FAR struct net_route_ipv4_s *route, FAR void *arg)

[nuttx] branch master updated: libds: add missing observer_b16.c to cmake build

2023-10-18 Thread xiaoxiang
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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new eed42a12ed libds: add missing observer_b16.c

Re: [PR] libds: add missing observer_b16.c to cmake build [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #10972: URL: https://github.com/apache/nuttx/pull/10972 -- 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:

[PR] endian: Make all endian related functions use the expicit type [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10974: URL: https://github.com/apache/nuttx/pull/10974 ## Summary so the printf can give the unambiguous format specifier. ## Impact endian related function ## Testing ci -- This is an automated message from

Re: [PR] esp32: Add wifishare board config and documentation [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10961: URL: https://github.com/apache/nuttx/pull/10961#discussion_r1364152007 ## net/route/net_del_ramroute.c: ## @@ -91,7 +91,8 @@ static int net_match_ipv4(FAR struct net_route_ipv4_s *route, FAR void *arg)

Re: [PR] libc: Change errno to set_errno and get_errno [nuttx]

2023-10-18 Thread via GitHub
davids5 commented on PR #10969: URL: https://github.com/apache/nuttx/pull/10969#issuecomment-1768812508 @xiaoxiang781216 Why? -- 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

Re: [PR] esp32: Add wifishare board config and documentation [nuttx]

2023-10-18 Thread via GitHub
acassis commented on code in PR #10961: URL: https://github.com/apache/nuttx/pull/10961#discussion_r1364016806 ## net/route/net_del_ramroute.c: ## @@ -91,7 +91,8 @@ static int net_match_ipv4(FAR struct net_route_ipv4_s *route, FAR void *arg) net_ipv4_dumproute("Comparing",

Re: [PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
michallenc commented on code in PR #2139: URL: https://github.com/apache/nuttx-apps/pull/2139#discussion_r1364010567 ## testing/fstest/fstest_main.c: ## @@ -1183,6 +1191,11 @@ int main(int argc, FAR char *argv[]) free(ctx->files); free(ctx); + printf("File system tests

Re: [I] ostest RR scheduler testing [nuttx-apps]

2023-10-18 Thread via GitHub
acassis commented on issue #1989: URL: https://github.com/apache/nuttx-apps/issues/1989#issuecomment-1768602322 @TaiJuWu I think this could be a good idea! We need more people testing RR SCHED. Did you have chance to test RR with Tickeless mode? -- This is an automated message from the

Re: [PR] Add stepper example [nuttx-apps]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on PR #2118: URL: https://github.com/apache/nuttx-apps/pull/2118#issuecomment-1768584058 @leducp please rebase your change, the ci break is fixed by: https://github.com/apache/nuttx-apps/pull/2131 -- This is an automated message from the Apache Git Service. To

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2023-10-18 Thread via GitHub
acassis commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1363980142 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config

[nuttx-apps] branch master updated: ostest: Add smp function call test case

2023-10-18 Thread xiaoxiang
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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ef86a9909 ostest: Add smp function call

Re: [PR] ostest: Add smp function call test case [nuttx-apps]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #2137: URL: https://github.com/apache/nuttx-apps/pull/2137 -- 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:

Re: [PR] nuttx:generate nuttx.map file when enable debug link map. [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10968: URL: https://github.com/apache/nuttx/pull/10968#discussion_r1363876031 ## boards/sim/sim/sim/scripts/Make.defs: ## @@ -267,6 +267,10 @@ else LDFLAGS += -Wl,-Ttext-segment=0x40 endif +ifeq ($(CONFIG_DEBUG_LINK_MAP),y) +

Re: [PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #2139: URL: https://github.com/apache/nuttx-apps/pull/2139#discussion_r1363871993 ## testing/fstest/fstest_main.c: ## @@ -1183,6 +1191,11 @@ int main(int argc, FAR char *argv[]) free(ctx->files); free(ctx); + printf("File system

[nuttx] branch master updated: sim/crypto: Use mbedtls default configuration without special check

2023-10-18 Thread xiaoxiang
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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 7d6c529e88 sim/crypto: Use mbedtls default

Re: [PR] sim/crypto: Use mbedtls default configuration without special check [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #10930: URL: https://github.com/apache/nuttx/pull/10930 -- 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:

[nuttx-apps] branch master updated: crypto/mbedtls: Unified configuration with mbedtls default configuration

2023-10-18 Thread xiaoxiang
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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 8c95ab94d crypto/mbedtls: Unified

Re: [PR] crypto/mbedtls: Unified configuration with mbedtls default configuration [nuttx-apps]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #2131: URL: https://github.com/apache/nuttx-apps/pull/2131 -- 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:

Re: [PR] libc: Change errno to set_errno and get_errno [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10969: URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363863297 ## libs/libc/misc/lib_glob.c: ## @@ -344,19 +345,19 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR char *pat, } } - readerr =

[PR] archive:revert using archive full path name and replenish CLEAN AROBJS [nuttx]

2023-10-18 Thread via GitHub
xuxin930 opened a new pull request, #10973: URL: https://github.com/apache/nuttx/pull/10973 ## Summary the `P` option is not a POSIX standard and will not perform the replace operation, this will cause the size of the target static library to become larger. let's workaround

[nuttx] 01/02: libc: add support for custom streams with fopencookie()

2023-10-18 Thread xiaoxiang
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/nuttx.git commit 0a107ca6d99a14efbe4b5b8883002b2cb4ce6056 Author: Michal Lenc AuthorDate: Sun Aug 27 21:33:44 2023 +0200 libc:

[nuttx] 02/02: ci: add fopencookie test

2023-10-18 Thread xiaoxiang
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/nuttx.git commit 6e4ffb9ea1b640e0c707f5fb2a71d6712f8efa01 Author: Michal Lenc AuthorDate: Tue Oct 17 09:33:10 2023 +0200 ci: add

[nuttx] branch master updated (083c87b39a -> 6e4ffb9ea1)

2023-10-18 Thread xiaoxiang
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/nuttx.git from 083c87b39a sched: Exit immediately when cpuset change to 0. new 0a107ca6d9 libc: add support for custom

[PR] examples/foc: add an option to call nxscope work from control thread [nuttx-apps]

2023-10-18 Thread via GitHub
raiden00pl opened a new pull request, #2140: URL: https://github.com/apache/nuttx-apps/pull/2140 ## Summary - examples/foc: add an option to call nxscope work from control thread This alows nxscope data to be sent with every cycle of the control loop, which increases

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #10602: URL: https://github.com/apache/nuttx/pull/10602 -- 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:

[nuttx] branch master updated: sched: Exit immediately when cpuset change to 0.

2023-10-18 Thread xiaoxiang
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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 083c87b39a sched: Exit immediately when

Re: [PR] sched: smp call exit immediately when cpuset change to 0. [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #10970: URL: https://github.com/apache/nuttx/pull/10970 -- 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:

Re: [PR] libc: Change errno to set_errno and get_errno [nuttx]

2023-10-18 Thread via GitHub
pkarashchenko commented on code in PR #10969: URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363846600 ## libs/libc/misc/lib_glob.c: ## @@ -287,16 +288,16 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR char *pat, dir = opendir(pos ? buf : ".");

Re: [PR] libc: Change errno to set_errno and get_errno [nuttx]

2023-10-18 Thread via GitHub
pkarashchenko commented on code in PR #10969: URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363846003 ## libs/libc/misc/lib_glob.c: ## @@ -247,7 +247,8 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR char *pat, if (!type && lstat(buf, ))

Re: [PR] examples/foc: add phase angle observer support (sensorless mode) [nuttx-apps]

2023-10-18 Thread via GitHub
raiden00pl commented on PR #2136: URL: https://github.com/apache/nuttx-apps/pull/2136#issuecomment-1768403503 needs https://github.com/apache/nuttx/pull/10972 to pass sim/foc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] libds: add missing observer_b16.c to cmake build [nuttx]

2023-10-18 Thread via GitHub
raiden00pl opened a new pull request, #10972: URL: https://github.com/apache/nuttx/pull/10972 ## Summary libds: add missing observer_b16.c to cmake build ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] ci: enhance scanf/fs/os tests to control their correctness [nuttx]

2023-10-18 Thread via GitHub
michallenc commented on PR #10971: URL: https://github.com/apache/nuttx/pull/10971#issuecomment-1768385370 This has to be merged after [testing: add verbose output of correct/incorrect tests](https://github.com/apache/nuttx-apps/pull/2139) otherwise CI will fail. -- This is an automated

[PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
michallenc opened a new pull request, #2139: URL: https://github.com/apache/nuttx-apps/pull/2139 ## Summary This adds counting of correct/incorrect tests to scanftest and fstest and thus allow to check whether the tests are really successful. Current CI tests only check whether the

[PR] ci: enhance scanf/fs/os tests to control their correctness [nuttx]

2023-10-18 Thread via GitHub
michallenc opened a new pull request, #10971: URL: https://github.com/apache/nuttx/pull/10971 ## Summary Current CI tests only check whether the test program does on end with hard fault but do not check whether the results are correct (and they are not in case of fstest and scanftest

Re: [PR] testing: add verbose output of correct/incorrect tests [nuttx-apps]

2023-10-18 Thread via GitHub
michallenc commented on PR #2139: URL: https://github.com/apache/nuttx-apps/pull/2139#issuecomment-1768386459 Should be merged before [ci: enhance scanf/fs/os tests to control their correctness](https://github.com/apache/nuttx/pull/10971) -- This is an automated message from the Apache

[PR] [WIP]Application.mk:resolve file conflicts with the same name when batching archives [nuttx-apps]

2023-10-18 Thread via GitHub
xuxin930 opened a new pull request, #2138: URL: https://github.com/apache/nuttx-apps/pull/2138 ## Summary ## Impact ## Testing -- 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

[nuttx-apps] branch master updated: netutils/dhcpc: Add configuration check for getrandom

2023-10-18 Thread xiaoxiang
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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 9fa9c5b0a netutils/dhcpc: Add

Re: [PR] netutils/dhcpc: Add configuration check for getrandom [nuttx-apps]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #2135: URL: https://github.com/apache/nuttx-apps/pull/2135 -- 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:

Re: [PR] libc: Change errno to set_errno and get_errno [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10969: URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363713018 ## libs/libc/misc/lib_glob.c: ## @@ -247,7 +247,8 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR char *pat, if (!type && lstat(buf,

Re: [PR] libc: Change errno to set_errno and get_errno [nuttx]

2023-10-18 Thread via GitHub
pkarashchenko commented on code in PR #10969: URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363604159 ## libs/libc/misc/lib_glob.c: ## @@ -247,7 +247,8 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR char *pat, if (!type && lstat(buf, ))

Re: [PR] libc: Change errno to set_errno and get_errno [nuttx]

2023-10-18 Thread via GitHub
pkarashchenko commented on code in PR #10969: URL: https://github.com/apache/nuttx/pull/10969#discussion_r1363604159 ## libs/libc/misc/lib_glob.c: ## @@ -247,7 +247,8 @@ static int do_glob(FAR char *buf, size_t pos, int type, FAR char *pat, if (!type && lstat(buf, ))

[PR] ostest: Add smp function call test case [nuttx-apps]

2023-10-18 Thread via GitHub
zyfeier opened a new pull request, #2137: URL: https://github.com/apache/nuttx-apps/pull/2137 ## Summary This is test case for [PR#10934.](https://github.com/apache/nuttx/pull/10934) ## Impact NA ## Testing qemu-armv8a:nsh_smp ostest pass -- This is an

[PR] sched: smp call exit immediately when cpuset change to 0. [nuttx]

2023-10-18 Thread via GitHub
zyfeier opened a new pull request, #10970: URL: https://github.com/apache/nuttx/pull/10970 ## Summary Exit immediately when finished processing the current CPU if there are no other CPUs to be processed. ## Impact smp call ## Testing qemu-armv8a:nsh_smp

[PR] libc: Change errno to set_errno and get_errno [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10969: URL: https://github.com/apache/nuttx/pull/10969 ## Summary follow other code inside libc ## Impact code refactor only ## Testing ci -- This is an automated message from the Apache Git Service. To respond

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363529586 ## libs/libc/stdio/lib_fopencookie.c: ## @@ -0,0 +1,156 @@ +/ + *

[PR] examples/foc: add phase angle observer support (sensorless mode) [nuttx-apps]

2023-10-18 Thread via GitHub
raiden00pl opened a new pull request, #2136: URL: https://github.com/apache/nuttx-apps/pull/2136 ## Summary - examples/foc: add phase angle observer support (sensorless mode) This app can work now as sensorless ESC. Also introduce a cmd line option that force open-loop

[nuttx] branch master updated: arch: arm64: Remove unnecessary code in arm64_cpu_idle.S

2023-10-18 Thread xiaoxiang
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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new a98650f609 arch: arm64: Remove unnecessary

Re: [PR] arch: arm64: Remove unnecessary code in arm64_cpu_idle.S [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #10966: URL: https://github.com/apache/nuttx/pull/10966 -- 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:

Re: [PR] nuttx:generate nuttx.map file when enable debug link map. [nuttx]

2023-10-18 Thread via GitHub
pkarashchenko commented on code in PR #10968: URL: https://github.com/apache/nuttx/pull/10968#discussion_r1363522727 ## boards/sim/sim/sim/scripts/Make.defs: ## @@ -267,6 +267,10 @@ else LDFLAGS += -Wl,-Ttext-segment=0x40 endif +ifeq ($(CONFIG_DEBUG_LINK_MAP),y) +

[PR] nuttx:generate nuttx.map file when enable debug link map. [nuttx]

2023-10-18 Thread via GitHub
bestvvstar opened a new pull request, #10968: URL: https://github.com/apache/nuttx/pull/10968 ## Summary In the sim environment, to facilitate debugging, support for generating nuttx.map is added. ## Impact ## Testing -- This is an automated message from the Apache

Re: [PR] smp: irq_csection: enable irq to process the pending pause request [nuttx]

2023-10-18 Thread via GitHub
masayuki2009 commented on PR #10496: URL: https://github.com/apache/nuttx/pull/10496#issuecomment-1768002498 @chirping78 >The target is a dual core cortex A7. Since I do not have a dual Cortex-A7-based board, I tested the modified smp app with NXP sabre-6quad (quad Cortex-A9)

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
michallenc commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363499727 ## libs/libc/stdio/lib_fopencookie.c: ## @@ -0,0 +1,156 @@ +/ + *

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
michallenc commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363499300 ## libs/libc/stdio/lib_libfread_unlocked.c: ## @@ -46,13 +46,14 @@ ssize_t lib_fread_unlocked(FAR void *ptr, size_t count, FAR FILE *stream) { - FAR unsigned

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
michallenc commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363493166 ## libs/libc/stdio/lib_fopencookie.c: ## @@ -0,0 +1,156 @@ +/ + *

Re: [PR] Add stepper example [nuttx-apps]

2023-10-18 Thread via GitHub
leducp commented on code in PR #2118: URL: https://github.com/apache/nuttx-apps/pull/2118#discussion_r1363480378 ## examples/stepper/stepper.c: ## @@ -0,0 +1,151 @@ +/ + *

Re: [PR] smp: irq_csection: enable irq to process the pending pause request [nuttx]

2023-10-18 Thread via GitHub
chirping78 commented on PR #10496: URL: https://github.com/apache/nuttx/pull/10496#issuecomment-1767947214 > Could you tell us more about the target information? (CPU type and the number of CPUs and so on) I'd like to see the .config file. The target is a dual core cortex A7.

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363462607 ## libs/libc/stdio/lib_fopencookie.c: ## @@ -0,0 +1,156 @@ +/ + *

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
michallenc commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363459539 ## libs/libc/stdio/lib_fopencookie.c: ## @@ -0,0 +1,156 @@ +/ + *

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363401957 ## libs/libc/stdio/lib_libfread_unlocked.c: ## @@ -46,13 +46,14 @@ ssize_t lib_fread_unlocked(FAR void *ptr, size_t count, FAR FILE *stream) { - FAR

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363400282 ## libs/libc/stdio/lib_fopencookie.c: ## @@ -0,0 +1,156 @@ +/ + *

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
michallenc commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363385655 ## libs/libc/stdio/lib_fopencookie.c: ## @@ -0,0 +1,153 @@ +/ + *

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
michallenc commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363385134 ## libs/libc/stdio/lib_libfread_unlocked.c: ## @@ -46,13 +46,14 @@ ssize_t lib_fread_unlocked(FAR void *ptr, size_t count, FAR FILE *stream) { - FAR unsigned

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-18 Thread via GitHub
michallenc commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363385383 ## libs/libc/stdio/lib_fopencookie.c: ## @@ -0,0 +1,153 @@ +/ + *

svn commit: r64604 - in /dev/nuttx/12.3.0-RC1: ./ apache-nuttx-12.3.0.tar.gz apache-nuttx-12.3.0.tar.gz.asc apache-nuttx-12.3.0.tar.gz.sha512 apache-nuttx-apps-12.3.0.tar.gz apache-nuttx-apps-12.3.0.t

2023-10-18 Thread jerpelea
Author: jerpelea Date: Wed Oct 18 07:19:15 2023 New Revision: 64604 Log: Staging apache-nuttx-12.3.0-RC1 Added: dev/nuttx/12.3.0-RC1/ dev/nuttx/12.3.0-RC1/apache-nuttx-12.3.0.tar.gz (with props) dev/nuttx/12.3.0-RC1/apache-nuttx-12.3.0.tar.gz.asc

[nuttx-apps] annotated tag nuttx-12.3.0-RC1 updated (2d6d199c4 -> 431803367)

2023-10-18 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.3.0-RC1 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git *** WARNING: tag nuttx-12.3.0-RC1 was modified! *** from 2d6d199c4 (commit) to 431803367

[nuttx] annotated tag nuttx-12.3.0-RC1 updated (8fdb56b5f2 -> 1473a58234)

2023-10-18 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.3.0-RC1 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.3.0-RC1 was modified! *** from 8fdb56b5f2 (commit) to 1473a58234 (tag)

[PR] netutils/dhcpc: Add configuration check for getrandom [nuttx-apps]

2023-10-18 Thread via GitHub
ThePassionate opened a new pull request, #2135: URL: https://github.com/apache/nuttx-apps/pull/2135 ## Summary Calling getrandom depends on 'CONFIG_DEV_URANDOM' or 'CONFIG_DEV_RANDOM' depends on patch https://github.com/apache/nuttx/pull/10925 Signed-off-by: makejian --

Re: [PR] esp32: Add wifishare board config and documentation [nuttx]

2023-10-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #10961: URL: https://github.com/apache/nuttx/pull/10961#discussion_r1363325887 ## net/route/net_del_ramroute.c: ## @@ -91,7 +91,8 @@ static int net_match_ipv4(FAR struct net_route_ipv4_s *route, FAR void *arg)

[I] Does this project belong to Xiaomi Company? 这个项目归属于小米公司么? [nuttx]

2023-10-18 Thread via GitHub
david1025 opened a new issue, #10967: URL: https://github.com/apache/nuttx/issues/10967 Many people say that Nuttx belongs to Xiaomi and was developed by Xiaomi themselves. Do I want to confirm if this is true? 非常多的人说nuttx现在归属于小米,是小米自研的,我想确认下这个是真的么? Is it true that some people say

Re: [PR] industry/foc/ramp: fix acceleration in CCW direction and simplify code [nuttx-apps]

2023-10-18 Thread via GitHub
xiaoxiang781216 merged PR #2132: URL: https://github.com/apache/nuttx-apps/pull/2132 -- 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:

[nuttx-apps] branch master updated: industry/foc/ramp: fix acceleration in CCW direction and simplify code

2023-10-18 Thread xiaoxiang
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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new f117860a1 industry/foc/ramp: fix

  1   2   >