[GitHub] [nuttx] centurysys commented on a diff in pull request #8510: arm: Toolchain.defs: fix reverse condition for attaching libm.

2023-02-11 Thread via GitHub
centurysys commented on code in PR #8510: URL: https://github.com/apache/nuttx/pull/8510#discussion_r1103743552 ## arch/arm/src/common/Toolchain.defs: ## @@ -316,7 +316,7 @@ endif EXTRA_LIBS += $(COMPILER_RT_LIB) -ifneq ($(CONFIG_LIBM),y) +ifeq ($(CONFIG_LIBM),y) EXTRA_L

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8510: arm: Toolchain.defs: fix reverse condition for attaching libm.

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8510: URL: https://github.com/apache/nuttx/pull/8510#discussion_r1103742757 ## arch/arm/src/common/Toolchain.defs: ## @@ -316,7 +316,7 @@ endif EXTRA_LIBS += $(COMPILER_RT_LIB) -ifneq ($(CONFIG_LIBM),y) +ifeq ($(CONFIG_LIBM),y) EX

[GitHub] [nuttx] centurysys closed pull request #8510: arm: Toolchain.defs: fix reverse condition for attaching libm.

2023-02-11 Thread via GitHub
centurysys closed pull request #8510: arm: Toolchain.defs: fix reverse condition for attaching libm. URL: https://github.com/apache/nuttx/pull/8510 -- 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 th

[GitHub] [nuttx] centurysys commented on a diff in pull request #8510: arm: Toolchain.defs: fix reverse condition for attaching libm.

2023-02-11 Thread via GitHub
centurysys commented on code in PR #8510: URL: https://github.com/apache/nuttx/pull/8510#discussion_r1103742503 ## arch/arm/src/common/Toolchain.defs: ## @@ -316,7 +316,7 @@ endif EXTRA_LIBS += $(COMPILER_RT_LIB) -ifneq ($(CONFIG_LIBM),y) +ifeq ($(CONFIG_LIBM),y) EXTRA_L

[nuttx] branch master updated: usbhost: fixed cdcacm issue

2023-02-11 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 4ddcb88c65 usbhost: fixed cdcacm issue 4ddcb88

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8506: usbhost: fixed cdcacm issue

2023-02-11 Thread via GitHub
xiaoxiang781216 merged PR #8506: URL: https://github.com/apache/nuttx/pull/8506 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8510: arm: Toolchain.defs: fix reverse condition for attaching libm.

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8510: URL: https://github.com/apache/nuttx/pull/8510#discussion_r1103742217 ## arch/arm/src/common/Toolchain.defs: ## @@ -316,7 +316,7 @@ endif EXTRA_LIBS += $(COMPILER_RT_LIB) -ifneq ($(CONFIG_LIBM),y) +ifeq ($(CONFIG_LIBM),y) EX

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8510: arm: Toolchain.defs: fix reverse condition for attaching libm.

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8510: URL: https://github.com/apache/nuttx/pull/8510#discussion_r1103742217 ## arch/arm/src/common/Toolchain.defs: ## @@ -316,7 +316,7 @@ endif EXTRA_LIBS += $(COMPILER_RT_LIB) -ifneq ($(CONFIG_LIBM),y) +ifeq ($(CONFIG_LIBM),y) EX

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#discussion_r1103741528 ## system/readline/readline_fd.c: ## @@ -149,6 +156,13 @@ static void readline_write(FAR struct rl_common_s *vtbl, FAR struct readline_s *priv = (FAR stru

[GitHub] [nuttx] centurysys opened a new pull request, #8510: arm: Toolchain.defs: fix reverse condition for attaching libm.

2023-02-11 Thread via GitHub
centurysys opened a new pull request, #8510: URL: https://github.com/apache/nuttx/pull/8510 arch: arm: src: common: Toolchain.defs: fix reverse condition for attaching libm. Signed-off-by: Takeyoshi Kikuchi -- This is an automated message from the Apache Git Service. To respon

[GitHub] [nuttx] zyfeier opened a new pull request, #8509: usbdev: fixed DUALSPEED issue for adb/cdcecm/rndis

2023-02-11 Thread via GitHub
zyfeier opened a new pull request, #8509: URL: https://github.com/apache/nuttx/pull/8509 ## Summary 1. Fixed DUALSPEED build issue for adb、cdcecm and rndis. 2. Support OTHERSPEEDCONFIG for adb、cdcecm and rndis; ## Impact NA ## Testing sim usbdev -- Thi

