[GitHub] [incubator-nuttx] adamkaliszan commented on pull request #6378: SSD1680 e-ink driver

2022-06-10 Thread GitBox
adamkaliszan commented on PR #6378: URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1152086897 I will split this pull request int two parts: driver and BSP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] adamkaliszan opened a new pull request, #6404: Driver ssd1680 nobsp

2022-06-10 Thread GitBox
adamkaliszan opened a new pull request, #6404: URL: https://github.com/apache/incubator-nuttx/pull/6404 ## Summary E-INK driver for SSD1680 chipset ## Impact None ## Testing Tested on ESP32 Lilygo T5V2.2 board. There is no BSP in this pull requests so the tests on real hardw

[GitHub] [incubator-nuttx] adamkaliszan commented on pull request #6378: SSD1680 e-ink driver

2022-06-10 Thread GitBox
adamkaliszan commented on PR #6378: URL: https://github.com/apache/incubator-nuttx/pull/6378#issuecomment-1152091379 I would like to withdraw this pull request. I have added new pull request with driver only, without BSP -- This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-nuttx] adamkaliszan closed pull request #6378: SSD1680 e-ink driver

2022-06-10 Thread GitBox
adamkaliszan closed pull request #6378: SSD1680 e-ink driver URL: https://github.com/apache/incubator-nuttx/pull/6378 -- 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 unsubsc

[GitHub] [incubator-nuttx-apps] adamkaliszan opened a new pull request, #1192: Serialblaster

2022-06-10 Thread GitBox
adamkaliszan opened a new pull request, #1192: URL: https://github.com/apache/incubator-nuttx-apps/pull/1192 ## Summary Serlalblaster exemplay app bugfixes. In my opinion there ware many bugs in previous implementation. ## Impact None ## Testing Yes, on Nucleo Wl55JC bo

[GitHub] [incubator-nuttx-apps] adamkaliszan closed pull request #1192: Serialblaster

2022-06-10 Thread GitBox
adamkaliszan closed pull request #1192: Serialblaster URL: https://github.com/apache/incubator-nuttx-apps/pull/1192 -- 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 unsubscri

[GitHub] [incubator-nuttx-apps] adamkaliszan opened a new pull request, #1193: serialblaster bugfix

2022-06-10 Thread GitBox
adamkaliszan opened a new pull request, #1193: URL: https://github.com/apache/incubator-nuttx-apps/pull/1193 ## Summary Serlalblaster exemplary app bugfixes. In my opinion there ware many bugs in previous implementation. ## Impact None ## Testing Yes, on Nucleo Wl55JC b

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #6037: thread and task behavior should be consistent?

2022-06-10 Thread GitBox
xiaoxiang781216 closed issue #6037: thread and task behavior should be consistent? URL: https://github.com/apache/incubator-nuttx/issues/6037 -- 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 spec

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #6037: thread and task behavior should be consistent?

2022-06-10 Thread GitBox
xiaoxiang781216 commented on issue #6037: URL: https://github.com/apache/incubator-nuttx/issues/6037#issuecomment-1152128990 Close, already fixed by #6038 -- 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

[GitHub] [incubator-nuttx-apps] jlaitine opened a new pull request, #1194: nshlib/nsh_envcmd.c: Change cmd_unset to only unset existing env vari…

2022-06-10 Thread GitBox
jlaitine opened a new pull request, #1194: URL: https://github.com/apache/incubator-nuttx-apps/pull/1194 …ables Correct the problem, where "unset" always gives an error message if the variable is not exported (promoted to group-wide environment variable) This fixes the issue

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #6401: fs/mqueue: skip nxmq_pollnotify() if no poll waiters

2022-06-10 Thread GitBox
masayuki2009 merged PR #6401: URL: https://github.com/apache/incubator-nuttx/pull/6401 -- 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.

[incubator-nuttx] branch master updated: fs/mqueue: skip nxmq_pollnotify() if no poll waiters

2022-06-10 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 2fa7ebc18f fs/mqueue: skip nxmq_polln

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6404: Driver ssd1680 nobsp

2022-06-10 Thread GitBox
xiaoxiang781216 commented on code in PR #6404: URL: https://github.com/apache/incubator-nuttx/pull/6404#discussion_r894351731 ## drivers/lcd/Kconfig: ## @@ -323,38 +323,6 @@ config LCD_HILETGO LCD_MAXCONTRAST should be 255, but any value >0 and <=255 will be acc

[GitHub] [incubator-nuttx-apps] davids5 commented on a diff in pull request #1193: serialblaster bugfix

2022-06-10 Thread GitBox
davids5 commented on code in PR #1193: URL: https://github.com/apache/incubator-nuttx-apps/pull/1193#discussion_r894365990 ## examples/serialblaster/serialblaster_main.c: ## @@ -59,7 +59,7 @@ int main(int argc, FAR char *argv[]) int ret; int fd; FAR char *devpath; - i

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1194: nshlib/nsh_envcmd.c: Change cmd_unset to only unset existing env vari…

