[GitHub] [nuttx] FASTSHIFT opened a new pull request, #8907: video/fb: add vsync offset support

2023-03-26 Thread via GitHub
FASTSHIFT opened a new pull request, #8907: URL: https://github.com/apache/nuttx/pull/8907 ## Summary Add vsync offest to reduce latency. Android Documentation: https://source.android.com/docs/core/graphics/implement-vsync#vsync_offset ## Impact Application using poll as

[GitHub] [nuttx] anchao merged pull request #8904: ld: fix warning reported by GCC 12 linker

2023-03-26 Thread via GitHub
anchao merged PR #8904: URL: https://github.com/apache/nuttx/pull/8904 -- 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...@nuttx.apache.

[nuttx] branch master updated: ld: fix warning reported by GCC 12 linker

2023-03-26 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 6c6a54b0c9 ld: fix warning reported by GCC 12 lin

[GitHub] [nuttx] ALTracer opened a new pull request, #8906: MiniF4 peripherals support improvements

2023-03-26 Thread via GitHub
ALTracer opened a new pull request, #8906: URL: https://github.com/apache/nuttx/pull/8906 ## Summary Tweak board configuration to enable USB Device and SPI1 with w25q64 onboard flash ## Impact Hobbyists using WeAct Studio MiniF4 boards rev 3.0 https://github.com/WeActStudio/WeActSt

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: 0eae218b49a46ef88e14f1cb763a6ca74fe342ab

2023-03-26 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/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 384d4463 Publishing web: b50f5ca4

[GitHub] [nuttx] patacongo commented on a diff in pull request #8885: Increase the number of real time signals. Two is not enough.

2023-03-26 Thread via GitHub
patacongo commented on code in PR #8885: URL: https://github.com/apache/nuttx/pull/8885#discussion_r1148421172 ## libs/libc/signal/sig_xorset.c: ## @@ -0,0 +1,65 @@ +/ + * libs/libc/signal/sig_xorset.c +

[GitHub] [nuttx] patacongo commented on issue #8899: Missing real time signal prioritization

2023-03-26 Thread via GitHub
patacongo commented on issue #8899: URL: https://github.com/apache/nuttx/issues/8899#issuecomment-1484182384 > I have noticed that there are few more items to be checked: > > * `The default action for a real-time signal is to terminate the receiving process` -- I'm not sure that w

[GitHub] [nuttx] patacongo commented on issue #8899: Missing real time signal prioritization

2023-03-26 Thread via GitHub
patacongo commented on issue #8899: URL: https://github.com/apache/nuttx/issues/8899#issuecomment-1484178903 Hi, @pkarashchenko . I just noticed the questions. Sorry, I don't subscribe to notifications unless the specifically address me by my username. I am not sure I can answer all of t

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8885: Increase the number of real time signals. Two is not enough.

2023-03-26 Thread via GitHub
xiaoxiang781216 commented on PR #8885: URL: https://github.com/apache/nuttx/pull/8885#issuecomment-1484154390 @patacongo it look like that the last rebase lose your last change, I mark these places as unresolve again. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8885: Increase the number of real time signals. Two is not enough.

2023-03-26 Thread via GitHub
xiaoxiang781216 commented on code in PR #8885: URL: https://github.com/apache/nuttx/pull/8885#discussion_r1148593317 ## include/nuttx/signal.h: ## @@ -44,6 +44,19 @@ #define sigwork_init(work) (void)(work) #endif +/* Internal signal set definitions */ + +#define _NO_SIGNAL

[nuttx] branch master updated (21ffb4de72 -> 0eae218b49)

2023-03-26 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/nuttx.git from 21ffb4de72 boards/sama5d3-xplained: Make hot plugging more reliable. add 0eae218b49 arm/chip/sdio/muxbus: comment

[GitHub] [nuttx] acassis merged pull request #8866: arm/chip/sdio/muxbus: remove all undefined symbols

2023-03-26 Thread via GitHub
acassis merged PR #8866: URL: https://github.com/apache/nuttx/pull/8866 -- 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...@nuttx.apache

[nuttx] branch master updated (6227cd4fd4 -> 21ffb4de72)

2023-03-26 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/nuttx.git from 6227cd4fd4 boards/xtensa/esp32s2-kaluga-1: Add touch pad support add 21ffb4de72 boards/sama5d3-xplained: Make hot

[GitHub] [nuttx] acassis merged pull request #8879: boards/sama5d3-xplained: Make hot plugging more reliable.

2023-03-26 Thread via GitHub
acassis merged PR #8879: URL: https://github.com/apache/nuttx/pull/8879 -- 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...@nuttx.apache

[GitHub] [nuttx] acassis commented on a diff in pull request #8893: rndis: various fixes for composite

