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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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'
```
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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.
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
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
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
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
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
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
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:
{
69 matches
Mail list logo