[GitHub] [nuttx] terry0012 commented on pull request #8949: drivers/video: passthrough unknown ioctl cmd to fb driver

2023-04-07 Thread via GitHub
terry0012 commented on PR #8949: URL: https://github.com/apache/nuttx/pull/8949#issuecomment-1500062037 > Hi @terry0012 please include a comment in the commit message explaining why it is necessary got it. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1704: nshlib: Add switchboot command

2023-04-07 Thread via GitHub
pkarashchenko merged PR #1704: URL: https://github.com/apache/nuttx-apps/pull/1704 -- 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...@n

[nuttx-apps] branch master updated: nshlib: Add switchboot command

2023-04-07 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 1d3e6510e nshlib: Add switchboot comm

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1703: system/usbmsc: set stack size to DEFAULT_TASK_STACKSIZE

2023-04-07 Thread via GitHub
pkarashchenko merged PR #1703: URL: https://github.com/apache/nuttx-apps/pull/1703 -- 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...@n

[nuttx-apps] branch master updated: system/usbmsc: set stack size to DEFAULT_TASK_STACKSIZE

2023-04-07 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 9f3f6a4b3 system/usbmsc: set stack si

[GitHub] [nuttx] zouboan opened a new pull request, #8982: drivers/sensors: add support of InvenSense MPU-9250 sensor

2023-04-07 Thread via GitHub
zouboan opened a new pull request, #8982: URL: https://github.com/apache/nuttx/pull/8982 ## Summary Implement drivers of MPU-9250 in new sensor framework, include Accelerometer, Gyroscope, Magnetometer ## Impact nothing ## Testing sensortest accel0 sensortest gyro0 sens

[GitHub] [nuttx] davids5 commented on issue #1570: Hardcoded Pin mux, pad control and Drive Strength (AKA Slew-rate and Frequency) Settings

2023-04-07 Thread via GitHub
davids5 commented on issue #1570: URL: https://github.com/apache/nuttx/issues/1570#issuecomment-1500289598 While some solutions were discussed in - https://github.com/apache/nuttx/pull/5012 I would like to propose a solution for this issue as a request for comment: 1. That wi

[GitHub] [nuttx] jerpelea opened a new pull request, #8983: documentation: Add release notes for 12.1.0 release

2023-04-07 Thread via GitHub
jerpelea opened a new pull request, #8983: URL: https://github.com/apache/nuttx/pull/8983 ## Summary This is a local copy taken from the confluence notes https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.1.0 ## Impact 12.1.0 release ## Testing None -- T

[GitHub] [nuttx] slorquet commented on issue #1570: Hardcoded Pin mux, pad control and Drive Strength (AKA Slew-rate and Frequency) Settings

2023-04-07 Thread via GitHub
slorquet commented on issue #1570: URL: https://github.com/apache/nuttx/issues/1570#issuecomment-1500305097 I am a stm32h7 user, thanks for the mailing list notification or I would have missed this. I agree with this proposed change. It is important to notify all stm32h7 users

[GitHub] [nuttx] jerpelea opened a new pull request, #8984: documentation: Add release notes for 12.1.0 release

2023-04-07 Thread via GitHub
jerpelea opened a new pull request, #8984: URL: https://github.com/apache/nuttx/pull/8984 ## Summary This is a local copy taken from the confluence notes https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.1.0 ## Impact NuttX 12.1.0 release ## Testing none

[GitHub] [nuttx] slorquet commented on issue #1570: Hardcoded Pin mux, pad control and Drive Strength (AKA Slew-rate and Frequency) Settings

2023-04-07 Thread via GitHub
slorquet commented on issue #1570: URL: https://github.com/apache/nuttx/issues/1570#issuecomment-1500314590 wait, if I build your new commit with a full stored defconfig, and I dont regenerate this config, the default setting will not be added! -- This is an automated message from the Apa

[GitHub] [nuttx] acassis commented on a diff in pull request #8982: drivers/sensors: add support of InvenSense MPU-9250 sensor