2023-03-26 Thread via GitHub
acassis commented on code in PR #8893: URL: https://github.com/apache/nuttx/pull/8893#discussion_r1148585284 ## drivers/usbdev/rndis.c: ## @@ -2052,27 +2060,35 @@ static int16_t usbclass_mkcfgdesc(FAR uint8_t *buf, */ totallen = sizeof(g_rndis_cfgdesc); - memcpy(dest,

[nuttx] branch master updated: boards/xtensa/esp32s2-kaluga-1: Add touch pad support

2023-03-26 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 6227cd4fd4 boards/xtensa/esp32s2-kaluga-1: Add t

[GitHub] [nuttx] acassis merged pull request #8894: boards/xtensa/esp32s2-kaluga-1: Add touch pad support

2023-03-26 Thread via GitHub
acassis merged PR #8894: URL: https://github.com/apache/nuttx/pull/8894 -- 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...@nuttx.apache

[GitHub] [nuttx] acassis opened a new pull request, #8905: esp32: Add support to Ai-Thinker Audio Kit board and ESP32-A1S module

2023-03-26 Thread via GitHub
acassis opened a new pull request, #8905: URL: https://github.com/apache/nuttx/pull/8905 ## Summary This commit adds support to Ai-Thinker ESP32 Audio Kit V2.2 A247 board. There are two modules of this board. The old model uses AC101 audio and is not suppor

[GitHub] [nuttx] patacongo commented on pull request #8885: Increase the number of real time signals. Two is not enough.

2023-03-26 Thread via GitHub
patacongo commented on PR #8885: URL: https://github.com/apache/nuttx/pull/8885#issuecomment-1484131538 rebased, re-built, and re-tested. -- 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

[nuttx] 01/02: sched/paging: add FAR in paging worker

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c7326717ca5fa1aee6f139966dc6f920d70d153d Author: Petro Karashchenko AuthorDate: Sun Mar 26 12:54:19 2023 +0300 sched/

[nuttx] 02/02: libc/modlib: fix indentation issue

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 4309c6693cbf054874c8792878e45dc68265bd27 Author: Petro Karashchenko AuthorDate: Sun Mar 26 12:55:00 2023 +0300 libc/m

[nuttx] branch master updated (80e3ecc074 -> 4309c6693c)

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 80e3ecc074 boards/sim: Remove the unused SIM_NOTIFYSIGNO from Kconfig new c7326717ca sched/paging: add FAR in pagin

[GitHub] [nuttx] patacongo merged pull request #8902: Fix misc issues

2023-03-26 Thread via GitHub
patacongo merged PR #8902: URL: https://github.com/apache/nuttx/pull/8902 -- 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...@nuttx.apac

[GitHub] [nuttx-apps] patacongo merged pull request #1686: system/cu: Remove the duplicated SIGINT definition

2023-03-26 Thread via GitHub
patacongo merged PR #1686: URL: https://github.com/apache/nuttx-apps/pull/1686 -- 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...@nuttx

[nuttx-apps] branch master updated: system/cu: Remove the duplicated SIGINT definition

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 35edbf02f system/cu: Remove the duplicated SI

[GitHub] [nuttx-apps] patacongo commented on pull request #1686: system/cu: Remove the duplicated SIGINT definition

2023-03-26 Thread via GitHub
patacongo commented on PR #1686: URL: https://github.com/apache/nuttx-apps/pull/1686#issuecomment-1484126693 8900 broke the build so I will merge this immediately. We have too many dependencies now on to PRs that are not being merged. It is beginning to make like difficult. Thanks

[GitHub] [nuttx-apps] pkarashchenko commented on pull request #1686: system/cu: Remove the duplicated SIGINT definition

2023-03-26 Thread via GitHub
pkarashchenko commented on PR #1686: URL: https://github.com/apache/nuttx-apps/pull/1686#issuecomment-1484126607 @patacongo the PreCI is not working on mainline. We need at least this change not to block other changes from getting in -- This is an automated message from the Apache Git Ser

[GitHub] [nuttx] PasunuriSrinidhi commented on pull request #8824: libm/newlib: add newlib/libm support

2023-03-26 Thread via GitHub
PasunuriSrinidhi commented on PR #8824: URL: https://github.com/apache/nuttx/pull/8824#issuecomment-1484125688 > please ignore the style check error : Mixed case identifier found > > ``` > ../nuttx/tools/checkpatch.sh -u -m -g b864f376135c7055d982e95ed6d862ef8f07330e..HEAD > Err

[GitHub] [nuttx-apps] pkarashchenko opened a new pull request, #1686: system/cu: Remove the duplicated SIGINT definition

2023-03-26 Thread via GitHub
pkarashchenko opened a new pull request, #1686: URL: https://github.com/apache/nuttx-apps/pull/1686 ## Summary Fix mainline build break after https://github.com/apache/nuttx/pull/8900 merge ## Impact Fix CI ## Testing Pass CI -- This is an automated message from

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1683: Minor signal fix found from https://github.com/apache/nuttx/pull/8900

