[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4627: libc: Move atexit/on_exit to user space

2021-09-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4627: URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r719109893 ## File path: include/signal.h ## @@ -234,6 +234,14 @@ # endif #endif +/* SIGEXIT is to trigger atext/on_exit logic */ + +#ifndef CON

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #4627: libc: Move atexit/on_exit to user space

2021-09-29 Thread GitBox
no1wudi commented on a change in pull request #4627: URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r719106603 ## File path: include/signal.h ## @@ -234,6 +234,14 @@ # endif #endif +/* SIGEXIT is to trigger atext/on_exit logic */ + +#ifndef CONFIG_SIG_

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4630: boards: spresense: Add charger/defconfig

2021-09-29 Thread GitBox
xiaoxiang781216 merged pull request #4630: URL: https://github.com/apache/incubator-nuttx/pull/4630 -- 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: boards: spresense: Add charger/defconfig

2021-09-29 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 43de6cc boards: spresense: Add char

[GitHub] [incubator-nuttx-apps] masayuki2009 merged pull request #859: examples/charger: Update enum type usage per kernel change

2021-09-29 Thread GitBox
masayuki2009 merged pull request #859: URL: https://github.com/apache/incubator-nuttx-apps/pull/859 -- 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: examples/charger: Update enum type usage per kernel change

2021-09-29 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 8d3a536 examples/charger: Updat

[GitHub] [incubator-nuttx] shuai532209720 opened a new pull request #4632: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
shuai532209720 opened a new pull request #4632: URL: https://github.com/apache/incubator-nuttx/pull/4632 ## Summary This PR is to support multiple buffers, like doube buffer. Reference linux kernel fbmem implement. reference links: https://github.com/torvalds/linux/blob/master/dri

[GitHub] [incubator-nuttx] shuai532209720 closed pull request #4631: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
shuai532209720 closed pull request #4631: URL: https://github.com/apache/incubator-nuttx/pull/4631 -- 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] shuai532209720 opened a new pull request #4631: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
shuai532209720 opened a new pull request #4631: URL: https://github.com/apache/incubator-nuttx/pull/4631 ## Summary This PR is to support multiple buffers, like doube buffer. Reference linux kernel fbmem implement. reference links: https://github.com/torvalds/linux/blob/master/dri

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
masayuki2009 merged pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626 -- 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: power/battery: Move the enumurate to the common place

2021-09-29 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 77bc1d1 power/battery: Move the enum

[GitHub] [incubator-nuttx] shuai532209720 closed pull request #4623: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
shuai532209720 closed pull request #4623: URL: https://github.com/apache/incubator-nuttx/pull/4623 -- 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 #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
xiaoxiang781216 commented on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930799479 Fix here https://github.com/apache/incubator-nuttx-apps/pull/859 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #859: examples/charger: Update enum type usage per kernel change

2021-09-29 Thread GitBox
xiaoxiang781216 opened a new pull request #859: URL: https://github.com/apache/incubator-nuttx-apps/pull/859 ## 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 UR

[GitHub] [incubator-nuttx] shuai532209720 commented on a change in pull request #4623: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
shuai532209720 commented on a change in pull request #4623: URL: https://github.com/apache/incubator-nuttx/pull/4623#discussion_r719054910 ## File path: include/nuttx/video/fb.h ## @@ -283,6 +283,10 @@ #define FBIOGET_FRAMERATE _FBIOC(0x0015) /* Get frame rate

[GitHub] [incubator-nuttx] shuai532209720 commented on a change in pull request #4623: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
shuai532209720 commented on a change in pull request #4623: URL: https://github.com/apache/incubator-nuttx/pull/4623#discussion_r719054910 ## File path: include/nuttx/video/fb.h ## @@ -283,6 +283,10 @@ #define FBIOGET_FRAMERATE _FBIOC(0x0015) /* Get frame rate

[GitHub] [incubator-nuttx] shuai532209720 commented on a change in pull request #4623: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
shuai532209720 commented on a change in pull request #4623: URL: https://github.com/apache/incubator-nuttx/pull/4623#discussion_r719054910 ## File path: include/nuttx/video/fb.h ## @@ -283,6 +283,10 @@ #define FBIOGET_FRAMERATE _FBIOC(0x0015) /* Get frame rate

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #4630: boards: spresense: Add charger/defconfig

2021-09-29 Thread GitBox
masayuki2009 opened a new pull request #4630: URL: https://github.com/apache/incubator-nuttx/pull/4630 ## Summary - This commit adds charger/defconfig ## Impact - None ## Testing - Build only -- This is an automated message from the Apache Git Se

[GitHub] [incubator-nuttx] SPRESENSE commented on pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
SPRESENSE commented on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930760392 > @SPRESENSE > Do you have any comments on this PR? Thanks for mentioning me. There is no problem if you update `apps/examples/charger/charger_main.c` at t

[incubator-nuttx] branch master updated (dfc08a0 -> b9d1fcb)

2021-09-29 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 dfc08a0 sched/sched/remove_readytorun.c: Fix CPU affinity issues in SMP add b9d1fcb Use ethernet

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4628: Use ethernet MAC programmed in imxrt OCOTP MAC0/MAC1 (teensy board)

2021-09-29 Thread GitBox
xiaoxiang781216 merged pull request #4628: URL: https://github.com/apache/incubator-nuttx/pull/4628 -- 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] quantumhu commented on issue #4629: Can't get Particle Photon Wi-Fi to work on 2 different versions

2021-09-29 Thread GitBox
quantumhu commented on issue #4629: URL: https://github.com/apache/incubator-nuttx/issues/4629#issuecomment-930656581 Update: When I use my phone hotspot, it is able to connect on both versions of NuttX and I'm able to successfully telnet. I assume that my iPhone uses WPA2 Personal, so th

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
xiaoxiang781216 commented on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930161712 Ok, add @masayuki2009 as reviewer too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-09-29 Thread GitBox
acassis commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r717977589 ## File path: arch/xtensa/src/esp32/esp32_ble.c ## @@ -0,0 +1,344 @@ +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4627: libc: Move atexit/on_exit to user space

2021-09-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4627: URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r718429633 ## File path: include/signal.h ## @@ -234,6 +234,14 @@ # endif #endif +/* SIGEXIT is to trigger atext/on_exit logic */ + +#ifndef CON

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
xiaoxiang781216 edited a comment on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930161712 Ok, add @masayuki2009 as reviewer too. It's safe If user just use enum value, but not type(e.g. battery_monitor_status_e). -- This is an automated messa

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-09-29 Thread GitBox
gustavonihei commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r718553018 ## File path: arch/xtensa/src/esp32/Kconfig ## @@ -1170,6 +1182,33 @@ endchoice endmenu # ESP32_WIRELESS +menu "BLE Configuration" +

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
gustavonihei commented on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930154789 I'm okay with the changes, but I believe it is important to get the feedback from @masayuki2009, since it may affect to some extent applications targeting the Spres

[GitHub] [incubator-nuttx] vito-chl commented on pull request #4619: sched: Fix CPU affinity issues in SMP

2021-09-29 Thread GitBox
vito-chl commented on pull request #4619: URL: https://github.com/apache/incubator-nuttx/pull/4619#issuecomment-929842411 @masayuki2009 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 the

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4623: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
gustavonihei commented on a change in pull request #4623: URL: https://github.com/apache/incubator-nuttx/pull/4623#discussion_r718468359 ## File path: include/nuttx/video/fb.h ## @@ -283,6 +283,10 @@ #define FBIOGET_FRAMERATE _FBIOC(0x0015) /* Get frame rate

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4619: sched: Fix CPU affinity issues in SMP

2021-09-29 Thread GitBox
masayuki2009 merged pull request #4619: URL: https://github.com/apache/incubator-nuttx/pull/4619 -- 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

[GitHub] [incubator-nuttx] jerpelea commented on pull request #4619: sched: Fix CPU affinity issues in SMP

2021-09-29 Thread GitBox
jerpelea commented on pull request #4619: URL: https://github.com/apache/incubator-nuttx/pull/4619#issuecomment-929886771 LGTM -- 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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
masayuki2009 commented on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930625398 >Ok, add @masayuki2009 as reviewer too. It's safe If user just use enum value, but not type(e.g. battery_monitor_status_e). I think we need to modify ./sdk/ap

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4625: esp32-c3/esp32-s2: Fix the sequence of commands to set the alarm value on rt timer.

2021-09-29 Thread GitBox
gustavonihei merged pull request #4625: URL: https://github.com/apache/incubator-nuttx/pull/4625 -- 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-website] branch asf-site updated: Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: dfc08a0b6600c611f06a4b96c5870807c2e988cc

2021-09-29 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 02f02dd Publishing web

[GitHub] [incubator-nuttx] masayuki2009 commented on a change in pull request #4619: sched: Fix CPU affinity issues in SMP

2021-09-29 Thread GitBox
masayuki2009 commented on a change in pull request #4619: URL: https://github.com/apache/incubator-nuttx/pull/4619#discussion_r718030443 ## File path: sched/sched/sched_removereadytorun.c ## @@ -209,20 +209,16 @@ bool nxsched_remove_readytorun(FAR struct tcb_s *rtcb) i

[GitHub] [incubator-nuttx] quantumhu opened a new issue #4629: Can't get Particle Photon Wi-Fi to work on 3 different versions

2021-09-29 Thread GitBox
quantumhu opened a new issue #4629: URL: https://github.com/apache/incubator-nuttx/issues/4629 I'm having an identical issue to a previously closed issue here: https://github.com/apache/incubator-nuttx/issues/3663 I have the Particle Photon board and am unable to get the WiFi working

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
masayuki2009 commented on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930625398 >Ok, add @masayuki2009 as reviewer too. It's safe If user just use enum value, but not type(e.g. battery_monitor_status_e). I think we need to modify ./sdk/ap

[GitHub] [incubator-nuttx] pbrier opened a new pull request #4628: Use ethernet MAC programmed in imxrt OCOTP MAC0/MAC1 (teensy board)

2021-09-29 Thread GitBox
pbrier opened a new pull request #4628: URL: https://github.com/apache/incubator-nuttx/pull/4628 ## Summary This PR makes it possible to use the MAC address that is stored in the OCOTP memory (if programmed) for the imxrt Teensy board. ## Impact Adds a config flag i

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-09-29 Thread GitBox
gustavonihei commented on a change in pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509#discussion_r718553018 ## File path: arch/xtensa/src/esp32/Kconfig ## @@ -1170,6 +1182,33 @@ endchoice endmenu # ESP32_WIRELESS +menu "BLE Configuration" +

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
xiaoxiang781216 edited a comment on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930161712 Ok, add @masayuki2009 as reviewer too. It's safe If user just use enum value, but not type(e.g. battery_monitor_status_e). -- This is an automated messa

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
xiaoxiang781216 commented on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930161712 Ok, add @masayuki2009 as reviewer too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #4626: power/battery: Move the enumurate to the common place

2021-09-29 Thread GitBox
gustavonihei commented on pull request #4626: URL: https://github.com/apache/incubator-nuttx/pull/4626#issuecomment-930154789 I'm okay with the changes, but I believe it is important to get the feedback from @masayuki2009, since it may affect to some extent applications targeting the Spres

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4623: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
gustavonihei commented on a change in pull request #4623: URL: https://github.com/apache/incubator-nuttx/pull/4623#discussion_r718478364 ## File path: include/nuttx/video/fb.h ## @@ -315,11 +319,15 @@ struct fb_videoinfo_s struct fb_planeinfo_s { - FAR void *fbmem;

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4623: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
gustavonihei commented on a change in pull request #4623: URL: https://github.com/apache/incubator-nuttx/pull/4623#discussion_r718474758 ## File path: include/nuttx/video/fb.h ## @@ -315,11 +319,15 @@ struct fb_videoinfo_s struct fb_planeinfo_s { - FAR void *fbmem;

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4623: feat: driver: support double buffer for display

2021-09-29 Thread GitBox
gustavonihei commented on a change in pull request #4623: URL: https://github.com/apache/incubator-nuttx/pull/4623#discussion_r718468359 ## File path: include/nuttx/video/fb.h ## @@ -283,6 +283,10 @@ #define FBIOGET_FRAMERATE _FBIOC(0x0015) /* Get frame rate

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4627: libc: Move atexit/on_exit to user space

2021-09-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4627: URL: https://github.com/apache/incubator-nuttx/pull/4627#discussion_r718429633 ## File path: include/signal.h ## @@ -234,6 +234,14 @@ # endif #endif +/* SIGEXIT is to trigger atext/on_exit logic */ + +#ifndef CON

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #4627: libc: Move atexit/on_exit to user space

2021-09-29 Thread GitBox
no1wudi opened a new pull request #4627: URL: https://github.com/apache/incubator-nuttx/pull/4627 ## Summary 1. Add a new non-standard signal `SIGEXIT` 2. Use signal infrastructure in nxtask_exithook by `nxsig_tcbdispatch` instead of a new syscall to trigger user space callbacks

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4619: sched: Fix CPU affinity issues in SMP

2021-09-29 Thread GitBox
masayuki2009 merged pull request #4619: URL: https://github.com/apache/incubator-nuttx/pull/4619 -- 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 (8a142f4 -> dfc08a0)

2021-09-29 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 8a142f4 xtensa/esp32-s2/rttimer: Disable alarm before setting a new value and enabling it new cb380

[incubator-nuttx] 01/02: sched/sched_setpriority.c: Fix CPU affinity issues in SMP

2021-09-29 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 cb38060db2540fec59459ca7f85e857f82e4f709 Author: chenhonglin AuthorDate: Tue Sep 28 11:23:06 2021 +0800

[incubator-nuttx] 02/02: sched/sched/remove_readytorun.c: Fix CPU affinity issues in SMP

2021-09-29 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 dfc08a0b6600c611f06a4b96c5870807c2e988cc Author: chenhonglin AuthorDate: Tue Sep 28 11:28:05 2021 +0800