2023-04-07 Thread via GitHub
acassis commented on code in PR #8982: URL: https://github.com/apache/nuttx/pull/8982#discussion_r1160773215 ## drivers/sensors/mpu9250.c: ## @@ -0,0 +1,2045 @@ +/ + * drivers/sensors/mpu9250.c + * + * L

[GitHub] [nuttx] acassis commented on pull request #8982: drivers/sensors: add support of InvenSense MPU-9250 sensor

2023-04-07 Thread via GitHub
acassis commented on PR #8982: URL: https://github.com/apache/nuttx/pull/8982#issuecomment-1500388849 Very nice @zouboan! I suggest you to include later a board usage example for some known, low cost and easy to find board like stm32f4discovery, raspberrypi-pico or esp32-devkit. -- This

[GitHub] [nuttx] acassis merged pull request #8980: risc-v/espressif: Add support for RTC subsystem

2023-04-07 Thread via GitHub
acassis merged PR #8980: URL: https://github.com/apache/nuttx/pull/8980 -- 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 (3aab2a2e73 -> 8e83379b84)

2023-04-07 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 3aab2a2e73 fs/nxffs: Fix typo(nxem_wait->nxmutex_lock) error in comment new ebe4ab8894 risc-v/espressif: Add supp

[nuttx] 02/02: risc-v/espressif: Initialize HR Timer where it is required

2023-04-07 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 commit 8e83379b84efbbb90e3947e6f473f574cc671f5a Author: Gustavo Henrique Nihei AuthorDate: Wed Apr 5 20:20:03 2023 -0300 r

[nuttx] 01/02: risc-v/espressif: Add support for RTC subsystem

2023-04-07 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 commit ebe4ab889462f0ea60d0915e8d2f8e9242287caa Author: Gustavo Henrique Nihei AuthorDate: Wed Apr 5 16:49:06 2023 -0300 r

[GitHub] [nuttx] acassis merged pull request #8978: Fix misc issues found in code

2023-04-07 Thread via GitHub
acassis merged PR #8978: URL: https://github.com/apache/nuttx/pull/8978 -- 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 (8e83379b84 -> 3513c53a09)

2023-04-07 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 8e83379b84 risc-v/espressif: Initialize HR Timer where it is required add 4f3faded71 arch/arm/samv7: fix comment

[GitHub] [nuttx] acassis commented on pull request #8967: Update config for nuttx-apps#1558

2023-04-07 Thread via GitHub
acassis commented on PR #8967: URL: https://github.com/apache/nuttx/pull/8967#issuecomment-1500392427 > Personally I've never used NuttX native toolchain, but I'm interested to try it out. @acassis do you have a link to instructions on how to use it? No, I'm also interested to master

[GitHub] [nuttx] acassis commented on pull request #8951: sched/semaphore: rework semaphore holder check for priority inheritance

2023-04-07 Thread via GitHub
acassis commented on PR #8951: URL: https://github.com/apache/nuttx/pull/8951#issuecomment-1500394267 > Current Version: NuttX 3.6.1 Any idea why it is happening? Seems there is some issue in our current script and sometimes when we aren't in the upstream branch it get confused. --

[GitHub] [nuttx] zouboan commented on pull request #8982: drivers/sensors: add support of InvenSense MPU-9250 sensor

2023-04-07 Thread via GitHub
zouboan commented on PR #8982: URL: https://github.com/apache/nuttx/pull/8982#issuecomment-1500418342 @acassis Thanks, i will explorer which board have MPU9250 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [nuttx] zouboan commented on a diff in pull request #8982: drivers/sensors: add support of InvenSense MPU-9250 sensor

2023-04-07 Thread via GitHub
zouboan commented on code in PR #8982: URL: https://github.com/apache/nuttx/pull/8982#discussion_r1160803375 ## drivers/sensors/mpu9250.c: ## @@ -0,0 +1,2045 @@ +/ + * drivers/sensors/mpu9250.c + * + * L

[GitHub] [nuttx] zouboan commented on a diff in pull request #8982: drivers/sensors: add support of InvenSense MPU-9250 sensor

