[GitHub] [incubator-nuttx-apps] no1wudi opened a new pull request #1033: ostest: Introduce basic setjmp/longjmp test

2022-02-27 Thread GitBox
no1wudi opened a new pull request #1033: URL: https://github.com/apache/incubator-nuttx-apps/pull/1033 ## Summary Test setjmp/longjmp in ostest. ## Impact ostest ## Testing sabre-6quad:nsh and rv-virt:nsh -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] anchao merged pull request #5507: arch: Align the implementation of stack related functions

2022-02-27 Thread GitBox
anchao merged pull request #5507: URL: https://github.com/apache/incubator-nuttx/pull/5507 -- 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 (f42b56b -> 872c570)

2022-02-27 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/incubator-nuttx.git. from f42b56b input/touch: Remove the couple from uinput add 3bf416e arch: Move STACK_ALIGNMENT definition

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5636: arch/risc-v/qemu-rv: Set FS bits in mstatus

2022-02-27 Thread GitBox
no1wudi opened a new pull request #5636: URL: https://github.com/apache/incubator-nuttx/pull/5636 ## Summary FPU test may fail without correct FS bits. ## Impact rv-virt ## Testing QEMU -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #5635: fs/romfs: optimize romfs_open speed and get path by cmd FIOC_FILEPATH

2022-02-27 Thread GitBox
Donny9 opened a new pull request #5635: URL: https://github.com/apache/incubator-nuttx/pull/5635 ## Summary 1. Cache all file node info to ram when file system is mounted, then it can avoid emmc/mmcsd access to improve access speed when using romfs_open/romfs_opendir/romfs_readdir.

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5571: drivers: exclude BSD components from build

2022-02-27 Thread GitBox
masayuki2009 commented on pull request #5571: URL: https://github.com/apache/incubator-nuttx/pull/5571#issuecomment-1053909920 >By default exclude from build all drivers that have BDS license. @jerpelea I think the CI can not detect build errors for BSD licensed drivers if

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #5634: tools:add parsememdump.py to parse memdump info(by cmd: memdump all)

2022-02-27 Thread GitBox
Donny9 opened a new pull request #5634: URL: https://github.com/apache/incubator-nuttx/pull/5634 ## Summary This script will help you analyze memdump log files, analyze the number of occurrences of backtrace, and output stack information memdump log files need this format:

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5590: os init_state: add new state OSINIT_IDLELOOP

2022-02-27 Thread GitBox
xiaoxiang781216 commented on pull request #5590: URL: https://github.com/apache/incubator-nuttx/pull/5590#issuecomment-1053808729 It's good to know that this patch could catch the potential issue. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5590: os init_state: add new state OSINIT_IDLELOOP

2022-02-27 Thread GitBox
masayuki2009 commented on pull request #5590: URL: https://github.com/apache/incubator-nuttx/pull/5590#issuecomment-1053806902 >So do you mean that this PR does not permit such a debug log? >If so, this would be a big restriction for debugging. @GUIDINGLI @xiaoxiang781216

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #5633: Fix imx6

2022-02-27 Thread GitBox
masayuki2009 opened a new pull request #5633: URL: https://github.com/apache/incubator-nuttx/pull/5633 ## Summary - This PR contains the following 2 commits - commit1: arch: imx6: Refactor imx_lowputc() - Remove '\n' -> '\r\n' conversion - Remove waiting for FIFO empty

[incubator-nuttx-website] branch asf-site updated: Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: f42b56b1c4b0881becd338633f276697ed20a6ca

2022-02-27 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 f978641 Publishing

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #5632: sched: group: Fix dataabort when exiting task or pthread if ARCH_ADDR_ENV=y

2022-02-27 Thread GitBox
masayuki2009 opened a new pull request #5632: URL: https://github.com/apache/incubator-nuttx/pull/5632 ## Summary - I noticed that exiting task or pthread causes dataabort if ARCH_ADDRENV=y - This commit fixes this issue by switching the addrenv correctly ## Impact -

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5631: input: Remove the couple from uinput