[GitHub] [nuttx-apps] no1wudi commented on a diff in pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-11 Thread via GitHub
no1wudi commented on code in PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#discussion_r1103727946 ## system/readline/readline_fd.c: ## @@ -149,6 +156,13 @@ static void readline_write(FAR struct rl_common_s *vtbl, FAR struct readline_s *priv = (FAR struct readl

[GitHub] [nuttx] zyfeier opened a new pull request, #8508: usbdev/composite: remove excess uninitialize code

2023-02-11 Thread via GitHub
zyfeier opened a new pull request, #8508: URL: https://github.com/apache/nuttx/pull/8508 ## Summary Remove excess uninitialize code for composite_uninitialize. ## Impact NA ## Testing sim usbdev -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx] zyfeier opened a new pull request, #8507: rndis: add endpoint configure

2023-02-11 Thread via GitHub
zyfeier opened a new pull request, #8507: URL: https://github.com/apache/nuttx/pull/8507 ## Summary ep3 is not avaliable in dummy hcd, so need to make the endpoint number configurable. ## Impact RNDIS ## Testing sim usbdev -- This is an automated message

[GitHub] [nuttx] zyfeier opened a new pull request, #8506: usbhost: fixed cdcacm issue

2023-02-11 Thread via GitHub
zyfeier opened a new pull request, #8506: URL: https://github.com/apache/nuttx/pull/8506 ## Summary 1. fixed cdcacm build issue 2. unregister uart driver when usbhost destroy ## Impact usbhost ## Testing sim usbhost -- This is an automated message from

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8496: fs/littlefs: add full support for LittleFS block device cfg in Kconfig

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8496: URL: https://github.com/apache/nuttx/pull/8496#discussion_r1103725083 ## fs/littlefs/Kconfig: ## @@ -6,17 +6,81 @@ config FS_LITTLEFS Build the LITTLEFS file system. https://github.com/littlefs-project/littlefs.

[GitHub] [nuttx] zyfeier opened a new pull request, #8505: sched/pthread: check pthread group after find joininfo

2023-02-11 Thread via GitHub
zyfeier opened a new pull request, #8505: URL: https://github.com/apache/nuttx/pull/8505 ## Summary Need check tcb or group info after find joininfo, otherwise the wrong value will be returned. ## Impact Pthread ## Testing libuv test -- This is an automa

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: 7e3e99c94060fd6ec0e15812ea4d3120fc66f543

2023-02-11 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 07571690 Publishing web: b50f5ca4

[GitHub] [nuttx] pkarashchenko commented on pull request #8434: pthread: Change pthread_self to function

2023-02-11 Thread via GitHub
pkarashchenko commented on PR #8434: URL: https://github.com/apache/nuttx/pull/8434#issuecomment-1426879453 Somehow the upgrade of microADB didn't solve the CI failure -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[nuttx-apps] branch master updated: system/adb: Update to 305007e0e574e7cc2b8d706b0f5d8cc76675fc51

2023-02-11 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 df55bf5ce system/adb: Update to 3050

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1553: system/adb: Update to 305007e0e574e7cc2b8d706b0f5d8cc76675fc51

2023-02-11 Thread via GitHub
pkarashchenko merged PR #1553: URL: https://github.com/apache/nuttx-apps/pull/1553 -- 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

[GitHub] [nuttx] Igor-Misic commented on a diff in pull request #8496: fs/littlefs: add full support for LittleFS block device cfg in Kconfig

2023-02-11 Thread via GitHub
Igor-Misic commented on code in PR #8496: URL: https://github.com/apache/nuttx/pull/8496#discussion_r1103683947 ## fs/littlefs/Kconfig: ## @@ -6,17 +6,81 @@ config FS_LITTLEFS Build the LITTLEFS file system. https://github.com/littlefs-project/littlefs. if FS

[nuttx] branch master updated (a2097cfb71 -> 7e3e99c940)

2023-02-11 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/nuttx.git from a2097cfb71 net: modify find device logic add 7e3e99c940 sim: fix vfork report error No new revisions were adde

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8497: sim: fix vfork report error

2023-02-11 Thread via GitHub
xiaoxiang781216 merged PR #8497: URL: https://github.com/apache/nuttx/pull/8497 -- 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...@nutt

[GitHub] [nuttx] btashton commented on a diff in pull request #8504: tools/ci: Switch kconfig-frontend to kconfiglib

2023-02-11 Thread via GitHub
btashton commented on code in PR #8504: URL: https://github.com/apache/nuttx/pull/8504#discussion_r1103668396 ## tools/ci/docker/linux/Dockerfile: ## @@ -285,13 +268,19 @@ RUN pip3 install cvt2utf RUN pip3 install cxxfilt RUN pip3 install esptool RUN pip3 install imgtool +RUN

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8487: net: modify find device logic

