[GitHub] [incubator-nuttx] no1wudi closed pull request #6877: rwbuffer: Fix a build error

2022-08-18 Thread GitBox
no1wudi closed pull request #6877: rwbuffer: Fix a build error URL: https://github.com/apache/incubator-nuttx/pull/6877 -- 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 unsub

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: 27e8d058e7e8712d98449da7fd8fcb2f957855f0

2022-08-18 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 7b53885 Publishing web

[incubator-nuttx] branch master updated: sched: Simplify the cpuload process

2022-08-18 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 The following commit(s) were added to refs/heads/master by this push: new 27e8d058e7 sched: Simplify the c

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6866: sched: Simplify the cpuload process

2022-08-18 Thread GitBox
pkarashchenko merged PR #6866: URL: https://github.com/apache/incubator-nuttx/pull/6866 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6866: sched: Simplify the cpuload process

2022-08-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6866: URL: https://github.com/apache/incubator-nuttx/pull/6866#discussion_r949502210 ## include/nuttx/arch.h: ## @@ -2278,7 +2253,8 @@ void weak_function nxsched_process_cpuload(void); ***

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6877: rwbuffer: Fix a build error

2022-08-18 Thread GitBox
pkarashchenko commented on code in PR #6877: URL: https://github.com/apache/incubator-nuttx/pull/6877#discussion_r949484640 ## drivers/misc/rwbuffer.c: ## @@ -1276,7 +1276,10 @@ int rwb_flush(FAR struct rwbuffer_s *rwb) { int ret; +#if CONFIG_DRVR_WRDELAY != 0 ret = rwb

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6877: rwbuffer: Fix a build error

2022-08-18 Thread GitBox
pkarashchenko commented on code in PR #6877: URL: https://github.com/apache/incubator-nuttx/pull/6877#discussion_r949481818 ## drivers/misc/rwbuffer.c: ## @@ -1276,7 +1276,10 @@ int rwb_flush(FAR struct rwbuffer_s *rwb) { int ret; +#if CONFIG_DRVR_WRDELAY != 0 ret = rwb

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6833: SMP: fix crash when switch to new task which is still running

2022-08-18 Thread GitBox
pkarashchenko commented on PR #6833: URL: https://github.com/apache/incubator-nuttx/pull/6833#issuecomment-1219810764 @GUIDINGLI do we need to convert this change to draft while you are investigating the new issue you met? -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6866: sched: Simplify the cpuload process

2022-08-18 Thread GitBox
pkarashchenko commented on code in PR #6866: URL: https://github.com/apache/incubator-nuttx/pull/6866#discussion_r949471638 ## include/nuttx/arch.h: ## @@ -2278,7 +2253,8 @@ void weak_function nxsched_process_cpuload(void); *

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6866: sched: Simplify the cpuload process

2022-08-18 Thread GitBox
pkarashchenko commented on code in PR #6866: URL: https://github.com/apache/incubator-nuttx/pull/6866#discussion_r949462453 ## include/nuttx/arch.h: ## @@ -2278,7 +2253,8 @@ void weak_function nxsched_process_cpuload(void); *

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6866: sched: Simplify the cpuload process

2022-08-18 Thread GitBox
pkarashchenko commented on code in PR #6866: URL: https://github.com/apache/incubator-nuttx/pull/6866#discussion_r949462453 ## include/nuttx/arch.h: ## @@ -2278,7 +2253,8 @@ void weak_function nxsched_process_cpuload(void); *

[incubator-nuttx] 02/02: STM32L4 ADC: Update configuration file

2022-08-18 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/incubator-nuttx.git commit 95d91ef906969af875dfedc086a20e9301f48680 Author: Daniel P. Carvalho AuthorDate: Thu Aug 18 08:16:11 2022 -0300

[incubator-nuttx] 01/02: STM32L4 ADC: Change the way that hardware trigger configuration word for regular and injected channels are done.

2022-08-18 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/incubator-nuttx.git commit 7518beee2ec10ec2bcae2700e8bbd68d7ab14711 Author: Daniel P. Carvalho AuthorDate: Wed Aug 17 17:23:29 2022 -0300

