[PR] remove nshlib/README.md [nuttx-apps]

2023-10-30 Thread via GitHub
raiden00pl opened a new pull request, #2169: URL: https://github.com/apache/nuttx-apps/pull/2169 ## Summary remove nshlib/README.md which is already in Documentation/applications/nsh ## Impact ## Testing -- This is an automated message from the Apache Git Service.

Re: [PR] Documentation: add documentation for STM32F401RC-RS485 board [nuttx]

2023-10-30 Thread via GitHub
raiden00pl commented on PR #11093: URL: https://github.com/apache/nuttx/pull/11093#issuecomment-1784713036 @rcsim in the future please build locally Documentation before submitting PR and make sure that your PR doesn't introduce new warning into the documentation built -- This is an auto

Re: [PR] Documentation: add documentation for STM32F401RC-RS485 board [nuttx]

2023-10-30 Thread via GitHub
raiden00pl commented on PR #11093: URL: https://github.com/apache/nuttx/pull/11093#issuecomment-1784719974 @acassis can we pay a little more attention to what we are merging to the Documentation ? CI for the docs doesn't catch new warnings and fixing newly introduced warnings to the doc eve

[PR] Documentation: more fixes [nuttx]

2023-10-30 Thread via GitHub
raiden00pl opened a new pull request, #11095: URL: https://github.com/apache/nuttx/pull/11095 ## Summary - Documentation: review applications/nsh - Documentation: fix warnings ## Impact ## Testing local -- This is an automated message from the Apache Git Serv

Re: [PR] fs/inode: Change inode_unlink to static function [nuttx]

2023-10-30 Thread via GitHub
pkarashchenko merged PR #11090: URL: https://github.com/apache/nuttx/pull/11090 -- 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...@nutt

(nuttx) branch master updated: fs/inode: Change inode_unlink to static function

2023-10-30 Thread pkarashchenko
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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 949d01be51 fs/inode: Change inode_unlink t

Re: [PR] testing/sd_bench: Port sdbench testing utility for PX4-Autopilot. [nuttx-apps]

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

(nuttx-apps) branch master updated: testing/sd_bench: Port sdbench testing utility for PX4-Autopilot.

2023-10-30 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 8f56bc1de testing/sd_bench: Port sdbench

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1375878152 ## benchmarks/spinlock_bench/Makefile: ## @@ -0,0 +1,52 @@ + +# apps/benchmarks/c

Re: [PR] mm: improve SMP performance [nuttx]

2023-10-30 Thread via GitHub
pkarashchenko merged PR #11092: URL: https://github.com/apache/nuttx/pull/11092 -- 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...@nutt

(nuttx) 02/04: mm/gran: Replace the critical section with spin lock

2023-10-30 Thread pkarashchenko
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/nuttx.git commit d5d4006c6b88f2c856d888a107f443832ecc77b1 Author: Xiang Xiao AuthorDate: Sat Oct 21 17:20:02 2023 +0800 mm/gra

(nuttx) branch master updated (949d01be51 -> 0c805ca0a9)

2023-10-30 Thread pkarashchenko
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/nuttx.git from 949d01be51 fs/inode: Change inode_unlink to static function new 08bae13624 mm/tlfs: Replace the critical se

Re: [I] Crtical section should be replaced with spinlock as much as we can to improve SMP performance [nuttx]

2023-10-30 Thread via GitHub
pkarashchenko closed issue #1144: Crtical section should be replaced with spinlock as much as we can to improve SMP performance URL: https://github.com/apache/nuttx/issues/1144 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(nuttx) 03/04: mm/iob: Replace the critical section with spin lock

2023-10-30 Thread pkarashchenko
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/nuttx.git commit 9e4a1be8d482119f004549e1bb076227b1e58279 Author: Xiang Xiao AuthorDate: Sat Oct 21 17:20:29 2023 +0800 mm/iob

(nuttx) 04/04: mm: Change global spinlock to per heap