2023-03-26 Thread via GitHub
pkarashchenko commented on code in PR #1683: URL: https://github.com/apache/nuttx-apps/pull/1683#discussion_r1148574681 ## examples/alarm/Kconfig: ## @@ -33,6 +33,6 @@ config EXAMPLES_ALARM_DEVPATH config EXAMPLES_ALARM_SIGNO int "Alarm signal" - default 1 Revi

[GitHub] [nuttx-apps] patacongo commented on pull request #1683: Minor signal fix found from https://github.com/apache/nuttx/pull/8900

2023-03-26 Thread via GitHub
patacongo commented on PR #1683: URL: https://github.com/apache/nuttx-apps/pull/1683#issuecomment-1484120243 > Most likely `SIGUSR1` and `SIGUSR2` can be used for sure. Or I'm missing something? Correct. They exist only because they were defined many years before the POSIX real time

[GitHub] [nuttx-apps] patacongo commented on pull request #1683: Minor signal fix found from https://github.com/apache/nuttx/pull/8900

2023-03-26 Thread via GitHub
patacongo commented on PR #1683: URL: https://github.com/apache/nuttx-apps/pull/1683#issuecomment-1484119256 In the Kconfig files, when a signal number value is selectable, it should be limited by: range 32 63 With nuttx PR 8885, we will have have RTSIG_MAX of 32 and (), SI

[nuttx-apps] branch master updated (386e07752 -> 6833a8c0c)

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 386e07752 apps/system/ymodem/Makefile: fix nxstyle new 07d229f51 canutils: fix indentation in Kconfig files

[nuttx-apps] 02/02: netutils/pppd: fix indentations in ppp.h

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 6833a8c0ccef8ec8f28e6023e625c8cc1a47b64b Author: Petro Karashchenko AuthorDate: Sun Mar 26 13:00:34 2023 +0300 n

[nuttx-apps] 01/02: canutils: fix indentation in Kconfig files

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 07d229f5146259382fe799b2c42f3686e6e2a6bf Author: Petro Karashchenko AuthorDate: Sun Mar 26 13:00:05 2023 +0300 c

[GitHub] [nuttx-apps] patacongo merged pull request #1685: Fix indentation issues

2023-03-26 Thread via GitHub
patacongo merged PR #1685: URL: https://github.com/apache/nuttx-apps/pull/1685 -- 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...@nuttx

[nuttx] 03/04: boards: Remove signal number from README.txt

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 9b4ea90f5c95d8278ad813b68b9cf6198d4ff4da Author: Xiang Xiao AuthorDate: Sat Mar 25 06:51:27 2023 +0800 boards: Remove

[nuttx] 02/04: signal: Replace NuttX special SIGWORK with SIGPAGING(SIGRTMIN)

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit beb38917d11a006bb41c9d615b620d226bf4a7e8 Author: Xiang Xiao AuthorDate: Sat Mar 25 04:12:41 2023 +0800 signal: Replac

[nuttx] 04/04: boards/sim: Remove the unused SIM_NOTIFYSIGNO from Kconfig

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 80e3ecc074929af438b5d83dcaa33719002abb91 Author: Xiang Xiao AuthorDate: Sat Mar 25 06:52:00 2023 +0800 boards/sim: Re

[nuttx] branch master updated (2ddc96ff66 -> 80e3ecc074)

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 2ddc96ff66 arch/stm32/stm32.h: do not include stm32_usbdev.h if not supported new 5ce5d01d75 signal: Remove config

[nuttx] 01/04: signal: Remove configurable assignment of signal numbers

2023-03-26 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 5ce5d01d75248e25134fcda0b120a54190c068cb Author: Xiang Xiao AuthorDate: Sat Mar 25 03:23:46 2023 +0800 signal: Remove

[GitHub] [nuttx] patacongo closed issue #8898: Remove configurable assignment of signal numbers.

2023-03-26 Thread via GitHub
patacongo closed issue #8898: Remove configurable assignment of signal numbers. URL: https://github.com/apache/nuttx/issues/8898 -- 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.

[GitHub] [nuttx] patacongo merged pull request #8900: signal: Remove configurable assignment of signal numbers

2023-03-26 Thread via GitHub
patacongo merged PR #8900: URL: https://github.com/apache/nuttx/pull/8900 -- 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...@nuttx.apac

[GitHub] [nuttx] patacongo commented on pull request #8900: signal: Remove configurable assignment of signal numbers

2023-03-26 Thread via GitHub
patacongo commented on PR #8900: URL: https://github.com/apache/nuttx/pull/8900#issuecomment-1484114114 Sorry it took me so long to merge this. I thought it was waiting for clean CI result. I just noticed your comment. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1682: Changes to apps needed by nuttx PR 8885