[incubator-nuttx] branch master updated (23a2e27ffc -> 95d91ef906)

2022-08-18 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/incubator-nuttx.git from 23a2e27ffc mpfs/opensbi: Add the ddr memory region back to opensbi ld script new 7518beee2e STM32L4 AD

[GitHub] [incubator-nuttx] acassis merged pull request #6875: STM32L4 ADC: Change hardware trigger configuration

2022-08-18 Thread GitBox
acassis merged PR #6875: URL: https://github.com/apache/incubator-nuttx/pull/6875 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6877: rwbuffer: Fix a build error

2022-08-18 Thread GitBox
xiaoxiang781216 commented on code in PR #6877: URL: https://github.com/apache/incubator-nuttx/pull/6877#discussion_r949189924 ## drivers/misc/rwbuffer.c: ## @@ -1276,7 +1276,10 @@ int rwb_flush(FAR struct rwbuffer_s *rwb) { int ret; +#if CONFIG_DRVR_WRDELAY != 0 ret = r

[incubator-nuttx] branch master updated: mpfs/opensbi: Add the ddr memory region back to opensbi ld script

2022-08-18 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 23a2e27ffc mpfs/opensbi: Add the ddr

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6878: mpfs/opensbi: Add the ddr memory region back to opensbi ld script

2022-08-18 Thread GitBox
xiaoxiang781216 commented on PR #6878: URL: https://github.com/apache/incubator-nuttx/pull/6878#issuecomment-1219546823 > I don't think the CI error is my doing, the jobs were cancelled for some reason, can someone restart the CI check ? Yes, I think so. let's merge it. -- This is

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6878: mpfs/opensbi: Add the ddr memory region back to opensbi ld script

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

[GitHub] [incubator-nuttx] pussuw commented on pull request #6878: mpfs/opensbi: Add the ddr memory region back to opensbi ld script

2022-08-18 Thread GitBox
pussuw commented on PR #6878: URL: https://github.com/apache/incubator-nuttx/pull/6878#issuecomment-1219533907 I don't think the CI error is my doing, the jobs were cancelled for some reason, can someone restart the CI check ? -- This is an automated message from the Apache Git Service. T

[incubator-nuttx] branch master updated: risc-v/mpfs: Make entrypoint table run-time configurable

2022-08-18 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 75ba9001bc risc-v/mpfs: Make entrypo

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6879: risc-v/mpfs: Make entrypoint table run-time configurable

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

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #6879: risc-v/mpfs: Make entrypoint table run-time configurable

2022-08-18 Thread GitBox
pussuw opened a new pull request, #6879: URL: https://github.com/apache/incubator-nuttx/pull/6879 Default values still come from configuration, but this gives the option to modify the per-hart entrypoints. ## Summary Makes the entrypoints run-time configurable ## Impact mpf

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #6878: mpfs/opensbi: Add the ddr memory region back to opensbi ld script

2022-08-18 Thread GitBox
pussuw opened a new pull request, #6878: URL: https://github.com/apache/incubator-nuttx/pull/6878 ## Summary Fixes ld-envm-opensbi.script:41: warning: memory region `ddr' not declared ## Impact Fixes build issue with icicle:opensbi target ## Testing icicle:opensbi -- Thi

[GitHub] [incubator-nuttx] no1wudi opened a new pull request, #6877: rwbuffer: Fix a build error

2022-08-18 Thread GitBox
no1wudi opened a new pull request, #6877: URL: https://github.com/apache/incubator-nuttx/pull/6877 ## Summary Guard rwb_forcetake in rwb_flush with CONFIG_DRVR_WRDELAY to fix: ``` rwbuffer.c:(.text.rwb_flush+0x12): undefined reference to `rwb_forcetake' ``` If CONFIG_DRVR_WRITE

[incubator-nuttx-apps] branch master updated: apps: Fix bug by calling getrandom

2022-08-18 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-apps.git The following commit(s) were added to refs/heads/master by this push: new c4972d472 apps: Fix bug by call

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1282: apps: Fix bug by calling getrandom

2022-08-18 Thread GitBox
xiaoxiang781216 merged PR #1282: URL: https://github.com/apache/incubator-nuttx-apps/pull/1282 -- 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-u