2023-10-30 Thread pkarashchenko
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/nuttx.git commit 0c805ca0a907fad87074276a693d0b1f7a5332ad Author: Xiang Xiao AuthorDate: Mon Oct 30 01:01:37 2023 +0800 mm: Ch

(nuttx) 01/04: mm/tlfs: Replace the critical section with spin lock

2023-10-30 Thread pkarashchenko
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/nuttx.git commit 08bae1362453874d457f03038cfa759d60ad72f7 Author: Xiang Xiao AuthorDate: Sat Oct 21 17:18:57 2023 +0800 mm/tlf

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-30 Thread via GitHub
pkarashchenko commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1375911994 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,89 @@ +/ + * apps/benc

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-30 Thread via GitHub
pkarashchenko commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1375911386 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,89 @@ +/ + * apps/benc

Re: [PR] nshlib/nsh_fileapps.c: Remove sched_lock() from nsh_fileapp() [nuttx-apps]

2023-10-30 Thread via GitHub
pussuw commented on PR #2159: URL: https://github.com/apache/nuttx-apps/pull/2159#issuecomment-1784818486 Got back to this, the reason the memory is never freed in this simple test case, is that there is a mm_delaylist for every CPU: ``` /* Free delay list, for some situations wh

[PR] arch/mpfs: Add option for board specific PMP configuration [nuttx]

2023-10-30 Thread via GitHub
pussuw opened a new pull request, #11096: URL: https://github.com/apache/nuttx/pull/11096 ## Summary This removes "mpfs_opensbi_pmp_setup" and moves the logic to a lower level routine. Also an option to provide a board specific PMP configuration is given, instead of just opening up the e

Re: [PR] arch/arm64: support relocate for aarch64 [nuttx]

2023-10-30 Thread via GitHub
Donny9 commented on PR #11037: URL: https://github.com/apache/nuttx/pull/11037#issuecomment-1784874018 > please add commit messages Done~ -- 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 th

Re: [PR] arch/arm64: support relocate for aarch64 [nuttx]

2023-10-30 Thread via GitHub
pkarashchenko commented on code in PR #11037: URL: https://github.com/apache/nuttx/pull/11037#discussion_r1375976567 ## libs/libc/machine/arm64/arch_elf.c: ## @@ -0,0 +1,794 @@ +/ + * libs/libc/machine/a

Re: [PR] arch/arm64: support relocate for aarch64 [nuttx]

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

(nuttx) branch master updated (0c805ca0a9 -> 8ad88a3fc5)

2023-10-30 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 0c805ca0a9 mm: Change global spinlock to per heap new 489bd15271 arch/arm64: support relocate for aarch64

(nuttx) 01/03: arch/arm64: support relocate for aarch64

2023-10-30 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 489bd1527102af7935f9376a5a6052e3a6891b0d Author: dongjiuzhu1 AuthorDate: Mon Oct 16 20:27:15 2023 +0800 arch/arm6

(nuttx) 02/03: arch/arm64: Add declaration for arm64_mmu_set_memregion

2023-10-30 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 da95b351754791d59601826026f531f3cc9650a0 Author: dongjiuzhu1 AuthorDate: Tue Oct 24 10:02:49 2023 +0800 arch/arm6

(nuttx) 03/03: qemu/arm64: implement up_textheap_align and support sotest

2023-10-30 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 8ad88a3fc510a5088541f453d6989b968e67724d Author: dongjiuzhu1 AuthorDate: Mon Oct 23 21:45:21 2023 +0800 qemu/arm6

Re: [PR] fs_epoll: several epoll problems fix [nuttx]

2023-10-30 Thread via GitHub
CV-Bowen commented on code in PR #10706: URL: https://github.com/apache/nuttx/pull/10706#discussion_r1376055075 ## fs/vfs/fs_epoll.c: ## @@ -730,22 +823,28 @@ int epoll_wait(int epfd, FAR struct epoll_event *evs, #endif ret = nxsem_tickwait(&eph->sem, ticks); - if