2023-02-11 Thread via GitHub
xiaoxiang781216 merged PR #8487: URL: https://github.com/apache/nuttx/pull/8487 -- 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...@nutt

[nuttx] branch master updated: net: modify find device logic

2023-02-11 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 a2097cfb71 net: modify find device logic a2097

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8504: tools/ci: Switch kconfig-frontend to kconfiglib

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8504: URL: https://github.com/apache/nuttx/pull/8504#discussion_r1103666992 ## tools/ci/docker/linux/Dockerfile: ## @@ -285,13 +268,19 @@ RUN pip3 install cvt2utf RUN pip3 install cxxfilt RUN pip3 install esptool RUN pip3 install imgto

[GitHub] [nuttx] btashton commented on a diff in pull request #8504: tools/ci: Switch kconfig-frontend to kconfiglib

2023-02-11 Thread via GitHub
btashton commented on code in PR #8504: URL: https://github.com/apache/nuttx/pull/8504#discussion_r1103658799 ## tools/ci/docker/linux/Dockerfile: ## @@ -285,13 +268,19 @@ RUN pip3 install cvt2utf RUN pip3 install cxxfilt RUN pip3 install esptool RUN pip3 install imgtool +RUN

[GitHub] [nuttx] flyingfish89 commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
flyingfish89 commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426819311 > em...,this mistake have no connection with what I just modified -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [nuttx] flyingfish89 commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
flyingfish89 commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426817805 yes https://user-images.githubusercontent.com/118660407/218269764-873a26c7-4ade-4f29-b989-42ea46ed6f40.png";> and this is the return https://user-images.githubusercontent.com/11

[GitHub] [nuttx] fjpanag commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
fjpanag commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426815353 Maybe I did a typo? Can you please post as code, instead of a screenshot? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [nuttx] flyingfish89 commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
flyingfish89 commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426815195 also,i have trid this https://user-images.githubusercontent.com/118660407/218269402-a0eaf5e4-a364-4681-a827-6caf7dabca92.png";> -- This is an automated message from the Apache

[GitHub] [nuttx] flyingfish89 commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
flyingfish89 commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426812526 i'm sorry.i have tried this and i couldn't found any question,could you please show me about it! -- This is an automated message from the Apache Git Service. To respond to the messa

[nuttx] branch master updated (1b372a55cc -> a66f0a6369)

2023-02-11 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/nuttx.git from 1b372a55cc stm32_sdio: Fix in SDIO clocking configuration. add a66f0a6369 stdlib: Guard fflush in exit with CON

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8503: stdlib: Guard fflush in exit with CONFIG_FILE_STREAM

2023-02-11 Thread via GitHub
xiaoxiang781216 merged PR #8503: URL: https://github.com/apache/nuttx/pull/8503 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8504: tools/ci: Switch kconfig-frontend to kconfiglib

2023-02-11 Thread via GitHub
xiaoxiang781216 opened a new pull request, #8504: URL: https://github.com/apache/nuttx/pull/8504 ## Summary Follow https://github.com/apache/nuttx/pull/8494 kconfiglib can catch more error than kconfig-frontend: https://github.com/apache/nuttx/pull/8485 ## Impact buil

[GitHub] [nuttx] fjpanag commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
fjpanag commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426804630 Unfortunatelly not... ```Lua assert(string.format("%+08d", 2^31 - 1) == "+2147483647") ``` fails with: ``` strings.lua:154: malformed number near '2' ```

[GitHub] [nuttx] flyingfish89 commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
flyingfish89 commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426802852 ok,how about this https://user-images.githubusercontent.com/118660407/218267173-18d7d6f7-55bd-475d-909f-3462dae3edf5.png";> -- This is an automated message from the Apache Git

[nuttx] branch master updated (824e6b3271 -> 1b372a55cc)

2023-02-11 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/nuttx.git from 824e6b3271 lcd/st7789: raise compilation error when CONFIG_SPI_CMDDATA is not set add 1b372a55cc stm32_sdio: F

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8502: stm32_sdio: Fix in SDIO clocking configuration.

2023-02-11 Thread via GitHub
xiaoxiang781216 merged PR #8502: URL: https://github.com/apache/nuttx/pull/8502 -- 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...@nutt