2022-02-27 Thread GitBox
pkarashchenko merged pull request #5631: URL: https://github.com/apache/incubator-nuttx/pull/5631 -- 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 (fa761a8 -> f42b56b)

2022-02-27 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/incubator-nuttx.git. from fa761a8 sched/timer: remove unused variable new 63c911f input/button: Remove the couple from

[incubator-nuttx] 01/02: input/button: Remove the couple from uinput

2022-02-27 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/incubator-nuttx.git commit 63c911fb56495f91125ed2cea30db61c75fccf86 Author: Xiang Xiao AuthorDate: Sat Feb 26 23:06:45 2022 +0800

[incubator-nuttx] 02/02: input/touch: Remove the couple from uinput

2022-02-27 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/incubator-nuttx.git commit f42b56b1c4b0881becd338633f276697ed20a6ca Author: Xiang Xiao AuthorDate: Sat Feb 26 23:05:03 2022 +0800

[GitHub] [incubator-nuttx] hartmannathan merged pull request #5630: sched/timer: remove unused variable

2022-02-27 Thread GitBox
hartmannathan merged pull request #5630: URL: https://github.com/apache/incubator-nuttx/pull/5630 -- 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: sched/timer: remove unused variable

2022-02-27 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan 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 fa761a8 sched/timer: remove

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
pkarashchenko commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815468410 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer, /*

[incubator-nuttx] branch master updated: fix up_tls_info define for BUILD_KERNEL

2022-02-27 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 fbf05db fix up_tls_info define for

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5629: fix up_tls_info define for BUILD_KERNEL

2022-02-27 Thread GitBox
xiaoxiang781216 merged pull request #5629: URL: https://github.com/apache/incubator-nuttx/pull/5629 -- 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,

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5624: joystick/buttons: Fix the event lose between the invocation of poll

2022-02-27 Thread GitBox
pkarashchenko commented on pull request #5624: URL: https://github.com/apache/incubator-nuttx/pull/5624#issuecomment-1053618571 > > Please update the PR description with a use case that you are trying to fix. The changes seems to be not straight forward to me. I need to explanation to

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815467176 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer,

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5624: joystick/buttons: Fix the event lose between the invocation of poll

2022-02-27 Thread GitBox
xiaoxiang781216 edited a comment on pull request #5624: URL: https://github.com/apache/incubator-nuttx/pull/5624#issuecomment-1053616123 > Please update the PR description with a use case that you are trying to fix. The changes seems to be not straight forward to me. I need to explanation

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
pkarashchenko commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815466236 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer, /*

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5624: joystick/buttons: Fix the event lose between the invocation of poll

2022-02-27 Thread GitBox
xiaoxiang781216 edited a comment on pull request #5624: URL: https://github.com/apache/incubator-nuttx/pull/5624#issuecomment-1053616123 > Please update the PR description with a use case that you are trying to fix. The changes seems to be not straight forward to me. I need to explanation

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5624: joystick/buttons: Fix the event lose between the invocation of poll

2022-02-27 Thread GitBox
xiaoxiang781216 commented on pull request #5624: URL: https://github.com/apache/incubator-nuttx/pull/5624#issuecomment-1053616123 > Please update the PR description with a use case that you are trying to fix. The changes seems to be not straight forward to me. I need to explanation to

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
pkarashchenko commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815466236 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer, /*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815464628 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815464628 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815464628 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815464628 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer,

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5624: joystick/buttons: Fix the event lose between the invocation of poll

2022-02-27 Thread GitBox
pkarashchenko commented on pull request #5624: URL: https://github.com/apache/incubator-nuttx/pull/5624#issuecomment-1053606572 Please update the PR description with a use case that you are trying to fix. The changes seems to be not straight forward to me. I need to explanation to

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5625: joystick: Remove [a|d]joy_enable from [a|d]joy_sample

2022-02-27 Thread GitBox
pkarashchenko commented on pull request #5625: URL: https://github.com/apache/incubator-nuttx/pull/5625#issuecomment-1053605271 Currently `ajoy_enable` is called from `ajoy_sample` that is called from `ajoy_interrupt`. Also `ajoy_enable` is called from `ajoy_ioctl` for example. You are

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
pkarashchenko commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815460851 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer, /*

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5631: input: Remove the couple from uinput

2022-02-27 Thread GitBox
xiaoxiang781216 opened a new pull request #5631: URL: https://github.com/apache/incubator-nuttx/pull/5631 ## Summary - input/button: Remove the couple from uinput - input/touch: Remove the couple from uinput ## Impact Minor ## Testing Pass CI -- This is

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5625: joystick: Remove [a|d]joy_enable from [a|d]joy_sample

2022-02-27 Thread GitBox
xiaoxiang781216 commented on pull request #5625: URL: https://github.com/apache/incubator-nuttx/pull/5625#issuecomment-1053597780 > I think this change will be valid only after #5204 is merged. @pkarashchenko the change is independent with each other. -- This is an automated

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815457612 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815457612 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer,

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
pkarashchenko commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815456175 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer, /*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
xiaoxiang781216 commented on pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#issuecomment-1053591488 > Please fix > > ``` > Error: input/djoystick.c:608:32: error: variable 'priv' set but not used [-Werror=unused-but-set-variable] > 608 | FAR

[GitHub] [incubator-nuttx] minabeoki commented on pull request #5629: fix up_tls_info define for BUILD_KERNEL

2022-02-27 Thread GitBox
minabeoki commented on pull request #5629: URL: https://github.com/apache/incubator-nuttx/pull/5629#issuecomment-1053590596 @xiaoxiang781216 squashed. -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
pkarashchenko commented on pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#issuecomment-1053589448 Please fix ``` Error: input/djoystick.c:608:32: error: variable 'priv' set but not used [-Werror=unused-but-set-variable] 608 | FAR struct

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5625: joystick: Remove [a|d]joy_enable from [a|d]joy_sample

2022-02-27 Thread GitBox
pkarashchenko commented on pull request #5625: URL: https://github.com/apache/incubator-nuttx/pull/5625#issuecomment-1053589085 I think this change will be valid only after https://github.com/apache/incubator-nuttx/pull/5204 is merged. -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815455016 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer,

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
pkarashchenko commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815454108 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer, /*

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5204: joystck/buttons: Always protect the open list by critical section

2022-02-27 Thread GitBox
pkarashchenko commented on a change in pull request #5204: URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r815452990 ## File path: drivers/input/ajoystick.c ## @@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char *buffer, /*

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5630: sched/timer: remove unused variable

2022-02-27 Thread GitBox
pkarashchenko opened a new pull request #5630: URL: https://github.com/apache/incubator-nuttx/pull/5630 ## Summary Remove unused variable in POSIX timers implementation ## Impact None ## Testing Pass CI -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5629: fix up_tls_info define for BUILD_KERNEL

2022-02-27 Thread GitBox
xiaoxiang781216 commented on pull request #5629: URL: https://github.com/apache/incubator-nuttx/pull/5629#issuecomment-1053582347 let's squash into one patch? @minabeoki -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[incubator-nuttx] 02/04: arch: Remove the duplicated syscall.h in each arch

2022-02-27 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/incubator-nuttx.git commit 0c7517e57940abecfa720eaa5ad757561c98e093 Author: Xiang Xiao AuthorDate: Fri Feb 25 01:49:58 2022 +0800

[GitHub] [incubator-nuttx] anchao merged pull request #5607: arch: Remove the duplicated syscall.h in each arch

2022-02-27 Thread GitBox
anchao merged pull request #5607: URL: https://github.com/apache/incubator-nuttx/pull/5607 -- 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] 01/04: arch/xtensa: Remove the unused SYS_pthread_exit

2022-02-27 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/incubator-nuttx.git commit 8b77801b1c11628c3a1b65fdc281ad60b3da019d Author: Xiang Xiao AuthorDate: Fri Feb 25 03:50:06 2022 +0800

[incubator-nuttx] 03/04: arch: Move the content from svcall.h to syscall.h

2022-02-27 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/incubator-nuttx.git commit 087b9e5ff327f7992065cfe01c4cb11b675b7eae Author: Xiang Xiao AuthorDate: Fri Feb 25 02:46:21 2022 +0800

[incubator-nuttx] branch master updated (b57e0b6 -> 44bd321)

2022-02-27 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/incubator-nuttx.git. from b57e0b6 arm/armv7-a/r: check ARMV7A_DECODEFIQ on dataabort new 8b77801 arch/xtensa: Remove the

[incubator-nuttx] 04/04: arch: Remove SYS_RESERVED from Kconfg

2022-02-27 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/incubator-nuttx.git commit 44bd3212d403a343c1d3544946d04f62b53bb6eb Author: Xiang Xiao AuthorDate: Fri Feb 25 15:40:21 2022 +0800

[GitHub] [incubator-nuttx] minabeoki commented on pull request #5629: fix up_tls_info define for BUILD_KERNEL

2022-02-27 Thread GitBox
minabeoki commented on pull request #5629: URL: https://github.com/apache/incubator-nuttx/pull/5629#issuecomment-1053559341 fixed for build fail -- 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

[GitHub] [incubator-nuttx-apps] nandojve commented on pull request #929: MCUboot move apps to examples

2022-02-27 Thread GitBox
nandojve commented on pull request #929: URL: https://github.com/apache/incubator-nuttx-apps/pull/929#issuecomment-1053546033 depends on https://github.com/apache/incubator-nuttx/pull/5033 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] minabeoki commented on a change in pull request #5629: fix up_tls_info define for BUILD_KERNEL

2022-02-27 Thread GitBox
minabeoki commented on a change in pull request #5629: URL: https://github.com/apache/incubator-nuttx/pull/5629#discussion_r815417313 ## File path: libs/libc/tls/Make.defs ## @@ -27,6 +27,8 @@ endif ifneq ($(CONFIG_TLS_ALIGNED),y) CSRCS += tls_getinfo.c +else ifeq

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5629: fix up_tls_info define for BUILD_KERNEL

2022-02-27 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5629: URL: https://github.com/apache/incubator-nuttx/pull/5629#discussion_r815409109 ## File path: libs/libc/tls/Make.defs ## @@ -27,6 +27,8 @@ endif ifneq ($(CONFIG_TLS_ALIGNED),y) CSRCS += tls_getinfo.c +else ifeq

[GitHub] [incubator-nuttx] minabeoki opened a new pull request #5629: fix up_tls_info define for BUILD_KERNEL

2022-02-27 Thread GitBox
minabeoki opened a new pull request #5629: URL: https://github.com/apache/incubator-nuttx/pull/5629 ## Summary - In the case of BUILD_KERNEL, NuttX uses USR mode sp and SVC mode sp. - The kernel runs on SVC mode sp. - While the kernel is running, up_getsp() cannot get the TLS

[incubator-nuttx] 01/02: arm/armv7-a/r: handle swi on interrupt stack

2022-02-27 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 commit c369e471072e9204db83ad5bfbd0a621a8c69f83 Author: chao.an AuthorDate: Sun Feb 27 12:38:22 2022 +0800

[incubator-nuttx] branch master updated (fac10b6 -> b57e0b6)

2022-02-27 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from fac10b6 stm32f103re has a dac module.but the pinmap file has no corresponding definition new

[incubator-nuttx] 02/02: arm/armv7-a/r: check ARMV7A_DECODEFIQ on dataabort

2022-02-27 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 commit b57e0b6118feab02d88cce39cacb745950f02a0d Author: chao.an AuthorDate: Sun Feb 27 12:55:08 2022 +0800

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5628: arm/armv7-a/r: handle swi on interrupt stack

2022-02-27 Thread GitBox
masayuki2009 merged pull request #5628: URL: https://github.com/apache/incubator-nuttx/pull/5628 -- 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] xiaoxiang781216 commented on pull request #5624: joystick: Fix the event lose between the invocation of poll

2022-02-27 Thread GitBox
xiaoxiang781216 commented on pull request #5624: URL: https://github.com/apache/incubator-nuttx/pull/5624#issuecomment-1053350689 > @xiaoxiang781216 please do real test. It will avoid we receive complaint from users saying something is not working :-) We test with button_upper.c,