Re: [PR] apps/nshlib: Never disable HELP and ? [nuttx-apps]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #2344: URL: https://github.com/apache/nuttx-apps/pull/2344 -- 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:

(nuttx-apps) branch master updated: apps/nshlib: Never disable HELP and ?

2024-04-05 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 8d14f4eaa apps/nshlib: Never disable

[PR] Minor can driver improvement [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 opened a new pull request, #12078: URL: https://github.com/apache/nuttx/pull/12078 ## Summary - can: Remove CANIOC_XXX macro from include/nuttx/can.h - can: Add g_ prefix to can_dlc_to_len and len_to_can_dlc - can: Merge cd_error and rx_overflow into rx_error

Re: [PR] fix: the bug about rwbuffer causing mem overflow [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 commented on PR #12056: URL: https://github.com/apache/nuttx/pull/12056#issuecomment-2040970781 @ChenChuangForLinux please squash into one patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(nuttx) branch releases/12.5 updated (7d28420c0b -> 42091492c5)

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 7d28420c0b xtensa/esp32s3: Fix one page program span over 2 pages add 42091492c5 boards: Fix board

(nuttx) branch releases/12.5 updated: SMP: Fix returning uninitialized variable in nxsched_add_readytorun()

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.5 by this push: new 95c5426a18 SMP: Fix returning

Re: [PR] {bp-12031} SMP: Fix returning uninitialized variable in nxsched_add_readytorun() [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12062: URL: https://github.com/apache/nuttx/pull/12062 -- 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:

(nuttx) branch releases/12.5 updated: boards: raspberrypi-pico: Fix nshsram build error

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.5 by this push: new cb00232b70 boards:

Re: [PR] {bp-11992} esp32[c3|c6|h2]: Fix filesystem test support [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12069: URL: https://github.com/apache/nuttx/pull/12069 -- 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:

Re: [PR] {Bp-12028} boards: rp2040: Fix build errors for nshsram configurations [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12063: URL: https://github.com/apache/nuttx/pull/12063 -- 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:

(nuttx) branch releases/12.5 updated (42091492c5 -> 5ef9a003c4)

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 42091492c5 boards: Fix board configs after disabling NSH_DISABLE_HELP add 5ef9a003c4 risc-v/espressif:

(nuttx) branch releases/12.5 updated (36e94457ef -> 54352dab2c)

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 36e94457ef all: Fix accessing uninitialized local variables add 54352dab2c drivers/net/lan9250: Fix

(nuttx) branch releases/12.5 updated: all: Fix accessing uninitialized local variables

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.5 by this push: new 36e94457ef all: Fix accessing

(nuttx) branch releases/12.5 updated (9ee6928382 -> 47f2bf5788)

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 9ee6928382 stm32h7:Serial Fix Logic error in up_dma_txavailable add 47f2bf5788 arch/arm/src/s32k3xx:

Re: [PR] {bp-12046} arch/arm/src/s32k3xx: Fix incorrect check for invalid port or pin number [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12072: URL: https://github.com/apache/nuttx/pull/12072 -- 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:

Re: [PR] {Bp-12036} risc-v/espressif: Fix empty cpuint number [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12061: URL: https://github.com/apache/nuttx/pull/12061 -- 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:

Re: [PR] {bp-11990} stm32h7:Serial Fix Logic error in up_dma_txavailable [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12070: URL: https://github.com/apache/nuttx/pull/12070 -- 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:

Re: [PR] {bp-11998} mm/kmap.h: fix typo in comments [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12068: URL: https://github.com/apache/nuttx/pull/12068 -- 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:

Re: [PR] {bp-12038} boards: Fix board configs after disabling NSH_DISABLE_HELP [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12060: URL: https://github.com/apache/nuttx/pull/12060 -- 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:

Re: [PR] {bp-11994} drivers/video/isx019: Fix default_value of 3A status [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12067: URL: https://github.com/apache/nuttx/pull/12067 -- 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:

(nuttx) branch releases/12.5 updated: xtensa/esp32s3: Fix one page program span over 2 pages

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.5 by this push: new 7d28420c0b xtensa/esp32s3: Fix

Re: [PR] {bp-12008} xtensa/esp32s3: Fix one page program span over 2 pages [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12065: URL: https://github.com/apache/nuttx/pull/12065 -- 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:

Re: [PR] {bp-12024} boards: raspberrypi-pico: Fix nshsram build error [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12064: URL: https://github.com/apache/nuttx/pull/12064 -- 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:

(nuttx) branch releases/12.5 updated: boards: rp2040: Fix build errors for nshsram configurations

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.5 by this push: new cfe6d0bcbe boards: rp2040: Fix

(nuttx) branch releases/12.5 updated (a406de7868 -> 2806667491)

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git from a406de7868 arch/arm/src/am335x: Fix incorrect signedness of variable add 2806667491 esp32[c3|c6|h2]:

(nuttx) branch releases/12.5 updated (54352dab2c -> a406de7868)

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 54352dab2c drivers/net/lan9250: Fix crash issue of sending packets by lan9250 driver under SMP and

Re: [PR] {bp-12047} arch/arm/src/am335x: Fix incorrect signedness of variable [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12071: URL: https://github.com/apache/nuttx/pull/12071 -- 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:

Re: [PR] {bp-12042} drivers/net/lan9250: Fix crash issue of sending packets by lan9250 dr… [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12074: URL: https://github.com/apache/nuttx/pull/12074 -- 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:

Re: [PR] {bp-12045} all: Fix accessing uninitialized local variables [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12073: URL: https://github.com/apache/nuttx/pull/12073 -- 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:

(nuttx) branch releases/12.5 updated (42f8a9b48f -> 9ee6928382)

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 42f8a9b48f mm/kmap.h: fix typo in comments add 9ee6928382 stm32h7:Serial Fix Logic error in

(nuttx) branch releases/12.5 updated (cbd322c6f4 -> 42f8a9b48f)

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git from cbd322c6f4 drivers/video/isx019: Fix default_value of 3A status add 42f8a9b48f mm/kmap.h: fix typo in

(nuttx) branch releases/12.5 updated: drivers/video/isx019: Fix default_value of 3A status

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.5 by this push: new cbd322c6f4

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller and I2S pin selection range fixed [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #12076: URL: https://github.com/apache/nuttx/pull/12076#discussion_r1554526338 ## arch/xtensa/src/esp32s3/Kconfig: ## @@ -366,26 +366,26 @@ config ESP32S3_I2S0_SAMPLE_RATE config ESP32S3_I2S0_BCLKPIN int "I2S0 BCLK pin"

(nuttx) branch releases/12.5 updated: drivers/video/isx019: Fix the default_value of some parameters

2024-04-05 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.5 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.5 by this push: new 64ab05457a

(nuttx) branch master updated: arch/arm/src/samv7/sam_pwm.c: adjust arch driver to DCPOL options

2024-04-05 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new bf3a5bb4cb arch/arm/src/samv7/sam_pwm.c:

Re: [PR] {bp-11999} drivers/video/isx019: Fix the default_value of some parameters [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12066: URL: https://github.com/apache/nuttx/pull/12066 -- 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:

Re: [PR] arch/arm/src/samv7/sam_pwm.c: adjust arch driver to DCPOL options [nuttx]

2024-04-05 Thread via GitHub
xiaoxiang781216 merged PR #12077: URL: https://github.com/apache/nuttx/pull/12077 -- 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:

Re: [PR] sched: Introduce Bound Multi-Processing (BMP) into NuttX [nuttx]

2024-04-05 Thread via GitHub
zouboan commented on PR #12020: URL: https://github.com/apache/nuttx/pull/12020#issuecomment-2040954735 What is the difference between this approach and the pthread_setaffinity_np functions implemented by NuttX?Does threads spawned by a task bound to a specific processor can also be

Re: [PR] sched: Introduce Bound Multi-Processing (BMP) into NuttX [nuttx]

2024-04-05 Thread via GitHub
zouboan commented on PR #12020: URL: https://github.com/apache/nuttx/pull/12020#issuecomment-2040954483 What is the difference between this approach and the pthread_setaffinity_np functions implemented by NuttX?Does threads spawned by a task bound to a specific processor can also be

(nuttx-website) branch asf-site updated: Publishing web: 64ae20e5a4df5e2feedb7e48b9ccd7cbb790aa4f docs: 21de46a4d12087fda42e982dd9745fe926376b31

2024-04-05 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 2affede95 Publishing web:

[PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller.and I2s pin selection range fixed [nuttx]

2024-04-05 Thread via GitHub
omar-faruk opened a new pull request, #12076: URL: https://github.com/apache/nuttx/pull/12076 ## Summary 1. ESP32S3 GPIO pin 19 or 20 by default connected to USB/JTAG controller. When using pin 19 or 20 as GPIO, disable USB/JTAG 2. arch/xtensa/src/esp32s3/Kconfig updated: I2S BCLK,

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller. [nuttx]

2024-04-05 Thread via GitHub
omar-faruk commented on PR #12055: URL: https://github.com/apache/nuttx/pull/12055#issuecomment-2040682101 @acassis I accidentally deleted the commit on my repo and closed the pull request. I'll create a new pull request. -- This is an automated message from the Apache Git Service. To

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller. [nuttx]

2024-04-05 Thread via GitHub
omar-faruk closed pull request #12055: ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller. URL: https://github.com/apache/nuttx/pull/12055 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] include/nuttx/timers/pwm.h: add dcpol attribute to pwm_chan_s [nuttx]

2024-04-05 Thread via GitHub
acassis merged PR #12075: URL: https://github.com/apache/nuttx/pull/12075 -- 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:

(nuttx) branch master updated (17e1d43f6d -> 21de46a4d1)

2024-04-05 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 17e1d43f6d ioexpander/icjx: add support for change of input interrupts on NINT add 21de46a4d1

Re: [PR] arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale [nuttx]

2024-04-05 Thread via GitHub
jlaitine commented on code in PR #12059: URL: https://github.com/apache/nuttx/pull/12059#discussion_r1554229290 ## arch/arm64/src/imx9/imx9_flexio_pwm.c: ## @@ -444,7 +444,7 @@ static int pwm_update_frequency(struct imx9_pwmtimer_s *priv, int freq) static int

Re: [PR] arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale [nuttx]

2024-04-05 Thread via GitHub
jlaitine commented on code in PR #12059: URL: https://github.com/apache/nuttx/pull/12059#discussion_r1554229290 ## arch/arm64/src/imx9/imx9_flexio_pwm.c: ## @@ -444,7 +444,7 @@ static int pwm_update_frequency(struct imx9_pwmtimer_s *priv, int freq) static int

Re: [PR] arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale [nuttx]

2024-04-05 Thread via GitHub
jlaitine commented on code in PR #12059: URL: https://github.com/apache/nuttx/pull/12059#discussion_r1554193299 ## arch/arm64/src/imx9/imx9_flexio_pwm.c: ## @@ -444,7 +444,7 @@ static int pwm_update_frequency(struct imx9_pwmtimer_s *priv, int freq) static int

Re: [PR] arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale [nuttx]

2024-04-05 Thread via GitHub
jlaitine commented on code in PR #12059: URL: https://github.com/apache/nuttx/pull/12059#discussion_r1554193299 ## arch/arm64/src/imx9/imx9_flexio_pwm.c: ## @@ -444,7 +444,7 @@ static int pwm_update_frequency(struct imx9_pwmtimer_s *priv, int freq) static int

Re: [PR] arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale [nuttx]

2024-04-05 Thread via GitHub
pkarashchenko commented on code in PR #12059: URL: https://github.com/apache/nuttx/pull/12059#discussion_r1554166675 ## arch/arm64/src/imx9/imx9_flexio_pwm.c: ## @@ -444,7 +444,7 @@ static int pwm_update_frequency(struct imx9_pwmtimer_s *priv, int freq) static int

Re: [PR] arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale [nuttx]

2024-04-05 Thread via GitHub
pkarashchenko commented on code in PR #12059: URL: https://github.com/apache/nuttx/pull/12059#discussion_r1554159979 ## arch/arm64/src/imx9/imx9_flexio_pwm.c: ## @@ -444,7 +444,7 @@ static int pwm_update_frequency(struct imx9_pwmtimer_s *priv, int freq) static int

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller. [nuttx]

2024-04-05 Thread via GitHub
acassis commented on PR #12055: URL: https://github.com/apache/nuttx/pull/12055#issuecomment-2040440733 @omar-faruk @tmedicci as I predicted : Error: /home/runner/work/nuttx/nuttx/nuttx/arch/xtensa/src/esp32s3/esp32s3_gpio.c:217:51: error: Dangling whitespace at the end of line

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller. [nuttx]

2024-04-05 Thread via GitHub
acassis commented on code in PR #12055: URL: https://github.com/apache/nuttx/pull/12055#discussion_r1554095287 ## arch/xtensa/src/esp32s3/esp32s3_gpio.c: ## @@ -207,6 +208,17 @@ int esp32s3_configgpio(uint32_t pin, gpio_pinattr_t attr) func = 0; cntrl = 0; + /* if pin

(nuttx) branch master updated (16b30ea659 -> 17e1d43f6d)

2024-04-05 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 16b30ea659 boards/arm64/imx9/imx93-evk: Enable PWM from TPM3ch3 on imx93-evk pin GPIO_IO24 add 17e1d43f6d

Re: [PR] ioexpander/icjx: add support for change of input interrupts on NINT [nuttx]

2024-04-05 Thread via GitHub
acassis merged PR #12058: URL: https://github.com/apache/nuttx/pull/12058 -- 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:

Re: [PR] arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale [nuttx]

2024-04-05 Thread via GitHub
acassis commented on code in PR #12059: URL: https://github.com/apache/nuttx/pull/12059#discussion_r1554085934 ## arch/arm64/src/imx9/imx9_flexio_pwm.c: ## @@ -444,7 +444,7 @@ static int pwm_update_frequency(struct imx9_pwmtimer_s *priv, int freq) static int

Re: [PR] arch/arm64/src/imx9/imx9_flexio_pwm.c: Fix wrong input scale [nuttx]

2024-04-05 Thread via GitHub
pkarashchenko commented on code in PR #12059: URL: https://github.com/apache/nuttx/pull/12059#discussion_r1554069013 ## arch/arm64/src/imx9/imx9_flexio_pwm.c: ## @@ -444,7 +444,7 @@ static int pwm_update_frequency(struct imx9_pwmtimer_s *priv, int freq) static int

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
kisvegabor commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2040284250 I'm not an expert on NuttX, so please forgive me the silly question: why don't you have the same issue with other 3rd party libraries used in NuttX? I think LVGL uses Kconfig in a

Re: [PR] include/nuttx/timers/pwm.h: add dcpol attribute to pwm_chan_s [nuttx]

2024-04-05 Thread via GitHub
zdebanos commented on PR #12075: URL: https://github.com/apache/nuttx/pull/12075#issuecomment-2040272471 @acassis Thanks. Update pushed. -- 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

Re: [PR] include/nuttx/timers/pwm.h: add dcpol attribute to pwm_chan_s [nuttx]

2024-04-05 Thread via GitHub
acassis commented on PR #12075: URL: https://github.com/apache/nuttx/pull/12075#issuecomment-2040195688 @zdebanos please run the check the coding style issues: $ ./tools/configure.sh -f include/nuttx/timers/pwm.h -- This is an automated message from the Apache Git Service. To

Re: [PR] ioexpander/icjx: add support for change of input interrupts on NINT [nuttx]

2024-04-05 Thread via GitHub
acassis commented on PR #12058: URL: https://github.com/apache/nuttx/pull/12058#issuecomment-2040192347 > > @michallenc just a comment: NINT means Negated Interrupt, not not an interrupt :-) > > Usually yes, but in iC-JX datasheet they really call it Not Interrupt :) So I decided to

[PR] include/nuttx/timers/pwm.h: add dcpol attribute to pwm_chan_s [nuttx]

2024-04-05 Thread via GitHub
zdebanos opened a new pull request, #12075: URL: https://github.com/apache/nuttx/pull/12075 `PWM_CPOL_` helper defines and `uint8_t cpol` in the `struct pwm_chan_s` have been added to define the polarity of the running PWM. The only driver that has supported it up to this day was the

Re: [PR] ioexpander/icjx: add support for change of input interrupts on NINT [nuttx]

2024-04-05 Thread via GitHub
michallenc commented on code in PR #12058: URL: https://github.com/apache/nuttx/pull/12058#discussion_r1553830316 ## drivers/ioexpander/icjx.c: ## @@ -463,15 +487,80 @@ static int icjx_option(FAR struct ioexpander_dev_s *dev, uint8_t pin, int opt, FAR

Re: [PR] ioexpander/icjx: add support for change of input interrupts on NINT [nuttx]

2024-04-05 Thread via GitHub
michallenc commented on PR #12058: URL: https://github.com/apache/nuttx/pull/12058#issuecomment-2040043178 > @michallenc just a comment: NINT means Negated Interrupt, not not an interrupt :-) Usually yes, but in iC-JX datasheet they really calls it Not Interrupt :) So I decided to

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller. [nuttx]

2024-04-05 Thread via GitHub
tmedicci commented on code in PR #12055: URL: https://github.com/apache/nuttx/pull/12055#discussion_r1553683202 ## arch/xtensa/src/esp32s3/esp32s3_gpio.c: ## @@ -207,6 +208,17 @@ int esp32s3_configgpio(uint32_t pin, gpio_pinattr_t attr) func = 0; cntrl = 0; + /* if

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller. [nuttx]

2024-04-05 Thread via GitHub
tmedicci commented on code in PR #12055: URL: https://github.com/apache/nuttx/pull/12055#discussion_r1553683202 ## arch/xtensa/src/esp32s3/esp32s3_gpio.c: ## @@ -207,6 +208,17 @@ int esp32s3_configgpio(uint32_t pin, gpio_pinattr_t attr) func = 0; cntrl = 0; + /* if

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
cederom commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2039915221 Right, keeping things minimal is important, additional repository with necessary libs seems best solution (either as nuttx/libs or apache/nuttx-libs), just to have all in one place,

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
acassis commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2039902048 > What about full copy of external library (i.e. LVGL) to our source tree so everything is always in one place and ready do build offline with no additional downloads? Would that be

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
cederom commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2039892107 What about full copy of external library (i.e. LVGL) to our source tree so everything is always in one place and ready do build offline with no additional downloads? Would that be

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
acassis commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2039858663 > > Yes, I think we could have a "make download" to download all libraries to let user compile it online. > > This can be also achieved with `git submodule` if the code is in

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
acassis commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2039853557 @XuNeo I think this is a limitation of Kconfig (or the way our build system works), it is not dynamic. If we modify some Kconfig and don't run "make menuconfig" our .config will not

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
cederom commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2039849580 > Yes, I think we could have a "make download" to download all libraries to let user compile it online. This can be also achieved with `git submodule` if the code is in external

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
acassis commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2039836079 > I also thought about that and in a perfect situation we have all source code modules etc as part of repository do no additional downloads are necessary and everything should work

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-05 Thread via GitHub
cederom commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2039824816 I also thought about that and in a perfect situation we have all source code modules etc as part of repository do no additional downloads are necessary and everything should work out

(nuttx) branch master updated (65bd548521 -> 16b30ea659)

2024-04-05 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 65bd548521 esp32[c3|c6|h2]: Fix RTC data placement add 0f596ec496 arch/arm64/src/imx9: Add TPM based PWM driver

Re: [PR] Imx9 lptpm pwm [nuttx]

2024-04-05 Thread via GitHub
acassis merged PR #12054: URL: https://github.com/apache/nuttx/pull/12054 -- 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:

Re: [PR] ioexpander/icjx: add support for change of input interrupts on NINT [nuttx]

2024-04-05 Thread via GitHub
acassis commented on code in PR #12058: URL: https://github.com/apache/nuttx/pull/12058#discussion_r1553598166 ## drivers/ioexpander/icjx.c: ## @@ -463,15 +487,80 @@ static int icjx_option(FAR struct ioexpander_dev_s *dev, uint8_t pin, int opt, FAR void

Re: [PR] fix: the bug about rwbuffer causing mem overflow [nuttx]

2024-04-05 Thread via GitHub
acassis commented on PR #12056: URL: https://github.com/apache/nuttx/pull/12056#issuecomment-2039747255 @ChenChuangForLinux please check coding style issues: $ ./tools/checkpatch.sh -f drivers/misc/rwbuffer.c And fix the issues -- This is an automated message from the Apache

Re: [PR] ioexpander/icjx: add support for change of input interrupts on NINT [nuttx]

2024-04-05 Thread via GitHub
acassis commented on PR #12058: URL: https://github.com/apache/nuttx/pull/12058#issuecomment-2039750256 @michallenc just a comment: NINT means Negated Interrupt, not not an interrupt :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on

(nuttx-website) branch asf-site updated: Publishing web: 64ae20e5a4df5e2feedb7e48b9ccd7cbb790aa4f docs: 65bd54852175d8f6a167c2ecdf3663073ef22349

2024-04-05 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 ea8d8ff35 Publishing web:

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller. [nuttx]

2024-04-05 Thread via GitHub
acassis commented on code in PR #12055: URL: https://github.com/apache/nuttx/pull/12055#discussion_r1553585262 ## arch/xtensa/src/esp32s3/esp32s3_gpio.c: ## @@ -207,6 +208,17 @@ int esp32s3_configgpio(uint32_t pin, gpio_pinattr_t attr) func = 0; cntrl = 0; + /* if pin

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller. [nuttx]

2024-04-05 Thread via GitHub
acassis commented on PR #12055: URL: https://github.com/apache/nuttx/pull/12055#issuecomment-2039741555 Thank you @omar-faruk ! -- 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

(nuttx-website) branch master updated: 12.5.0.md: typo fix

2024-04-05 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/master by this push: new 64ae20e5a 12.5.0.md: typo fix

[PR] 12.5.0.md: typo fix [nuttx-website]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #112: URL: https://github.com/apache/nuttx-website/pull/112 ## 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 URL above to go

Re: [PR] 12.5.0.md: typo fix [nuttx-website]

2024-04-05 Thread via GitHub
jerpelea merged PR #112: URL: https://github.com/apache/nuttx-website/pull/112 -- 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:

[PR] {bp-12042} drivers/net/lan9250: Fix crash issue of sending packets by lan9250 dr… [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12074: URL: https://github.com/apache/nuttx/pull/12074 ## Summary …iver under SMP and multi-thread ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] {bp-12045} all: Fix accessing uninitialized local variables [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12073: URL: https://github.com/apache/nuttx/pull/12073 ## Summary Prior to this commit, in elf_emit() and elf_emit_align(), ret was uninitialized if total was 0. ## Impact ## Testing -- This is an automated message from the

[PR] {bp-12046} arch/arm/src/s32k3xx: Fix incorrect check for invalid port or pin number [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12072: URL: https://github.com/apache/nuttx/pull/12072 ## 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 URL above to go to

[PR] {12047} arch/arm/src/am335x: Fix incorrect signedness of variable [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12071: URL: https://github.com/apache/nuttx/pull/12071 ## Summary The check `if (delta < 0)` in line 353 and 407 would always be false if delta were unsigned. ## Impact ## Testing -- This is an automated message from the

[PR] {bp-11-992} esp32[c3|c6|h2]: Fix filesystem test support [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12069: URL: https://github.com/apache/nuttx/pull/12069 ## Summary Bugfix for file system test ## Impact ESP32-C3, ESP32-C6, ESP32-H2 ## Testing fstest example with using esp32c6-devkit:spiflash config -- This is an automated

[PR] stm32h7:Serial Fix Logic error in up_dma_txavailable [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12070: URL: https://github.com/apache/nuttx/pull/12070 ## Summary Fixed logic error as noted by @kk-thrane ## Impact Correct logic ## Testing px4_fmu-v6x serial_test / gps / qgc -- This is an automated message from the Apache

[PR] {bp-11998} mm/kmap.h: fix typo in comments [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12068: URL: https://github.com/apache/nuttx/pull/12068 ## Summary Fix typo in comments for kmm_map() function. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] {bp-11999} drivers/video/isx019: Fix the default_value of some parameters [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12066: URL: https://github.com/apache/nuttx/pull/12066 ## Summary Because the exposure time and ISO sensitivity are adjusted automatically by default, the default value can not be defined. So, return the value out of range as the default_value of

[PR] drivers/video/isx019: Fix default_value of 3A status [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12067: URL: https://github.com/apache/nuttx/pull/12067 ## Summary Fix default_value of ioctl(VIDIOC_QUERYCTRL)(id=V4L2_CID_3A_STATUS) to AE operating and AWB operating, because both AE and AWB are automatical adjustment mode by default. ##

[PR] {bp-12008} xtensa/esp32s3: Fix one page program span over 2 pages [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12065: URL: https://github.com/apache/nuttx/pull/12065 ## Summary One page program can't span over 2 pages. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log

[PR] boards: raspberrypi-pico: Fix nshsram build error [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12064: URL: https://github.com/apache/nuttx/pull/12064 Summary: - This commit fixes https://github.com/apache/nuttx/issues/11956. - The issue was introduced by https://github.com/apache/nuttx/pull/6118. Impact: - None Testing: -

[PR] {Bp-12028} boards: rp2040: Fix build errors for nshsram configurations [nuttx]

2024-04-05 Thread via GitHub
jerpelea opened a new pull request, #12063: URL: https://github.com/apache/nuttx/pull/12063 Summary: - This commit applies the fix in https://github.com/apache/nuttx/pull/12025 Impact: - None Testing: - Build only -- This is an automated message from the Apache Git

(nuttx-website) branch master updated: Add NuttX 12.5.0 release

2024-04-05 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-website.git The following commit(s) were added to refs/heads/master by this push: new 3cc5b0942 Add NuttX 12.5.0 release

Re: [PR] Add NuttX 12.5.0 release [nuttx-website]

2024-04-05 Thread via GitHub
acassis merged PR #111: URL: https://github.com/apache/nuttx-website/pull/111 -- 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:

Re: [PR] Add NuttX 12.5.0 release [nuttx-website]

2024-04-05 Thread via GitHub
jerpelea commented on PR #111: URL: https://github.com/apache/nuttx-website/pull/111#issuecomment-2039595617 please merge those release notes so that I can continue with 12.5.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

  1   2   >