2022-06-10 Thread GitBox
xiaoxiang781216 commented on code in PR #1194: URL: https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894393603 ## nshlib/nsh_envcmds.c: ## @@ -533,30 +533,46 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) { #if defined(CONFIG_NSH_VAR

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #6405: risc-v/mpfs: Move the entry point to .start section

2022-06-10 Thread GitBox
pussuw opened a new pull request, #6405: URL: https://github.com/apache/incubator-nuttx/pull/6405 Remove the object linkage and use an explicit .start section ## Summary Define an explicit .start section where the entry point is placed. Also, remove _vectors (which is copy&paste fr

[GitHub] [incubator-nuttx-apps] jlaitine commented on a diff in pull request #1194: nshlib/nsh_envcmd.c: Change cmd_unset to only unset existing env vari…

2022-06-10 Thread GitBox
jlaitine commented on code in PR #1194: URL: https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894397551 ## nshlib/nsh_envcmds.c: ## @@ -533,30 +533,46 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) { #if defined(CONFIG_NSH_VARS) || !

[GitHub] [incubator-nuttx-apps] adamkaliszan commented on a diff in pull request #1193: serialblaster bugfix

2022-06-10 Thread GitBox
adamkaliszan commented on code in PR #1193: URL: https://github.com/apache/incubator-nuttx-apps/pull/1193#discussion_r894403272 ## examples/serialblaster/serialblaster_main.c: ## @@ -59,7 +59,7 @@ int main(int argc, FAR char *argv[]) int ret; int fd; FAR char *devpath;

[GitHub] [incubator-nuttx-apps] jlaitine commented on a diff in pull request #1194: nshlib/nsh_envcmd.c: Change cmd_unset to only unset existing env vari…

2022-06-10 Thread GitBox
jlaitine commented on code in PR #1194: URL: https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894412003 ## nshlib/nsh_envcmds.c: ## @@ -533,29 +533,45 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) { #if defined(CONFIG_NSH_VARS) || !

[GitHub] [incubator-nuttx] adamkaliszan closed pull request #6404: Driver ssd1680 nobsp

2022-06-10 Thread GitBox
adamkaliszan closed pull request #6404: Driver ssd1680 nobsp URL: https://github.com/apache/incubator-nuttx/pull/6404 -- 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 unsubsc

[GitHub] [incubator-nuttx] XinStellaris opened a new pull request, #6406: driver/rc: add IR configuration information

2022-06-10 Thread GitBox
XinStellaris opened a new pull request, #6406: URL: https://github.com/apache/incubator-nuttx/pull/6406 Signed-off-by: chen...@espressif.com ## Summary It is hard to distiguish different lirc devices, since "struct lirc_lowerhalf_s" has no member for underlying private drivers.

[GitHub] [incubator-nuttx] adamkaliszan opened a new pull request, #6407: Driver ssd1680 nobsp

2022-06-10 Thread GitBox
adamkaliszan opened a new pull request, #6407: URL: https://github.com/apache/incubator-nuttx/pull/6407 ## Summary E-ink display Driver with chipset SSD1680 ## Impact None ## Testing On Eps32 lilygo T5V2.2 BSP will be added in next pull request. Testing on hardware requires

[GitHub] [incubator-nuttx] adamkaliszan closed pull request #6407: Driver ssd1680 nobsp

2022-06-10 Thread GitBox
adamkaliszan closed pull request #6407: Driver ssd1680 nobsp URL: https://github.com/apache/incubator-nuttx/pull/6407 -- 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 unsubsc

[GitHub] [incubator-nuttx] adamkaliszan opened a new pull request, #6408: e-ink ssd1680 driver

2022-06-10 Thread GitBox
adamkaliszan opened a new pull request, #6408: URL: https://github.com/apache/incubator-nuttx/pull/6408 ## Summary E-ink driver for chipsed sssd 1680 No BSP files ## Impact None ## Testing On ESP32 lilygo tty t5v2.2 -- This is an automated message from the Apache

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6405: risc-v/mpfs: Move the entry point to .start section

2022-06-10 Thread GitBox
xiaoxiang781216 merged PR #6405: URL: https://github.com/apache/incubator-nuttx/pull/6405 -- 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

[incubator-nuttx] branch master updated: risc-v/mpfs: Move the entry point to .start section

2022-06-10 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 16286081e1 risc-v/mpfs: Move the ent

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6406: driver/rc: add IR configuration information

2022-06-10 Thread GitBox
xiaoxiang781216 commented on PR #6406: URL: https://github.com/apache/incubator-nuttx/pull/6406#issuecomment-1152311462 But you can embed lirc_lowerhalf_s in a bigger struct like this: ``` struct lirc_xxx_lowerhalf_s { struct lirc_lowerhalf_s base; ; ... }