Re: [PR] Documentation: more fixes [nuttx]

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

(nuttx) 02/02: Documentation: fix warnings

2023-10-30 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 82bcc3f7d40a3a3cbb6ad1ca1c1fdce844783d30 Author: raiden00pl AuthorDate: Mon Oct 30 09:35:01 2023 +0100 Documentat

(nuttx) 01/02: Documentation: review applications/nsh

2023-10-30 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 041308f95077ddfb184e9d7c285d943841788fa4 Author: raiden00pl AuthorDate: Mon Oct 30 09:31:00 2023 +0100 Documentat

(nuttx) branch master updated (8ad88a3fc5 -> 82bcc3f7d4)

2023-10-30 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 8ad88a3fc5 qemu/arm64: implement up_textheap_align and support sotest new 041308f950 Documentation: review appl

Re: [PR] Documentation: various improvements [nuttx]

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

(nuttx) 05/07: Documentation: fix warning

2023-10-30 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 afa2be4a1ed17d1e3ee78983720164baa0237e9f Author: raiden00pl AuthorDate: Sun Oct 29 16:45:46 2023 +0100 Documentat

(nuttx) 07/07: Documentation: fix warning

2023-10-30 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 43be20d67e76ee2b4af5e97783c2003d4b2deb75 Author: raiden00pl AuthorDate: Sun Oct 29 17:00:24 2023 +0100 Documentat

(nuttx) branch master updated (82bcc3f7d4 -> 43be20d67e)

2023-10-30 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 82bcc3f7d4 Documentation: fix warnings new ce97fccf9a Documentation: split some long lines new 93f1d62f34

(nuttx) 01/07: Documentation: split some long lines

2023-10-30 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 ce97fccf9ac823bb0a1e8ba25c539681dd7fcc1b Author: raiden00pl AuthorDate: Sat Oct 28 10:40:46 2023 +0200 Documentat

(nuttx) 04/07: Documentation: various cosmetic changes

2023-10-30 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 b7f94fbf22f11bb7ba03bfecd023efdc8a1efc75 Author: raiden00pl AuthorDate: Sun Oct 29 16:40:32 2023 +0100 Documentat

(nuttx) 06/07: Documentation: review quickstart/install.rst

2023-10-30 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 649cd00c8bfcb1c41f87a7293d2c05dd3b644b27 Author: raiden00pl AuthorDate: Sun Oct 29 16:52:00 2023 +0100 Documentat

(nuttx) 03/07: Documentation: update organization.rst

2023-10-30 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 64be5c695808a730ac6e8e47165dc5b4bd1dcb30 Author: raiden00pl AuthorDate: Sun Oct 29 16:37:00 2023 +0100 Documentat

(nuttx) 02/07: Documentation: fix warning

2023-10-30 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 93f1d62f34aef75d6cadf09c60b43cb8f9ef2ea4 Author: raiden00pl AuthorDate: Sun Oct 29 15:58:05 2023 +0100 Documentat

Re: [PR] boards/stm32: add support to LINUM-STM32H753BI board [nuttx]

2023-10-30 Thread via GitHub
xiaoxiang781216 commented on PR #11094: URL: https://github.com/apache/nuttx/pull/11094#issuecomment-1785086852 @JorgeGzm please refresh your defconfig by: ``` ./tools/refresh.sh --silent linum-stm32h753bi/nsh ``` -- This is an automated message from the Apache Git Service. To res

Re: [PR] fs_epoll: several epoll problems fix [nuttx]

2023-10-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #10706: URL: https://github.com/apache/nuttx/pull/10706#discussion_r1376134981 ## fs/vfs/fs_epoll.c: ## @@ -730,22 +823,28 @@ int epoll_wait(int epfd, FAR struct epoll_event *evs, #endif ret = nxsem_tickwait(&eph->sem, ticks); -