2023-03-26 Thread via GitHub
pkarashchenko commented on code in PR #1682: URL: https://github.com/apache/nuttx-apps/pull/1682#discussion_r1148564896 ## testing/ostest/posixtimer.c: ## @@ -170,8 +173,9 @@ void timer_test(void) } #ifndef SDCC - printf("timer_test: oact.sigaction=%p oact.sa_flags=%x o

[GitHub] [nuttx-apps] patacongo commented on a diff in pull request #1682: Changes to apps needed by nuttx PR 8885

2023-03-26 Thread via GitHub
patacongo commented on code in PR #1682: URL: https://github.com/apache/nuttx-apps/pull/1682#discussion_r1148563465 ## testing/ostest/sighelper.c: ## @@ -0,0 +1,51 @@ +/ + * apps/testing/ostest/sighelper

[GitHub] [nuttx-apps] patacongo commented on a diff in pull request #1682: Changes to apps needed by nuttx PR 8885

2023-03-26 Thread via GitHub
patacongo commented on code in PR #1682: URL: https://github.com/apache/nuttx-apps/pull/1682#discussion_r1148563196 ## testing/ostest/ostest.h: ## @@ -190,6 +185,10 @@ void timedwait_test(void); void sigprocmask_test(void); +/* sighelper.c **

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8903: Fix LTO warnings with GCC 12

2023-03-26 Thread via GitHub
pkarashchenko commented on code in PR #8903: URL: https://github.com/apache/nuttx/pull/8903#discussion_r1148561962 ## arch/arm/src/common/Toolchain.defs: ## @@ -267,6 +254,29 @@ endif ARCHOPTIMIZATION += -fno-common -Wall -Wshadow -Wundef +ifeq ($(CONFIG_ARM_THUMB),y) + AR

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8903: Fix LTO warnings with GCC 12

2023-03-26 Thread via GitHub
pkarashchenko commented on code in PR #8903: URL: https://github.com/apache/nuttx/pull/8903#discussion_r1148561572 ## arch/arm/src/common/Toolchain.defs: ## @@ -267,6 +254,29 @@ endif ARCHOPTIMIZATION += -fno-common -Wall -Wshadow -Wundef +ifeq ($(CONFIG_ARM_THUMB),y) + AR

[GitHub] [nuttx] pkarashchenko opened a new pull request, #8904: ld: fix warning reported by GCC 12 linker

2023-03-26 Thread via GitHub
pkarashchenko opened a new pull request, #8904: URL: https://github.com/apache/nuttx/pull/8904 ## Summary Fix `warning: nuttx has a LOAD segment with RWX permissions` ## Impact None ## Testing Local build -- This is an automated message from the Apache Git Service. T

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8903: Fix LTO warnings with GCC 12

2023-03-26 Thread via GitHub
pkarashchenko commented on code in PR #8903: URL: https://github.com/apache/nuttx/pull/8903#discussion_r1148554255 ## arch/arm/src/common/Toolchain.defs: ## @@ -267,6 +254,29 @@ endif ARCHOPTIMIZATION += -fno-common -Wall -Wshadow -Wundef +ifeq ($(CONFIG_ARM_THUMB),y) + AR

[GitHub] [nuttx] pkarashchenko opened a new pull request, #8903: Fix LTO warnings with GCC 12

2023-03-26 Thread via GitHub
pkarashchenko opened a new pull request, #8903: URL: https://github.com/apache/nuttx/pull/8903 ## Summary Fix LTO warnings with GCC 12 ## Impact No warnings with GCC 12 ## Testing Build code locally -- This is an automated message from the Apache Git Service. To resp

[GitHub] [nuttx-apps] pkarashchenko opened a new pull request, #1685: Fix indentation issues

2023-03-26 Thread via GitHub
pkarashchenko opened a new pull request, #1685: URL: https://github.com/apache/nuttx-apps/pull/1685 ## Summary Fix indentation issues ## Impact None ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nuttx-apps] pkarashchenko opened a new pull request, #1684: industry/scpi: fix compilation of SCPI library

2023-03-26 Thread via GitHub
pkarashchenko opened a new pull request, #1684: URL: https://github.com/apache/nuttx-apps/pull/1684 ## Summary Fix compilation of SCPI library Expose SCPI library API to application ## Impact SCPI parser APIs can be used ## Testing Code compiles locally -- This is

[GitHub] [nuttx] pkarashchenko opened a new pull request, #8902: Fix misc issues

2023-03-26 Thread via GitHub
pkarashchenko opened a new pull request, #8902: URL: https://github.com/apache/nuttx/pull/8902 ## Summary Add missing FAR and fix indentation issue ## Impact None ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the messag