[GitHub] [incubator-nuttx] XinStellaris commented on pull request #6406: driver/rc: add IR configuration information

2022-06-10 Thread GitBox
XinStellaris commented on PR #6406: URL: https://github.com/apache/incubator-nuttx/pull/6406#issuecomment-1152321134 yes…i just read other drivers and got it. i will close this pr ---Original--- From: "Xiang ***@***.***> Date: Fri, Jun 10, 2022 20:34 PM To: ***@***.***

[GitHub] [incubator-nuttx] XinStellaris closed pull request #6406: driver/rc: add IR configuration information

2022-06-10 Thread GitBox
XinStellaris closed pull request #6406: driver/rc: add IR configuration information URL: https://github.com/apache/incubator-nuttx/pull/6406 -- 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 speci

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6408: e-ink ssd1680 driver

2022-06-10 Thread GitBox
xiaoxiang781216 merged PR #6408: URL: https://github.com/apache/incubator-nuttx/pull/6408 -- 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

[incubator-nuttx] branch master updated: e-ink ssd1680 driver

2022-06-10 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 88bfadc55d e-ink ssd1680 driver 88bf

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6409: mm: Add mm_uninitialize to release the resource

2022-06-10 Thread GitBox
xiaoxiang781216 opened a new pull request, #6409: URL: https://github.com/apache/incubator-nuttx/pull/6409 ## Summary ## Impact New API ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6409: mm: Add mm_uninitialize to release the resource

2022-06-10 Thread GitBox
pkarashchenko commented on code in PR #6409: URL: https://github.com/apache/incubator-nuttx/pull/6409#discussion_r894748927 ## fs/procfs/fs_procfsmeminfo.c: ## @@ -582,4 +582,28 @@ void procfs_register_meminfo(FAR struct procfs_meminfo_entry_s *entry) g_procfs_meminfo = entr

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6409: mm: Add mm_uninitialize to release the resource

2022-06-10 Thread GitBox
pkarashchenko commented on code in PR #6409: URL: https://github.com/apache/incubator-nuttx/pull/6409#discussion_r894749417 ## fs/procfs/fs_procfsmeminfo.c: ## @@ -582,4 +582,28 @@ void procfs_register_meminfo(FAR struct procfs_meminfo_entry_s *entry) g_procfs_meminfo = entr

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6409: mm: Add mm_uninitialize to release the resource

2022-06-10 Thread GitBox
xiaoxiang781216 commented on code in PR #6409: URL: https://github.com/apache/incubator-nuttx/pull/6409#discussion_r894775078 ## fs/procfs/fs_procfsmeminfo.c: ## @@ -582,4 +582,28 @@ void procfs_register_meminfo(FAR struct procfs_meminfo_entry_s *entry) g_procfs_meminfo = en

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6400: ESP32-C3: Disable access to invalid memory regions using MPU

2022-06-10 Thread GitBox
xiaoxiang781216 merged PR #6400: URL: https://github.com/apache/incubator-nuttx/pull/6400 -- 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

[incubator-nuttx] branch master updated (88bfadc55d -> 59da1bc86a)

2022-06-10 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/incubator-nuttx.git from 88bfadc55d e-ink ssd1680 driver new 5805ad3954 risc-v/esp32c3: Disable access to invalid memory regio

[incubator-nuttx] 02/02: risc-v/esp32c3: Disable region protection on IDFboot for Flat build

2022-06-10 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 commit 59da1bc86aac23e591c394273964f86a4df781cc Author: Gustavo Henrique Nihei AuthorDate: Wed Jun 8 10:31:55 2022

[incubator-nuttx] 01/02: risc-v/esp32c3: Disable access to invalid memory regions using MPU

2022-06-10 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 commit 5805ad395462974023e323313f2800c195f118b3 Author: Gustavo Henrique Nihei AuthorDate: Tue Jun 7 16:30:34 2022

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1194: nshlib/nsh_envcmd.c: Change cmd_unset to only unset existing env vari…

2022-06-10 Thread GitBox
xiaoxiang781216 commented on code in PR #1194: URL: https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894798569 ## nshlib/nsh_envcmds.c: ## @@ -533,29 +533,49 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) { #if defined(CONFIG_NSH_VAR

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1194: nshlib/nsh_envcmd.c: Change cmd_unset to only unset existing env vari…

2022-06-10 Thread GitBox
xiaoxiang781216 commented on code in PR #1194: URL: https://github.com/apache/incubator-nuttx-apps/pull/1194#discussion_r894798569 ## nshlib/nsh_envcmds.c: ## @@ -533,29 +533,49 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) { #if defined(CONFIG_NSH_VAR

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6402: sched/mqueue: minor code tuning of message queue