Re: [PR] remove nshlib/README.md [nuttx-apps]

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

(nuttx-apps) branch master updated: remove nshlib/README.md which is already in Documentation/applications/nsh

2023-10-30 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 b8c35f667 remove nshlib/README.md which i

Re: [PR] fs_epoll: several epoll problems fix [nuttx]

2023-10-30 Thread via GitHub
CV-Bowen commented on PR #10706: URL: https://github.com/apache/nuttx/pull/10706#issuecomment-1785098790 > can we add a flag(e.g. POLLALWAYS)? @xiaoxiang781216 Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[PR] tools/configure.c and tools/sethost.sh Add CONFIG_EXPERIMENTAL for configure windows native [nuttx]

2023-10-30 Thread via GitHub
simbit18 opened a new pull request, #11098: URL: https://github.com/apache/nuttx/pull/11098 ## Summary Add CONFIG_EXPERIMENTAL for configure windows native ## Impact none ## Testing We tested on platform MSYS2 and Alpine linux -- This is an automated message from the Apa

Re: [PR] sched/task: Remove spawn_proxyattrs as obsolete implementation [nuttx]

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

(nuttx) 01/02: sched/task: Remove spawn_proxyattrs as obsolete implementation

2023-10-30 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 commit 6e9e21594335dd1feced539cf940ab51f949d8d5 Author: Ville Juven AuthorDate: Wed Oct 25 15:41:05 2023 +0300 sched/task:

(nuttx) branch master updated (43be20d67e -> e935bc53bb)

2023-10-30 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 43be20d67e Documentation: fix warning new 6e9e215943 sched/task: Remove spawn_proxyattrs as obsolete implementati

(nuttx) 02/02: task/task_spawnparms.c: Set the new process's signal mask

2023-10-30 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 commit e935bc53bb72f7333fb8570dc043bf2f8fd92b29 Author: Ville Juven AuthorDate: Wed Oct 25 15:42:05 2023 +0300 task/task_sp

Re: [PR] fs_epoll: several epoll problems fix [nuttx]

2023-10-30 Thread via GitHub
xiaoxiang781216 commented on code in PR #10706: URL: https://github.com/apache/nuttx/pull/10706#discussion_r1376318537 ## fs/vfs/fs_epoll.c: ## @@ -323,12 +368,47 @@ static int epoll_teardown(FAR epoll_head_t *eph, FAR struct epoll_event *evs, list_add_tail(&eph-

Re: [PR] arch/mpfs: Add option for board specific PMP configuration [nuttx]

2023-10-30 Thread via GitHub
acassis merged PR #11096: URL: https://github.com/apache/nuttx/pull/11096 -- 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...@nuttx.apac

(nuttx) branch master updated (e935bc53bb -> d64f216424)

2023-10-30 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.git from e935bc53bb task/task_spawnparms.c: Set the new process's signal mask new 17a7a7bd76 mpfs_opensbi: Remove mpfs_ope

(nuttx) 02/03: mpfs_entrypoints.c: Open all memory from PMP for hart before booting

2023-10-30 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.git commit 598e1c6512207e94a68dd5b580aeaf4cb61e1168 Author: Ville Juven AuthorDate: Tue Oct 17 15:33:51 2023 +0300 mpfs_entryp

(nuttx) 03/03: arch/mpfs: Add CONFIG_MPFS_BOARD_PMP option for PMP configuration

2023-10-30 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.git commit d64f21642437af0ebbb9aa783645e14623932e9e Author: Ville Juven AuthorDate: Tue Oct 17 16:04:19 2023 +0300 arch/mpfs:

(nuttx) 01/03: mpfs_opensbi: Remove mpfs_opensbi_pmp_setup

2023-10-30 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.git commit 17a7a7bd7653e30b50b3782190a233578fa828e0 Author: Ville Juven AuthorDate: Tue Oct 10 10:36:39 2023 +0300 mpfs_opensb

Re: [I] Reference design (demo) applications [nuttx]