[GitHub] [nuttx] fjpanag commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
fjpanag commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426798867 Well... After applying this change, a get a previous test failing: ```Lua assert(0e12 == 0 and .0 == 0 and 0. == 0 and .2e2 == 20 and 2.E-1 == 0.2) ``` with: ``` mat

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#discussion_r1103641543 ## system/readline/readline_fd.c: ## @@ -149,6 +156,13 @@ static void readline_write(FAR struct rl_common_s *vtbl, FAR struct readline_s *priv = (FAR stru

[GitHub] [nuttx] SimonFilgis commented on a diff in pull request #8398: Dynamic adjustment of the orientation and offset to support orientati…

2023-02-11 Thread via GitHub
SimonFilgis commented on code in PR #8398: URL: https://github.com/apache/nuttx/pull/8398#discussion_r1103642805 ## drivers/lcd/Kconfig: ## @@ -1104,6 +1104,13 @@ config LCD_RLANDSCAPE refers one of two orientations where the display is wider than it is

[GitHub] [nuttx] flyingfish89 commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
flyingfish89 commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426794021 Oh, this "e" should be returned, coule you change the strtold.c like this and try again https://user-images.githubusercontent.com/118660407/218265776-66dc-92b9-4576-bd44-2897f6a5

[GitHub] [nuttx] flyingfish89 commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
flyingfish89 commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426790371 > @flyingfish89 Thank you for this. > > Just to provide some feedback, after this patch, all tests pass, apart from specifically the following: > > ```lua > assert(tonu

[GitHub] [nuttx] no1wudi opened a new pull request, #8503: stdlib: Guard fflush in exit with CONFIG_FILE_STREAM

2023-02-11 Thread via GitHub
no1wudi opened a new pull request, #8503: URL: https://github.com/apache/nuttx/pull/8503 ## Summary If CONFIG_FILE_STREAM disabled, fflush is a undefined function. ## Impact Minor ## Testing CI -- This is an automated message from the Apache Git Service. To respo

[GitHub] [nuttx] fjpanag commented on pull request #8495: fix some bug of strtold

2023-02-11 Thread via GitHub
fjpanag commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426776172 @flyingfish89 Thank you for this. Just to provide some feedback, after this patch, all tests pass, apart from specifically the following: ```Lua assert(tonumber'+ 0.01' == n

[GitHub] [nuttx] fjpanag commented on pull request #8502: stm32_sdio: Fix in SDIO clocking configuration.

2023-02-11 Thread via GitHub
fjpanag commented on PR #8502: URL: https://github.com/apache/nuttx/pull/8502#issuecomment-1426774605 For reference, this bug was indicated in the mailing list: https://www.mail-archive.com/dev@nuttx.apache.org/msg09083.html -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] fjpanag commented on pull request #8378: tools/makefile: silent all compile output

2023-02-11 Thread via GitHub
fjpanag commented on PR #8378: URL: https://github.com/apache/nuttx/pull/8378#issuecomment-1426771063 @anchao Yes, indeed, this is not a "normal" terminal. On `gnome-terminal` with `bash` everything seems OK. However, I intentionally used this, to check the actual output. Alt

[GitHub] [nuttx] fjpanag opened a new pull request, #8502: stm32_sdio: Fix in SDIO clocking configuration.

2023-02-11 Thread via GitHub
fjpanag opened a new pull request, #8502: URL: https://github.com/apache/nuttx/pull/8502 ## Summary Fixes clocking on STM32's SDIO peripheral, where the register value was not applied correctly. ## Impact Proper clocking on STM32 SDIO. ## Testing @pnb990 Ca

[GitHub] [nuttx] xiaoxiang781216 commented on issue #8207: usleep accuracy

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on issue #8207: URL: https://github.com/apache/nuttx/issues/8207#issuecomment-1426766172 @maxikrie could you create a PR? It's definitely to fix the root cause, instead wasting a hardware timer. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8398: Dynamic adjustment of the orientation and offset to support orientati…

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8398: URL: https://github.com/apache/nuttx/pull/8398#discussion_r1103622370 ## drivers/lcd/Kconfig: ## @@ -1104,6 +1104,13 @@ config LCD_RLANDSCAPE refers one of two orientations where the display is wider than it is

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8398: Dynamic adjustment of the orientation and offset to support orientati…

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8398: URL: https://github.com/apache/nuttx/pull/8398#discussion_r1103622370 ## drivers/lcd/Kconfig: ## @@ -1104,6 +1104,13 @@ config LCD_RLANDSCAPE refers one of two orientations where the display is wider than it is

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8398: Dynamic adjustment of the orientation and offset to support orientati…

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8398: URL: https://github.com/apache/nuttx/pull/8398#discussion_r1103622370 ## drivers/lcd/Kconfig: ## @@ -1104,6 +1104,13 @@ config LCD_RLANDSCAPE refers one of two orientations where the display is wider than it is

[GitHub] [nuttx] SimonFilgis commented on a diff in pull request #8398: Dynamic adjustment of the orientation and offset to support orientati…

2023-02-11 Thread via GitHub
SimonFilgis commented on code in PR #8398: URL: https://github.com/apache/nuttx/pull/8398#discussion_r1103620775 ## drivers/lcd/Kconfig: ## @@ -1104,6 +1104,13 @@ config LCD_RLANDSCAPE refers one of two orientations where the display is wider than it is

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8398: Dynamic adjustment of the orientation and offset to support orientati…

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8398: URL: https://github.com/apache/nuttx/pull/8398#discussion_r1103620138 ## drivers/lcd/Kconfig: ## @@ -1104,6 +1104,13 @@ config LCD_RLANDSCAPE refers one of two orientations where the display is wider than it is

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8496: fs/littlefs: add full support for LittleFS block device cfg in Kconfig

2023-02-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #8496: URL: https://github.com/apache/nuttx/pull/8496#discussion_r1103548652 ## fs/littlefs/Kconfig: ## @@ -6,17 +6,81 @@ config FS_LITTLEFS Build the LITTLEFS file system. https://github.com/littlefs-project/littlefs.

[nuttx] branch master updated (fd91af4f70 -> 824e6b3271)

2023-02-11 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/nuttx.git from fd91af4f70 teensy-4.x: update pikron-bb configuration with PMSM control abilities add 824e6b3271 lcd/st7789: r

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8501: lcd/st7789: raise compilation error when CONFIG_SPI_CMDDATA is not set

2023-02-11 Thread via GitHub
xiaoxiang781216 merged PR #8501: URL: https://github.com/apache/nuttx/pull/8501 -- 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...@nutt

[nuttx] branch master updated (ac50b3a473 -> fd91af4f70)

2023-02-11 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/nuttx.git from ac50b3a473 ioexpander/gpio:Add gpio_pin_register_byname new 00e87962fd imxrt: add option to select PWM trigger

[nuttx] 02/02: teensy-4.x: update pikron-bb configuration with PMSM control abilities

2023-02-11 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 commit fd91af4f702c64c313cc42c1199f8a633f8157d2 Author: Michal Lenc AuthorDate: Sat Feb 11 01:11:40 2023 +0100 teensy-4.

[nuttx] 01/02: imxrt: add option to select PWM trigger source value from configuration

2023-02-11 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 commit 00e87962fdda31314b09ae2fbe25ca3295f6bb2c Author: Michal Lenc AuthorDate: Sat Feb 11 01:07:03 2023 +0100 imxrt: ad

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8499: iMXRT: PWM trigger source selection option and update for Teensy 4.1 configuration

2023-02-11 Thread via GitHub
xiaoxiang781216 merged PR #8499: URL: https://github.com/apache/nuttx/pull/8499 -- 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...@nutt

[GitHub] [nuttx] michallenc commented on pull request #8499: iMXRT: PWM trigger source selection option and update for Teensy 4.1 configuration

2023-02-11 Thread via GitHub
michallenc commented on PR #8499: URL: https://github.com/apache/nuttx/pull/8499#issuecomment-1426696320 @xiaoxiang781216 Done. It was a configuration error as ST7789 was set and SPI not. I removed ST7789 from this configuration (it cannot be used together with PMSM control on that board) a

[GitHub] [nuttx] michallenc opened a new pull request, #8501: lcd/st7789: raise compilation error when CONFIG_SPI_CMDDATA is not set

2023-02-11 Thread via GitHub
michallenc opened a new pull request, #8501: URL: https://github.com/apache/nuttx/pull/8501 ## Summary CONFIG_SPI_CMDDATA is required for correct functionality of the display. ## Impact Compilation only -- This is an automated message from the Apache Git Service. T

[nuttx] branch master updated: ioexpander/gpio:Add gpio_pin_register_byname

2023-02-11 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 ac50b3a473 ioexpander/gpio:Add gpio_pin_regist

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8456: ioexpander/gpio:Add gpio_pin_register_byname

2023-02-11 Thread via GitHub
xiaoxiang781216 merged PR #8456: URL: https://github.com/apache/nuttx/pull/8456 -- 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...@nutt

[GitHub] [nuttx] davids5 commented on a diff in pull request #8456: ioexpander/gpio:Add gpio_pin_register_byname

2023-02-11 Thread via GitHub
davids5 commented on code in PR #8456: URL: https://github.com/apache/nuttx/pull/8456#discussion_r1103570280 ## drivers/ioexpander/gpio.c: ## @@ -569,7 +612,7 @@ int gpio_pin_register(FAR struct gpio_dev_s *dev, int minor) case GPIO_OUTPUT_PIN_OPENDRAIN: {