anchao opened a new pull request, #8348:
URL: https://github.com/apache/nuttx/pull/8348
## Summary
sim/rpserver/rpproxy: remove colon from syslog prefix
Before:
```
[server: ] show_tasks:PID PRISTACKBASE STACKSIZE COMMAND
[server: ] dump_task: 0 0
wengzhe commented on PR #8344:
URL: https://github.com/apache/nuttx/pull/8344#issuecomment-1408156242
> > @michi-jung could you help us verify this patch?
>
> Hi @xiaoxiang781216 and @wengzhe. Yes, patch is working fine for me.
Thanks!
>
> Could you please increase the `buffer`
xiaoxiang781216 commented on PR #8182:
URL: https://github.com/apache/nuttx/pull/8182#issuecomment-1408157702
@masayuki2009 could you verify this patch again? Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
michi-jung commented on PR #8344:
URL: https://github.com/apache/nuttx/pull/8344#issuecomment-1408158558
> > > @michi-jung could you help us verify this patch?
> >
> >
> > Hi @xiaoxiang781216 and @wengzhe. Yes, patch is working fine for me.
Thanks!
> > Could you please increase
anchao opened a new pull request, #8349:
URL: https://github.com/apache/nuttx/pull/8349
## Summary
libs/netdb: add sanity check to avoid null pointer reference
Signed-off-by: chao an
## Impact
N/A
## Testing
ci-check
--
This is an automated messag
CV-Bowen commented on code in PR #8252:
URL: https://github.com/apache/nuttx/pull/8252#discussion_r1090307345
##
arch/arm/src/tlsr82/tc32/tc32_backtrace.c:
##
@@ -63,6 +63,22 @@
static void **g_backtrace_code_regions;
+/**
pussuw opened a new pull request, #8350:
URL: https://github.com/apache/nuttx/pull/8350
## Summary
- Remove the annoying color terminal for nsh target
- Add SHMFS for nsh and pnsh
- Increase stack user and kernel sizes for kernel mode
## Impact
Icicle board only
## Testing
wengzhe opened a new pull request, #8351:
URL: https://github.com/apache/nuttx/pull/8351
## Summary
Patches included:
- net: Implement shutdown() interface and tcp shutdown
- net: Implement shutdown() for usrsock
- net: Implement shutdown() for local stream socket
## Impact
Gary-Hobson opened a new pull request, #1515:
URL: https://github.com/apache/nuttx-apps/pull/1515
## Summary
Move compile flags to third argument
## Impact
Depended on by https://github.com/apache/nuttx/pull/8347
## Testing
--
This is an automated message from t
Gary-Hobson opened a new pull request, #8352:
URL: https://github.com/apache/nuttx/pull/8352
## Summary
When len is greater than CONFIG_IOB_BUFSIZE, len is not updated in time,
which will lead to memory stampede
## Impact
## Testing
--
This is an automated message
GooTal commented on PR #6242:
URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1408244997
Hello, i tried to run rv-virt:knsh64. But it didn`t work well. Here are the
commands:
```
./tools/configure.sh -l rv-virt:knsh64 # step1
make -j8 # step2
qemu-system-riscv64 -
CV-Bowen opened a new pull request, #8353:
URL: https://github.com/apache/nuttx/pull/8353
## Summary
This PR reduces the memory node overhead size to half of the original by
move the `node->preceding` to previous free node in physical like TLSF does
(http://www.gii.upv.es/tlsf/main/docs)
fjpanag commented on PR #1514:
URL: https://github.com/apache/nuttx-apps/pull/1514#issuecomment-1408307893
My environment is mostly dictated by the project, and some times it is
different by what it is used in CI.
I am currently using:
```sh
bash-5.2$ arm-none-eabi-gcc --versi
fjpanag commented on code in PR #8340:
URL: https://github.com/apache/nuttx/pull/8340#discussion_r1090411655
##
boards/arm/sama5/jupiter-nano/include/board_sdram.h:
##
@@ -107,7 +107,7 @@
#define BOARD_ADC_PRESCAL (7)
#define BOARD_TSD_STARTUP (40)/
fjpanag commented on PR #8340:
URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1408332135
BTW, this is how our CI checks for invalid characters:
```sh
cvt2utf convert -i h c --nobak .
if [ -n "$(git status -s)" ]; then
exit 1
else
exit 0
fi
xiaoxiang781216 commented on PR #6242:
URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1408361175
@masayuki2009 could you help?
--
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 spe
masayuki2009 commented on PR #6242:
URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1408363469
@GooTal
Please see boards/risc-v/qemu-rv/rv-virt/README.txt
```
3.2 Configure and build NuttX for BUILD_KERNEL
$ mkdir ./nuttx; cd ./nuttx
$ git clone https:/
xiaoxiang781216 commented on PR #8340:
URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1408364223
> BTW, this is how our CI checks for invalid characters:
>
> ```shell
> cvt2utf convert -i h c --nobak .
>
> if [ -n "$(git status -s)" ]; then
>exit 1
> el
masayuki2009 commented on PR #8182:
URL: https://github.com/apache/nuttx/pull/8182#issuecomment-1408380187
@xiaoxiang781216
I will try the latest PR tomorrow.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
fjpanag commented on PR #8340:
URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1408388418
> > BTW, this is how our CI checks for invalid characters:
> > ```shell
> > cvt2utf convert -i h c --nobak .
> >
> > if [ -n "$(git status -s)" ]; then
> > exit 1
> > else
Donny9 opened a new pull request, #8354:
URL: https://github.com/apache/nuttx/pull/8354
## Summary
arch/sim: add toolchain library libm
Signed-off-by: Jiuzhu Dong
## Impact
add toolchain math library when disable CONFIG_LIBM
## Testing
Vela CI
--
This is
davids5 commented on issue #8346:
URL: https://github.com/apache/nuttx/issues/8346#issuecomment-1408448749
> @davids5 : Related to this, I see that PX4 changed all the boards to have
1ms systick lately in the main branch. It causes a huge CPU load overhead, and
I am not able to use that in
pussuw opened a new pull request, #8355:
URL: https://github.com/apache/nuttx/pull/8355
## Summary
This moves address environments from the group structure into the TCB. The
reason for doing this is that the group is destroyed too soon when a process
exits and this leaves the system with
davids5 commented on code in PR #8338:
URL: https://github.com/apache/nuttx/pull/8338#discussion_r1090505807
##
include/nuttx/sensors/ioctl.h:
##
@@ -234,6 +234,13 @@
#define SNIOC_READROMCODE _SNIOC(0x0067) /* Arg: uint64_t* pointer */
#define SNIOC_SETALARM
xiaoxiang781216 merged PR #8348:
URL: https://github.com/apache/nuttx/pull/8348
--
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 2ffe564fa2 fs/procfs: sort level0 process id
add ac77492dd1 sim/rpserver/rpproxy: remove colon from syslog pref
xiaoxiang781216 merged PR #8340:
URL: https://github.com/apache/nuttx/pull/8340
--
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 2fe8f37001 Fixed non-UTF characters.
2fe8f3700
jlaitine commented on issue #8346:
URL: https://github.com/apache/nuttx/issues/8346#issuecomment-1408506072
> We have always run at 1 mS since day one. So it is un related.
That's right, sorry I confused something.
--
This is an automated message from the Apache Git Service.
To resp
xaowang96 opened a new pull request, #8356:
URL: https://github.com/apache/nuttx/pull/8356
Signed-off-by: wangxuedong
## Summary
Now all decimal values greater than 0.5 and less than 1 are converted to
strings with wrong results. This PR is to solve this
problem.
If
xiaoxiang781216 merged PR #8354:
URL: https://github.com/apache/nuttx/pull/8354
--
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 2fe8f37001 Fixed non-UTF characters.
add 17f410e647 arch/sim: add toolchain library libm
No new revisions were
Gary-Hobson opened a new pull request, #8357:
URL: https://github.com/apache/nuttx/pull/8357
## Summary
The first parameter of the COMPILE function is the input file name, but in
some places flags are also passed in
Add the third parameter as flags, and uniformly modify the first param
pussuw commented on code in PR #8355:
URL: https://github.com/apache/nuttx/pull/8355#discussion_r1090588218
##
arch/risc-v/src/common/riscv_doirq.c:
##
@@ -98,7 +98,7 @@ uintptr_t *riscv_doirq(int irq, uintptr_t *regs)
* thread at the head of the ready-to-run list.
anjiahao1 opened a new pull request, #8358:
URL: https://github.com/apache/nuttx/pull/8358
Signed-off-by: anjiahao
## Summary
watchdog:fix Kconfig typo
## Impact
watchdog
## Testing
none
--
This is an automated message from the Apache Git Service.
To respond to t
jerpelea merged PR #8352:
URL: https://github.com/apache/nuttx/pull/8352
--
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.apach
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.git
The following commit(s) were added to refs/heads/master by this push:
new 2466c07aa3 libc/stream: fix syslogstream_addstr
xiaoxiang781216 merged PR #8350:
URL: https://github.com/apache/nuttx/pull/8350
--
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 2466c07aa3 libc/stream: fix syslogstream_addstring length error
add 0bebb94923 icicle/configs: Update some conf
Donny9 opened a new pull request, #8359:
URL: https://github.com/apache/nuttx/pull/8359
## Summary
drivers/pipes: fix write busy loop because POLLOUT always ready.
the size of pipes buffer +1 as compensate the full indicator
Signed-off-by: dongjiuzhu1
## Impact
anchao opened a new pull request, #8360:
URL: https://github.com/apache/nuttx/pull/8360
## Summary
arm/unwinder: set default unwinder type to arm exidx/extab
Signed-off-by: chao an
## Impact
N/A
## Testing
arm backtrace
--
This is an automated mes
pussuw commented on PR #8355:
URL: https://github.com/apache/nuttx/pull/8355#issuecomment-1408675705
There is some cleanup still to be done for other platforms. It seems the
call to "group_addrenv" exists on platforms that do not and never have
supported address environments, so it is a bit
anchao opened a new pull request, #8361:
URL: https://github.com/apache/nuttx/pull/8361
## Summary
net/devif: check the net device before use
Signed-off-by: chao an
## Impact
N/A
## Testing
tcp/udp test
--
This is an automated message from the
jerpelea merged PR #8358:
URL: https://github.com/apache/nuttx/pull/8358
--
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.apach
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.git
The following commit(s) were added to refs/heads/master by this push:
new 6f2f62f4ce watchdog:fix Kconfig typo
6f2f62f4ce
hartmannathan opened a new pull request, #8362:
URL: https://github.com/apache/nuttx/pull/8362
## Summary
In `arch/arm/src/tiva/common/tiva_can.c` function `tiva_can_initialize()`,
remove the local variable `canmod`, which was assigned but never used.
## Impact
Fixes thi
pussuw commented on code in PR #8355:
URL: https://github.com/apache/nuttx/pull/8355#discussion_r1090746638
##
sched/addrenv/addrenv.c:
##
@@ -0,0 +1,523 @@
+/
+ * sched/addrenv/addrenv.c
+ *
+ * License
hartmannathan opened a new pull request, #8363:
URL: https://github.com/apache/nuttx/pull/8363
## Summary
Remove executable permissions from the following source files:
- arch/arm/src/sama5/sam_flexcom_spi.h
- arch/risc-v/src/mpfs/mpfs_ihc_sbi.c
- drivers/usbdev/adb.c
-
pussuw commented on code in PR #8355:
URL: https://github.com/apache/nuttx/pull/8355#discussion_r1090746638
##
sched/addrenv/addrenv.c:
##
@@ -0,0 +1,523 @@
+/
+ * sched/addrenv/addrenv.c
+ *
+ * License
Donny9 closed pull request #8359: drivers/pipes: fix write busy loop because
POLLOUT always ready.
URL: https://github.com/apache/nuttx/pull/8359
--
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
xiaoxiang781216 merged PR #8349:
URL: https://github.com/apache/nuttx/pull/8349
--
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 fa63da22ae libs/netdb: add sanity check to avo
xiaoxiang781216 merged PR #8356:
URL: https://github.com/apache/nuttx/pull/8356
--
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 fa63da22ae libs/netdb: add sanity check to avoid null pointer reference
add ba016eb5eb libc/stdio: fix rounding
xiaoxiang781216 commented on PR #8239:
URL: https://github.com/apache/nuttx/pull/8239#issuecomment-1408850177
let use #8344 and close this pr.
--
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
xiaoxiang781216 closed pull request #8239: Remove use of IPv[4|6]BUF macro from
net/slip
URL: https://github.com/apache/nuttx/pull/8239
--
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 c
xiaoxiang781216 merged PR #8344:
URL: https://github.com/apache/nuttx/pull/8344
--
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 af0a35f9ae net/slip: Change SLIP to use IOB
af
TimJTi commented on issue #8325:
URL: https://github.com/apache/nuttx/issues/8325#issuecomment-1408879666
Initial results today, on Ubuntu which, I now remember, is exactly what I
saw > 1 year ago and I gave up at that time as it wasn't important then. It is
now :(
[282860.884239] us
acassis commented on code in PR #8361:
URL: https://github.com/apache/nuttx/pull/8361#discussion_r1090830195
##
net/devif/devif_iobsend.c:
##
@@ -56,67 +57,53 @@ void devif_iob_send(FAR struct net_driver_s *dev, FAR
struct iob_s *iob,
unsigned int len, unsi
xiaoxiang781216 merged PR #8360:
URL: https://github.com/apache/nuttx/pull/8360
--
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 0f35ad29a8 arm/unwinder: set default unwinder
xiaoxiang781216 merged PR #8343:
URL: https://github.com/apache/nuttx/pull/8343
--
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
commit ff68d9ac04bdf20a12b8420b622f3cef282459d2
Author: Zhe Weng
AuthorDate: Tue Jan 10 20:03:02 2023 +0800
net/tun: Cha
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 0f35ad29a8 arm/unwinder: set default unwinder type to arm exidx/extab
new be89bcc044 mm/iob: Support negative o
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 be89bcc0445eba4101d09960f0b58ee63824dbfd
Author: Zhe Weng
AuthorDate: Wed Jan 18 19:58:52 2023 +0800
mm/iob: Supp
xiaoxiang781216 commented on PR #8359:
URL: https://github.com/apache/nuttx/pull/8359#issuecomment-1408965627
why close this PR, @Donny9 ?
--
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 spec
masayuki2009 commented on code in PR #8182:
URL: https://github.com/apache/nuttx/pull/8182#discussion_r1090885862
##
boards/sim/sim/sim/configs/usrsocktest/defconfig:
##
@@ -13,6 +13,8 @@ CONFIG_ARCH_CHIP="sim"
CONFIG_ARCH_SIM=y
CONFIG_BOARDCTL_POWEROFF=y
CONFIG_BUILTIN=y
+CO
xiaoxiang781216 commented on code in PR #8357:
URL: https://github.com/apache/nuttx/pull/8357#discussion_r1090887480
##
tools/Config.mk:
##
@@ -303,7 +303,7 @@ endef
define COMPILEXX
@echo "CXX: $1"
- $(Q) $(CCACHE) $(CXX) -c $(CXXFLAGS) $($(strip $1)_CXXFLAGS)
xiaoxiang781216 commented on code in PR #8357:
URL: https://github.com/apache/nuttx/pull/8357#discussion_r1090887881
##
tools/Config.mk:
##
@@ -285,11 +285,11 @@ endef
define COMPILE
@echo "CC: $1"
- $(Q) $(CCACHE) $(CC) -c $(CFLAGS) $($(strip $1)_CFLAGS) $1 -o
xiaoxiang781216 commented on code in PR #8182:
URL: https://github.com/apache/nuttx/pull/8182#discussion_r1090892898
##
boards/sim/sim/sim/configs/usrsocktest/defconfig:
##
@@ -13,6 +13,8 @@ CONFIG_ARCH_CHIP="sim"
CONFIG_ARCH_SIM=y
CONFIG_BOARDCTL_POWEROFF=y
CONFIG_BUILTIN=y
xiaoxiang781216 opened a new pull request, #8364:
URL: https://github.com/apache/nuttx/pull/8364
## Summary
to find more error in daily ci
## Impact
citest
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to the messag
xiaoxiang781216 commented on code in PR #8182:
URL: https://github.com/apache/nuttx/pull/8182#discussion_r1090897946
##
boards/sim/sim/sim/configs/usrsocktest/defconfig:
##
@@ -13,6 +13,8 @@ CONFIG_ARCH_CHIP="sim"
CONFIG_ARCH_SIM=y
CONFIG_BOARDCTL_POWEROFF=y
CONFIG_BUILTIN=y
acassis commented on code in PR #8280:
URL: https://github.com/apache/nuttx/pull/8280#discussion_r1090905217
##
include/nuttx/power/battery_ioctl.h:
##
@@ -143,6 +143,7 @@ enum batio_operate_e
BATIO_OPRTN_SYSON,
BATIO_OPRTN_RESET,
BATIO_OPRTN_WDOG,
+ BATIO_OPRTN_SHIPMO
acassis commented on code in PR #8280:
URL: https://github.com/apache/nuttx/pull/8280#discussion_r1090905217
##
include/nuttx/power/battery_ioctl.h:
##
@@ -143,6 +143,7 @@ enum batio_operate_e
BATIO_OPRTN_SYSON,
BATIO_OPRTN_RESET,
BATIO_OPRTN_WDOG,
+ BATIO_OPRTN_SHIPMO
acassis merged PR #8256:
URL: https://github.com/apache/nuttx/pull/8256
--
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
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 4b4004b874 drivers/mmcsd: Add MMC_IOC_CMD ioctl
xiaoxiang781216 commented on code in PR #8280:
URL: https://github.com/apache/nuttx/pull/8280#discussion_r1090931717
##
include/nuttx/power/battery_ioctl.h:
##
@@ -144,6 +144,7 @@ enum batio_operate_e
BATIO_OPRTN_RESET,
BATIO_OPRTN_WDOG,
BATIO_OPRTN_SHIPMODE,
+ BATIO_O
xiaoxiang781216 commented on code in PR #8280:
URL: https://github.com/apache/nuttx/pull/8280#discussion_r1090940485
##
include/nuttx/power/battery_ioctl.h:
##
@@ -143,6 +143,7 @@ enum batio_operate_e
BATIO_OPRTN_SYSON,
BATIO_OPRTN_RESET,
BATIO_OPRTN_WDOG,
+ BATIO_OPRT
xiaoxiang781216 merged PR #8362:
URL: https://github.com/apache/nuttx/pull/8362
--
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 f63754c4c0 arch/tiva: Remove dead store
f63754
xiaoxiang781216 commented on PR #8363:
URL: https://github.com/apache/nuttx/pull/8363#issuecomment-1409042433
@hartmannathan can we add the check to tools/checkpatch.sh?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
xiaoxiang781216 commented on PR #8340:
URL: https://github.com/apache/nuttx/pull/8340#issuecomment-1409045471
you can install here:
https://github.com/apache/nuttx/blob/master/tools/ci/docker/linux/Dockerfile#L282
https://github.com/apache/nuttx/blob/master/tools/ci/cibuild.sh#L286
-
hartmannathan commented on PR #8363:
URL: https://github.com/apache/nuttx/pull/8363#issuecomment-1409099006
> @hartmannathan can we add the check to tools/checkpatch.sh?
It would be nice to add it. Unfortunately I can't add it right now because
of other work. I'll create an issue to t
hartmannathan opened a new issue, #8365:
URL: https://github.com/apache/nuttx/issues/8365
Sometimes source files (e.g., `*.c`, `*.h`, `Make.defs`, etc.) are committed
to the repository with the Executable bit unintentionally set (that is, file
perms are stored in Git as `100755` instead of
hartmannathan commented on PR #8363:
URL: https://github.com/apache/nuttx/pull/8363#issuecomment-1409113466
> @hartmannathan can we add the check to tools/checkpatch.sh?
Filed as Issue #8365
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
lucasssvaz opened a new pull request, #8366:
URL: https://github.com/apache/nuttx/pull/8366
## Summary
This PR aims to fix a potential problem with the RTC interrupt status
register.
Clearing the interrupt status register before calling the lower level
handlers might impact its re
lucasssvaz commented on PR #8366:
URL: https://github.com/apache/nuttx/pull/8366#issuecomment-1409254737
@acassis @gustavonihei PTAL
--
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 c
lucasssvaz closed pull request #8366: arch/xtensa/esp32: Fix RTC IRQ status
clear
URL: https://github.com/apache/nuttx/pull/8366
--
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.
acassis commented on PR #8353:
URL: https://github.com/apache/nuttx/pull/8353#issuecomment-1409471945
@CV-Bowen what is "sim mmtest" ? I couldn't find it here :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
acassis merged PR #8363:
URL: https://github.com/apache/nuttx/pull/8363
--
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
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 f63754c4c0 arch/tiva: Remove dead store
add 6b89b6f945 Remove executable permissions from source files
No new re
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 9f1a1ff5 Publishing web: 94ac6a38
no1wudi opened a new pull request, #8367:
URL: https://github.com/apache/nuttx/pull/8367
## Summary
Minor style fix
## Impact
N/A
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
g2gps opened a new pull request, #8368:
URL: https://github.com/apache/nuttx/pull/8368
## Summary
GPIO driver for Litex with optional ISR support. Allows for multiple GPIO
peripherals to be specified at an arbitrary addresses. Supports only push /
pull output or input.
Each periph
CV-Bowen commented on PR #8353:
URL: https://github.com/apache/nuttx/pull/8353#issuecomment-1409639844
> @CV-Bowen what is "sim mmtest" ? I couldn't find it here :-)
Sorry, the mmtest is `mm` command and you can enable it by set
`CONFIG_TESTING_MM=y`.
--
This is an automated messag
GooTal commented on PR #6242:
URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1409648892
Oh thank you.
I checked out to releases/12.0 and saw the updated readme.
BTW, can knsh64 run ostest? I notice that rv-virt:nsh64 got some built-in
apps:
 $(CCACHE) $(CC) -c $(CFLAGS) $($(strip $1)_CFLAGS) $1 -o $2
+
Donny9 opened a new pull request, #8369:
URL: https://github.com/apache/nuttx/pull/8369
## Summary
drivers/pipes: fix write busy loop because POLLOUT always ready.
the size of pipes buffer +1 as compensate the full indicator
Signed-off-by: dongjiuzhu1
[dongjiuz...@xiaomi
1 - 100 of 148 matches
Mail list logo