2023-10-30 Thread via GitHub
acassis commented on issue #11088: URL: https://github.com/apache/nuttx/issues/11088#issuecomment-1785497324 @raiden00pl I think creating a name "demos" inside "apps/examples/" still keeping things confuse, because most examples are in fact demos already (demo how to use foc; demo how to us

Re: [PR] arch/sim: Provide a dummy g_reg_offs for arm64 [nuttx]

2023-10-30 Thread via GitHub
duduita commented on PR #11091: URL: https://github.com/apache/nuttx/pull/11091#issuecomment-1785516567 Many thanks, @xiaoxiang781216 @anjiahao1! -- 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

Re: [I] Reference design (demo) applications [nuttx]

2023-10-30 Thread via GitHub
raiden00pl commented on issue #11088: URL: https://github.com/apache/nuttx/issues/11088#issuecomment-1785556760 @acassis Dividing examples into categories is a very good idea, but it doesn't solve the problem of this issue. Where `examples/foc` should go, it demonstrate various OS com

Re: [PR] boards/stm32: add support to LINUM-STM32H753BI board [nuttx]

2023-10-30 Thread via GitHub
acassis commented on PR #11094: URL: https://github.com/apache/nuttx/pull/11094#issuecomment-1785661367 Nice work @JorgeGzm !!! -- 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 commen

Re: [PR] boards/stm32: add support to LINUM-STM32H753BI board [nuttx]

2023-10-30 Thread via GitHub
acassis merged PR #11094: URL: https://github.com/apache/nuttx/pull/11094 -- 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...@nuttx.apac

(nuttx) branch master updated: boards/stm32: add support to LINUM-STM32H753BI board

2023-10-30 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.git The following commit(s) were added to refs/heads/master by this push: new 66df15b965 boards/stm32: add support to LINUM-ST

Re: [PR] arch/arm/samv7: Initial support of SocketLIN master interface [nuttx]

2023-10-30 Thread via GitHub
acassis commented on PR #11002: URL: https://github.com/apache/nuttx/pull/11002#issuecomment-1785831494 @pkarashchenko please include a Documentation/ for this subsystem. Maybe you can use https://nuttx.apache.org/docs/latest/components/net/socketcan.html as reference -- This is an autom

Re: [I] Reference design (demo) applications [nuttx]

2023-10-30 Thread via GitHub
acassis commented on issue #11088: URL: https://github.com/apache/nuttx/issues/11088#issuecomment-1785874900 Yes, I think we will need to have single categories like I suggested and some complex/jumbo demos/refdesign that include many functions. -- This is an automated message from the Ap

[PR] FIX: s32kxxx flexcan doesn't set srr bit for extended frames [nuttx]

2023-10-30 Thread via GitHub
g-deSousa opened a new pull request, #11099: URL: https://github.com/apache/nuttx/pull/11099 ## Summary This patch explicitly forces the srr bit to be recessive as per CAN specification ISO 118898-1. ## Impact ## Testing Tested on s32k1xx not FD, not tested on s32k3xx

Re: [PR] tools/configure.c and tools/sethost.sh Add CONFIG_EXPERIMENTAL for configure windows native [nuttx]

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

(nuttx) branch master updated: Add CONFIG_EXPERIMENTAL for configure windows native

2023-10-30 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 1bcf01e7a8 Add CONFIG_EXPERIMENTAL for configu

Re: [PR] tools/configure.c and tools/sethost.sh Add CONFIG_EXPERIMENTAL for configure windows native [nuttx]

2023-10-30 Thread via GitHub
xiaoxiang781216 commented on PR #11098: URL: https://github.com/apache/nuttx/pull/11098#issuecomment-1786274909 @simbit18 but why not enable CONFIG_EXPERIMENTAL from defconfig? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] pm: use pm_staytimeout() in greedy_governor_activity() [nuttx]

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

Re: [I] PM broke for ESP32 and ESP32-C3 after #6673 [nuttx]

