[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4819: sched: Disable stdio api by default when DEFAULT_SMALL equals y

2021-11-11 Thread GitBox
xiaoxiang781216 opened a new pull request #4819: URL: https://github.com/apache/incubator-nuttx/pull/4819 ## Summary ## Impact defconfig with DEFAULT_SMALL ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, pl

[incubator-nuttx-website] branch asf-site updated: Publishing web: dae81ea3c7ae113846bd7d94778d565c9f4d4c43 docs: 8d799f214879f8d14afd080f6cc58b2d46d8b56e

2021-11-11 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new fee4998 Publishing web

[incubator-nuttx] branch master updated: Fix IOB functions The operations of struct iob_queue_s in qh_head & qh_tail are performed with interrupts disabled.

2021-11-11 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 8d799f2 Fix IOB functions The opera

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4814: net/can/can_recvmsg.c : put can_readahead in critical section

2021-11-11 Thread GitBox
xiaoxiang781216 merged pull request #4814: URL: https://github.com/apache/incubator-nuttx/pull/4814 -- 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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #891: Few cosmetics and typo fixes for sched_note app

2021-11-11 Thread GitBox
xiaoxiang781216 commented on pull request #891: URL: https://github.com/apache/incubator-nuttx-apps/pull/891#issuecomment-966357856 @Ouss4 a style warning need fix: ``` Error: /home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/system/sched_note/note_main.c:2:1: error:

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-11 Thread GitBox
Ouss4 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r747544613 ## File path: sched/semaphore/sem_trywait.c ## @@ -69,10 +69,6 @@ int nxsem_trywait(FAR sem_t *sem) irqstate_t flags; int ret; - /* This AP

[GitHub] [incubator-nuttx-apps] Ouss4 opened a new pull request #891: Few cosmetics and typo fixes for sched_note app

2021-11-11 Thread GitBox
Ouss4 opened a new pull request #891: URL: https://github.com/apache/incubator-nuttx-apps/pull/891 ## Summary Few cosmetics and typo fixes for sched_note app ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4811: procfs: fix ps can't log out Group id

2021-11-11 Thread GitBox
gustavonihei merged pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811 -- 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: c

[incubator-nuttx] branch master updated: procfs: fix ps can't log out Group id

2021-11-11 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei 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 87c47b8 procfs: fix ps can't log

[GitHub] [incubator-nuttx-apps] gustavonihei merged pull request #888: nshlib/nsh_proccmds.c: update ps_callback when get Group

2021-11-11 Thread GitBox
gustavonihei merged pull request #888: URL: https://github.com/apache/incubator-nuttx-apps/pull/888 -- 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

[incubator-nuttx-apps] branch master updated: nshlib/nsh_proccmds.c: update ps_callback when get Group

2021-11-11 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei 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 a4dd508 nshlib/nsh_proccmds

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #4811: procfs: fix ps can't log out Group id

2021-11-11 Thread GitBox
gustavonihei commented on pull request #4811: URL: https://github.com/apache/incubator-nuttx/pull/4811#issuecomment-966320070 > In the struct task_group_s the tg_pid & tgppid is always exist, so the `cmd_ps` don't need to depends on CONFIG_SCHED_HAVE_PARENT. > > And the cmd_ps actual

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-11 Thread GitBox
davids5 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r74757 ## File path: sched/semaphore/sem_trywait.c ## @@ -69,10 +69,6 @@ int nxsem_trywait(FAR sem_t *sem) irqstate_t flags; int ret; - /* This

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-11 Thread GitBox
davids5 commented on a change in pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#discussion_r74757 ## File path: sched/semaphore/sem_trywait.c ## @@ -69,10 +69,6 @@ int nxsem_trywait(FAR sem_t *sem) irqstate_t flags; int ret; - /* This

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4817: mpfs: uart: add a way to configure uart3 and uart4

2021-11-11 Thread GitBox
xiaoxiang781216 merged pull request #4817: URL: https://github.com/apache/incubator-nuttx/pull/4817 -- 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

[incubator-nuttx] branch master updated: mpfs: uart: add a way to configure uart3 and uart4

2021-11-11 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 876b399 mpfs: uart: add a way to co

[GitHub] [incubator-nuttx] zhuyanlinzyl opened a new pull request #4818: xtensa:mpu:use WRITEBACK attribute for intsram & extsram

2021-11-11 Thread GitBox
zhuyanlinzyl opened a new pull request #4818: URL: https://github.com/apache/incubator-nuttx/pull/4818 Signed-off-by: zhuyanlin ## Summary ## Impact No. ## Testing -- This is an automated message from the Apache Git Service. To respond to the message,