2022-06-10 Thread GitBox
pkarashchenko commented on code in PR #6402: URL: https://github.com/apache/incubator-nuttx/pull/6402#discussion_r894796778 ## sched/mqueue/mq_send.c: ## @@ -70,19 +70,17 @@ int file_mq_send(FAR struct file *mq, FAR const char *msg, size_t msglen, unsigned int

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6403: sched/mqueue: configurable mqueue notification

2022-06-10 Thread GitBox
pkarashchenko commented on code in PR #6403: URL: https://github.com/apache/incubator-nuttx/pull/6403#discussion_r894815683 ## include/nuttx/mqueue.h: ## @@ -97,7 +97,9 @@ struct mqueue_inode_s #else uint16_t maxmsgsize;/* Max size of message in message queue */ #en

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1193: serialblaster bugfix

2022-06-10 Thread GitBox
pkarashchenko commented on code in PR #1193: URL: https://github.com/apache/incubator-nuttx-apps/pull/1193#discussion_r894843855 ## examples/serialblaster/serialblaster_main.c: ## @@ -84,25 +85,25 @@ int main(int argc, FAR char *argv[]) fd = open(devpath, O_RDWR); if (fd

[incubator-nuttx-website] branch asf-site updated: Publishing web: 42e9e27963415ec1359277228669d6b9c71c48d1 docs: 59da1bc86aac23e591c394273964f86a4df781cc

2022-06-10 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 0a432ec Publishing web

[GitHub] [incubator-nuttx] normanr commented on a diff in pull request #2836: arch:risc-v:bl602:add support for elf file apps.

2022-06-10 Thread GitBox
normanr commented on code in PR #2836: URL: https://github.com/apache/incubator-nuttx/pull/2836#discussion_r894950662 ## boards/risc-v/bl602/bl602evb/src/bl602_bringup.c: ## @@ -45,6 +45,17 @@ #include #endif +#ifdef CONFIG_FS_ROMFS +#include + +#define BL602_XIP_START_ADD

[GitHub] [incubator-nuttx] normanr commented on a diff in pull request #2836: arch:risc-v:bl602:add support for elf file apps.

2022-06-10 Thread GitBox
normanr commented on code in PR #2836: URL: https://github.com/apache/incubator-nuttx/pull/2836#discussion_r894950662 ## boards/risc-v/bl602/bl602evb/src/bl602_bringup.c: ## @@ -45,6 +45,17 @@ #include #endif +#ifdef CONFIG_FS_ROMFS +#include + +#define BL602_XIP_START_ADD

[GitHub] [incubator-nuttx-apps] nimish commented on a diff in pull request #1191: Address #1190 -- EXAMPLES_ELF_CXX broken w/o exceptions

2022-06-10 Thread GitBox
nimish commented on code in PR #1191: URL: https://github.com/apache/incubator-nuttx-apps/pull/1191#discussion_r894958998 ## examples/elf/tests/helloxx/Makefile: ## @@ -110,10 +110,11 @@ $(BIN3): $(OBJS3) $(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $@ $(ARCHCRT0OBJ) $^ $(L

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6402: sched/mqueue: minor code tuning of message queue

2022-06-10 Thread GitBox
anchao commented on code in PR #6402: URL: https://github.com/apache/incubator-nuttx/pull/6402#discussion_r894966774 ## sched/mqueue/mq_send.c: ## @@ -70,19 +70,17 @@ int file_mq_send(FAR struct file *mq, FAR const char *msg, size_t msglen, unsigned int prio)

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6403: sched/mqueue: configurable mqueue notification

2022-06-10 Thread GitBox
anchao commented on code in PR #6403: URL: https://github.com/apache/incubator-nuttx/pull/6403#discussion_r894967135 ## include/nuttx/mqueue.h: ## @@ -97,7 +97,9 @@ struct mqueue_inode_s #else uint16_t maxmsgsize;/* Max size of message in message queue */ #endif +#i

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6403: sched/mqueue: configurable mqueue notification

2022-06-10 Thread GitBox
xiaoxiang781216 merged PR #6403: URL: https://github.com/apache/incubator-nuttx/pull/6403 -- 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

[incubator-nuttx] branch master updated (59da1bc86a -> 8da798926d)

2022-06-10 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/incubator-nuttx.git from 59da1bc86a risc-v/esp32c3: Disable region protection on IDFboot for Flat build add 8da798926d sched/

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6402: sched/mqueue: minor code tuning of message queue

2022-06-10 Thread GitBox
xiaoxiang781216 merged PR #6402: URL: https://github.com/apache/incubator-nuttx/pull/6402 -- 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

[incubator-nuttx] branch master updated: sched/mqueue: minor code tuning of message queue

2022-06-10 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 be33d66c05 sched/mqueue: minor code