2023-10-30 Thread via GitHub
xiaoxiang781216 closed issue #10852: PM broke for ESP32 and ESP32-C3 after #6673 URL: https://github.com/apache/nuttx/issues/10852 -- 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

(nuttx) branch master updated: pm: use pm_staytimeout() in greedy_governor_activity()

2023-10-30 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 978e124d42 pm: use pm_staytimeout() in greedy_

[I] on the board s32k118evb, nuttx can not start up when power off and restart [nuttx]

2023-10-30 Thread via GitHub
xucheng5 opened a new issue, #11100: URL: https://github.com/apache/nuttx/issues/11100 I get one issue on the board S32K118EVB,follow this steps : 1. use ` ./tools/configure.sh -l s32k118evb:nsh` to build, then get nuttx.bin 2. firmware has been burned to board S32K11

Re: [PR] tools/configure.c and tools/sethost.sh Add CONFIG_EXPERIMENTAL for configure windows native [nuttx]

2023-10-30 Thread via GitHub
masayuki2009 commented on PR #11098: URL: https://github.com/apache/nuttx/pull/11098#issuecomment-1786323369 @simbit18 Please remove the duplicated commit message next time. ``` commit 1bcf01e7a8f8e18a52b34eea92616c92467499c2 Author: simbit18 <101105604+simbi...@users.nor

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

2023-10-30 Thread via GitHub
xiaotailang commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1786332829 hello everyone ! I encountered a problem while developing Ethernet PTP. After enabling PTP function by setting PTP-related registers, a hardfault occurred. Upon tracing the issue

Re: [PR] Add supoort for hpm6360evk [nuttx]

2023-10-30 Thread via GitHub
xiaoxiang781216 commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1786359233 please drop the merge patch from PR, @freakishness . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] boards: cxd56xx: Add cxd5610 gnss driver [nuttx]

2023-10-30 Thread via GitHub
SPRESENSE opened a new pull request, #11101: URL: https://github.com/apache/nuttx/pull/11101 ## Summary boards: cxd56xx: Add cxd5610 gnss driver ## Impact Only spresense board ## Testing -- This is an automated message from the Apache Git Service. To respond to

Re: [I] Documentation: CI doesn't catch new errors and warnings from sphinx-build [nuttx]

2023-10-30 Thread via GitHub
btashton commented on issue #11084: URL: https://github.com/apache/nuttx/issues/11084#issuecomment-1786379846 This is the blocker to this :( https://github.com/apache/nuttx/pull/9344#issuecomment-134271 -- This is an automated message from the Apache Git Service. To respond to the

[PR] sched: explicitly select the cpuload clock source configuration [nuttx]

2023-10-30 Thread via GitHub
Gary-Hobson opened a new pull request, #11102: URL: https://github.com/apache/nuttx/pull/11102 ## Summary Different configurations require different dependencies. Explicitly select dependencies to avoid automatically selecting inappropriate configurations. ## Impact ## T

[PR] nsh: explicitly select the cpuload clock source configuration [nuttx-apps]

2023-10-30 Thread via GitHub
Gary-Hobson opened a new pull request, #2170: URL: https://github.com/apache/nuttx-apps/pull/2170 ## Summary Modify cpuload configuration name, see this PR for details:https://github.com/apache/nuttx/pull/11102 ## Impact ## Testing -- This is an automated message

Re: [PR] nuttx/include/spawn: Suppress compiler warning for posix_spawnattr_destroy. [nuttx]

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

(nuttx) branch master updated: libs/libc/spawn: Add minimal implementation for posix_spawnattr_destory.

2023-10-30 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 c1db9732c5 libs/libc/spawn: Add minimal implem

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

2023-10-30 Thread via GitHub
PetteriAimonen commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1786517982 @xiaotailang For STM32F4x7 it works this way (from reference manual section "Rx DMA configuration": > If IEEE 1588 time stamping is enabled, the DMA writes the time sta