2023-04-07 Thread via GitHub
zouboan commented on code in PR #8982: URL: https://github.com/apache/nuttx/pull/8982#discussion_r1160803553 ## drivers/sensors/mpu9250.c: ## @@ -0,0 +1,2045 @@ +/ + * drivers/sensors/mpu9250.c + * + * L

[GitHub] [nuttx] pkarashchenko commented on pull request #8951: sched/semaphore: rework semaphore holder check for priority inheritance

2023-04-07 Thread via GitHub
pkarashchenko commented on PR #8951: URL: https://github.com/apache/nuttx/pull/8951#issuecomment-1500556103 > > Current Version: NuttX 3.6.1 > > Any idea why it is happening? Seems there is some issue in our current script and sometimes when we aren't in the upstream branch it get co

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8980: risc-v/espressif: Add support for RTC subsystem

2023-04-07 Thread via GitHub
pkarashchenko commented on code in PR #8980: URL: https://github.com/apache/nuttx/pull/8980#discussion_r1160621569 ## arch/risc-v/src/espressif/esp_hr_timer.c: ## @@ -648,20 +648,31 @@ void IRAM_ATTR esp_hr_timer_calibration(uint64_t time_us) int esp_hr_timer_init(void) { -

[GitHub] [nuttx] fjpanag commented on issue #7393: Problems with priority inheritance.

2023-04-07 Thread via GitHub
fjpanag commented on issue #7393: URL: https://github.com/apache/nuttx/issues/7393#issuecomment-1500563381 @pkarashchenko I have some trouble reproducing the issue with the latest revisions. It happens sometimes, but not in the same way, the traces are not clear at all. I am bisec

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: 3513c53a09e57e84592b03af5fd3df5c83de32f2

2023-04-07 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 589463ea Publishing web: b50f5ca4

[GitHub] [nuttx] tmedicci opened a new pull request, #8985: drivers/pipe: make pipe and named pipe (mkfifo) POSIX-compliant (blocking `open`)

2023-04-07 Thread via GitHub
tmedicci opened a new pull request, #8985: URL: https://github.com/apache/nuttx/pull/8985 ## Summary Nowadays, opening a FIFO for write-only (with `O_NONBLOCK` cleared) won't block even if there are no readers. Only opening for read-only (with no writers) would block. This is not a P

[GitHub] [nuttx-apps] tmedicci opened a new pull request, #1707: apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs

2023-04-07 Thread via GitHub
tmedicci opened a new pull request, #1707: URL: https://github.com/apache/nuttx-apps/pull/1707 ## Summary Adjust the test considering the [POSIX-compliant behavior of NuttX's FIFO](https://github.com/apache/nuttx/pull/8985) (`mkfifo`), which should block `open` for read-only and writ

[GitHub] [nuttx] davids5 commented on pull request #8951: sched/semaphore: rework semaphore holder check for priority inheritance

2023-04-07 Thread via GitHub
davids5 commented on PR #8951: URL: https://github.com/apache/nuttx/pull/8951#issuecomment-1500801963 @acassis Fetch the tags. -- 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] xiaoxiang781216 opened a new issue, #8986: Move debug.h from include to include/nuttx

2023-04-07 Thread via GitHub
xiaoxiang781216 opened a new issue, #8986: URL: https://github.com/apache/nuttx/issues/8986 debug.h is a generic header file but not defined by posix, so it is very easy to conflict with external project. -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8985: drivers/pipe: make pipe and named pipe (mkfifo) POSIX-compliant (blocking `open`)

2023-04-07 Thread via GitHub
xiaoxiang781216 commented on code in PR #8985: URL: https://github.com/apache/nuttx/pull/8985#discussion_r1161071077 ## drivers/pipes/pipe_common.h: ## @@ -135,6 +137,12 @@ struct pipe_dev_s struct pollfd *d_fds[CONFIG_DEV_PIPE_NPOLLWAITERS]; }; +enum pipe_common_type_e +{