xiaoxiang781216 commented on pull request #5647:
URL: https://github.com/apache/incubator-nuttx/pull/5647#issuecomment-1056502008
> @xiaoxiang781216 I think that we can drop dependency on `nuttx/compiler.h`
now.
I think so before, but assert reference noreturn_function:(.
--
This
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/incubator-nuttx.git.
from 572f961 ci: Update gcc-arm-none-eabi to 10.3-2021.10
add 4a16cf7 Fix -Werror=nonnull-compare and -
xiaoxiang781216 merged pull request #5519:
URL: https://github.com/apache/incubator-nuttx/pull/5519
--
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
xiaoxiang781216 merged pull request #1037:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1037
--
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
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/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 9439fd8 Ignore .context (follo
pkarashchenko commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056497307
Why this PR is closed?
--
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 g
xiaoxiang781216 commented on a change in pull request #1037:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1037#discussion_r817428618
##
File path: .gitignore
##
@@ -25,5 +25,6 @@
/symtab_apps.c
cscope.out
Make.dep
+.context
Review comment:
from this patc
xiaoxiang781216 opened a new pull request #5660:
URL: https://github.com/apache/incubator-nuttx/pull/5660
## Summary
since it is already added in the top level of .gitignore in
https://github.com/apache/incubator-nuttx/pull/5055
## Impact
Minor
## Testing
Pass CI
GUIDINGLI commented on pull request #5641:
URL: https://github.com/apache/incubator-nuttx/pull/5641#issuecomment-1056493454
> @GUIDINGLI
>
> Could you rebase your branch to the latest master?
done
--
This is an automated message from the Apache Git Service.
To respond to the
pkarashchenko commented on pull request #5659:
URL: https://github.com/apache/incubator-nuttx/pull/5659#issuecomment-1056486117
BTW, we can try moving to GCC11
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
pkarashchenko commented on pull request #5647:
URL: https://github.com/apache/incubator-nuttx/pull/5647#issuecomment-1056484275
@xiaoxiang781216 I think that we can drop dependency on `nuttx/compiler.h`
now.
--
This is an automated message from the Apache Git Service.
To respond to the m
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/incubator-nuttx.git.
from 9c7eea7 drivers/ioexpander: Fix invert option value usage
add 572f961 ci: Update gcc-arm-none-eabi
xiaoxiang781216 merged pull request #5659:
URL: https://github.com/apache/incubator-nuttx/pull/5659
--
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
xiaoxiang781216 closed pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637
--
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
no1wudi edited a comment on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056431517
Yes we can, but softfp may cause performance issue on these platforms.
--
This is an automated message from the Apache Git Service.
To respond to the message, p
no1wudi commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056431517
Yes, but softfp may cause performance issue on these platforms.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
pkarashchenko commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056413203
Can we use softfp libs if hardfp are not available?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
no1wudi commented on a change in pull request #1037:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1037#discussion_r817377794
##
File path: .gitignore
##
@@ -25,5 +25,6 @@
/symtab_apps.c
cscope.out
Make.dep
+.context
Review comment:
Not sure it was genera
no1wudi opened a new pull request #5659:
URL: https://github.com/apache/incubator-nuttx/pull/5659
## Summary
There is a bug in arm-none-eabi-gcc 9.2 for cortex a that it don't report
libgcc.a correctly for FPU enabled case:
```
gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gc
no1wudi edited a comment on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056109598
@xiaoxiang781216 @pkarashchenko
There is a bug in arm-none-eabi-gcc 9.2 for cortex a that it don't report
libgcc.a correctly for FPU enabled case:
```
g
no1wudi commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056109598
@xiaoxiang781216 @pkarashchenko
There is a bug in arm-none-eabi-gcc 9.2 for cortex a that it dont report
libgcc.a correctly for FPU enabled case:
```
gcc-arm-n
xiaoxiang781216 commented on a change in pull request #1037:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1037#discussion_r817297839
##
File path: .gitignore
##
@@ -25,5 +25,6 @@
/symtab_apps.c
cscope.out
Make.dep
+.context
Review comment:
which Makefile
xiaoxiang781216 commented on a change in pull request #1037:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1037#discussion_r817297839
##
File path: .gitignore
##
@@ -25,5 +25,6 @@
/symtab_apps.c
cscope.out
Make.dep
+.context
Review comment:
which Makefile
no1wudi edited a comment on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056055658
> @no1wudi but the build fails for `giant-board`. Could you please examine
that case as well?
It also passed on my local machine with latest PR but failed
no1wudi commented on a change in pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#discussion_r817288958
##
File path: boards/arm/imx6/sabre-6quad/scripts/Make.defs
##
@@ -34,7 +34,6 @@ ifneq ($(CONFIG_DEBUG_NOOPT),y)
ARCHOPTIMIZATION += $(MAXOPTIM
no1wudi edited a comment on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056055658
> @no1wudi but the build fails for `giant-board`. Could you please examine
that case as well?
It also passed on my local machine with latest PR but failed
pkarashchenko commented on a change in pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#discussion_r817286908
##
File path: boards/arm/imx6/sabre-6quad/scripts/Make.defs
##
@@ -34,7 +34,6 @@ ifneq ($(CONFIG_DEBUG_NOOPT),y)
ARCHOPTIMIZATION += $(MA
no1wudi edited a comment on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056055658
--
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 comme
no1wudi edited a comment on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056055658
> @no1wudi but the build fails for `giant-board`. Could you please examine
that case as well?
It also passed on my local machine with latest PR but failed
no1wudi commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056055658
> @no1wudi but the build fails for `giant-board`. Could you please examine
that case as well?
It also passed on my local machine with latest PR but failed on CI,
pkarashchenko commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056053377
@no1wudi but the build fails for `giant-board`. Could you please examine
that case as well?
--
This is an automated message from the Apache Git Service.
To resp
no1wudi commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056052568
@pkarashchenko Yes, I got compiling flags like:
```
arm-none-eabi-gcc -c -fno-common -fno-builtin -Wall -Wstrict-prototypes
-Wshadow -Wundef -Os -fomit-frame-point
pkarashchenko commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056049809
> > The errors are still the same. We are loosing compilation flags for
compiler libs
>
> Maybe, but compilation passed on my local machine with latest
gcc
no1wudi opened a new pull request #1037:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1037
## Summary
Add .context to ignore
## Impact
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
no1wudi commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1056033742
> The errors are still the same. We are loosing compilation flags for
compiler libs
Maybe, but compilation passed on my local machine with latest
gcc-arm-none-ea
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/incubator-nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5564a75 Publishing web
masayuki2009 commented on pull request #5641:
URL: https://github.com/apache/incubator-nuttx/pull/5641#issuecomment-1055957021
@GUIDINGLI
Could you rebase your branch to the latest master?
--
This is an automated message from the Apache Git Service.
To respond to the message,
masayuki2009 commented on pull request #5658:
URL: https://github.com/apache/incubator-nuttx/pull/5658#issuecomment-1055951392
@xiaoxiang781216
Hmm, sabre-6quad:knsh has an issue.
```
$ qemu-system-arm -semihosting -M sabrelite -m 1024 -smp 4 -kernel ./nuttx
-nographic
xiaoxiang781216 opened a new pull request #5658:
URL: https://github.com/apache/incubator-nuttx/pull/5658
## Summary
1.Move tg_membe allocation to group_alloc
2.Merge group_deallocate to group_release
## Impact
Code refactor only
## Testing
Pass CI and local test
xiaoxiang781216 commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r817035988
##
File path: drivers/input/ajoystick.c
##
@@ -722,6 +720,19 @@ static int ajoy_poll(FAR struct file *filep, FAR struct
pollfd *fds,
pkarashchenko commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r817030722
##
File path: drivers/input/ajoystick.c
##
@@ -722,6 +720,19 @@ static int ajoy_poll(FAR struct file *filep, FAR struct
pollfd *fds,
xiaoxiang781216 merged pull request #5657:
URL: https://github.com/apache/incubator-nuttx/pull/5657
--
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
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/incubator-nuttx.git.
from 5ed0e95 LICENSE: cleanup
add 9c7eea7 drivers/ioexpander: Fix invert option value usage
No new rev
xiaoxiang781216 merged pull request #5656:
URL: https://github.com/apache/incubator-nuttx/pull/5656
--
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
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/incubator-nuttx.git.
from dc99ce5 boards: s32k1xx: revert to the original license
add 5ed0e95 LICENSE: cleanup
No new revis
xiaoxiang781216 edited a comment on pull request #1032:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1032#issuecomment-1055702122
The better solution is make nsh work with open/read/write/close, not
fopen/fread/fwrite/fclose, which could let's disable CONFIG_FILE_STREAM in the
xiaoxiang781216 commented on pull request #1032:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1032#issuecomment-1055702122
The better solution is make nsh work with open/read/write/close, not
fopen/fread/fwrite/fclose, which could let's disable CONFIG_FILE_STREAM in the
most c
xiaoxiang781216 commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r817006877
##
File path: drivers/input/ajoystick.c
##
@@ -722,6 +720,19 @@ static int ajoy_poll(FAR struct file *filep, FAR struct
pollfd *fds,
xiaoxiang781216 commented on pull request #5647:
URL: https://github.com/apache/incubator-nuttx/pull/5647#issuecomment-1055694034
> The another option is to add `#undef UNUSED` at the beginning of
`nuttx/compiler.h`
It only work when we include the third party header file first and t
pkarashchenko commented on pull request #5647:
URL: https://github.com/apache/incubator-nuttx/pull/5647#issuecomment-1055653371
The another option is to add `#undef UNUSED` at the beginning of
`nuttx/compiler.h`
--
This is an automated message from the Apache Git Service.
To respond to t
pkarashchenko commented on pull request #1036:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1036#issuecomment-1055641371
Please fix
```
libuv/src/unix/process-spawn.c: In function 'uv__chld':
Error: libuv/src/unix/process-spawn.c:49:20: error: 'SIGCHLD' undeclared
(fi
pkarashchenko commented on a change in pull request #5204:
URL: https://github.com/apache/incubator-nuttx/pull/5204#discussion_r816948394
##
File path: drivers/input/ajoystick.c
##
@@ -526,12 +461,7 @@ static ssize_t ajoy_read(FAR struct file *filep, FAR char
*buffer,
/*
pkarashchenko commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r816945929
##
File path: drivers/input/djoystick.c
##
@@ -713,6 +711,17 @@ static int djoy_poll(FAR struct file *filep, FAR struct
pollfd *fds,
pkarashchenko commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r816945656
##
File path: drivers/input/button_upper.c
##
@@ -759,6 +767,19 @@ static int btn_poll(FAR struct file *filep, FAR struct
pollfd *fds,
pkarashchenko commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r816944734
##
File path: drivers/input/ajoystick.c
##
@@ -722,6 +720,19 @@ static int ajoy_poll(FAR struct file *filep, FAR struct
pollfd *fds,
pkarashchenko opened a new pull request #5657:
URL: https://github.com/apache/incubator-nuttx/pull/5657
## Summary
Wrong macro used for checking invert option value
## Impact
None
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To
hartmannathan commented on a change in pull request #5151:
URL: https://github.com/apache/incubator-nuttx/pull/5151#discussion_r816899745
##
File path: arch/arm/src/tiva/common/tiva_can.c
##
@@ -0,0 +1,2401 @@
+/**
xiaoxiang781216 commented on a change in pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#discussion_r816888660
##
File path: arch/arm/src/armv7-a/Toolchain.defs
##
@@ -59,18 +59,27 @@ ifeq ($(CONFIG_ARM_THUMB),y)
ARCHCPUFLAGS += -mthumb
endif
-i
jerpelea opened a new pull request #5656:
URL: https://github.com/apache/incubator-nuttx/pull/5656
## Summary
cleanup the license file:
- remove Authors
- add missing delimiters
- add missing spaces
- remove duplicate licenses
## Impact
NONE
## Testing
NONE
xiaoxiang781216 commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r816878380
##
File path: drivers/input/button_upper.c
##
@@ -97,6 +97,7 @@ struct btn_open_s
*/
FAR struct pollfd *bo_fds[CONFIG_INPUT_BUTTO
xiaoxiang781216 commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r816872225
##
File path: drivers/input/ajoystick.c
##
@@ -722,6 +720,19 @@ static int ajoy_poll(FAR struct file *filep, FAR struct
pollfd *fds,
xiaoxiang781216 commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r816869186
##
File path: drivers/input/ajoystick.c
##
@@ -194,19 +194,8 @@ static void ajoy_enable(FAR struct ajoy_upperhalf_s *priv)
for (opriv
xiaoxiang781216 commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r816865704
##
File path: drivers/input/ajoystick.c
##
@@ -100,6 +100,7 @@ struct ajoy_open_s
* driver events.
*/
+ bool ao_pollpending;
R
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/incubator-nuttx.git.
from 2197fb2 fs/romfs: fix read file mismatch when the length of file name
is 16
add 63f2fbf LICENSE:
xiaoxiang781216 merged pull request #5651:
URL: https://github.com/apache/incubator-nuttx/pull/5651
--
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
pkarashchenko opened a new issue #5655:
URL: https://github.com/apache/incubator-nuttx/issues/5655
This task is a follow-up for
https://github.com/apache/incubator-nuttx/pull/5649
Please follow discussion in the original patch:
https://github.com/apache/incubator-nuttx/pull/5391
--
T
xiaoxiang781216 merged pull request #1034:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1034
--
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
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/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 82b94fc Simplify DEFAULT_SMALL
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/incubator-nuttx.git.
from 224241b boards: esp32-devkitc: Increase INIT_STACKSIZE to 3072 in
smp/defconfig
add 2197fb2 fs/romf
acassis merged pull request #5653:
URL: https://github.com/apache/incubator-nuttx/pull/5653
--
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: commit
xiaoxiang781216 commented on pull request #5649:
URL: https://github.com/apache/incubator-nuttx/pull/5649#issuecomment-1055517699
> Do we have a task (issue) to remove the proxy thread?
No, it's on my TODO list, could you create an issue?
--
This is an automated message from the Ap
pkarashchenko commented on a change in pull request #1032:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1032#discussion_r816826696
##
File path: examples/pwm/pwm_main.c
##
@@ -307,6 +307,13 @@ static void parse_args(FAR struct pwm_state_s *pwm, int
argc,
for (i
pkarashchenko commented on issue #5626:
URL:
https://github.com/apache/incubator-nuttx/issues/5626#issuecomment-1055508095
@acassis is `CONFIG_FILE_STREAM` set in your configuration?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
This is an automated email from the ASF dual-hosted git repository.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 955153a boards: sabre-6quad: Add knsh
add 224241b boards: esp32-devkitc: Increase INIT_STACKSIZE to 3
anchao merged pull request #5654:
URL: https://github.com/apache/incubator-nuttx/pull/5654
--
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
anchao commented on pull request #5654:
URL: https://github.com/apache/incubator-nuttx/pull/5654#issuecomment-1055479507
LGTM
--
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
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/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 955153a boards: sabre-6quad: Add knsh
acassis merged pull request #5652:
URL: https://github.com/apache/incubator-nuttx/pull/5652
--
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: commit
pkarashchenko merged pull request #5648:
URL: https://github.com/apache/incubator-nuttx/pull/5648
--
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:
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/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new a4e93be arch:xtensa: fix sp dup
masayuki2009 opened a new pull request #5654:
URL: https://github.com/apache/incubator-nuttx/pull/5654
## Summary
- I noticed that automatic tests sometimes fail
- This commit fixes this issue
## Impact
- None
## Testing
- Tested with QEMU
--
This is
pkarashchenko commented on a change in pull request #5624:
URL: https://github.com/apache/incubator-nuttx/pull/5624#discussion_r816697411
##
File path: drivers/input/ajoystick.c
##
@@ -722,6 +720,19 @@ static int ajoy_poll(FAR struct file *filep, FAR struct
pollfd *fds,
pkarashchenko commented on pull request #5637:
URL: https://github.com/apache/incubator-nuttx/pull/5637#issuecomment-1055339261
```
arm-none-eabi-ld: error: /github/workspace/sources/nuttx/nuttx uses VFP
register arguments,
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/9.2.1/lib
pkarashchenko merged pull request #5646:
URL: https://github.com/apache/incubator-nuttx/pull/5646
--
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:
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from ddde410 Revert "sched: Don't duplicate caller file handler when
creating kernel thread"
add a8
pkarashchenko commented on a change in pull request #5646:
URL: https://github.com/apache/incubator-nuttx/pull/5646#discussion_r816686341
##
File path: boards/sim/sim/sim/scripts/Make.defs
##
@@ -209,8 +209,4 @@ ifeq ($(CONFIG_SIM_M32),y)
LDFLAGS += -m32
LDMODULEFLAGS +=
pkarashchenko merged pull request #5649:
URL: https://github.com/apache/incubator-nuttx/pull/5649
--
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:
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 7b36611 boards/sparc: Remove HOSTCC related flags from Make.defs
add ddde410 Revert "sched: Do
masayuki2009 commented on pull request #5652:
URL: https://github.com/apache/incubator-nuttx/pull/5652#issuecomment-1055328315
@anchao
This is a semihosting version.
So you don't need an NFS server to test BUILD_KERNEL.
--
This is an automated message from the Apache Gi
Donny9 opened a new pull request #5653:
URL: https://github.com/apache/incubator-nuttx/pull/5653
## Summary
fs/romfs: fix read file mismatch when the length of file name is 16
romfs rules: file name must end with '\0'
Signed-off-by: Jiuzhu Dong
## Impact
Acces
masayuki2009 opened a new pull request #5652:
URL: https://github.com/apache/incubator-nuttx/pull/5652
## Summary
- Add sabre-6quad:knsh to test BUILD_KERNEL with qemu
- Update README.txt to run the nuttx with qemu
## Impact
- None
## Testing
- Tested wi
jerpelea opened a new pull request #5651:
URL: https://github.com/apache/incubator-nuttx/pull/5651
## Summary
LICENSE: document licenses from boards folders
## Impact
LICENSE
## Testing
NONE
--
This is an automated message from the Apache Git Service.
To respond to
pkarashchenko commented on pull request #5647:
URL: https://github.com/apache/incubator-nuttx/pull/5647#issuecomment-1055299126
Yeah, but that is include order dependant.
We can merge this change if that solves your issue, but in general I'm
against some partial solutions.
--
This is
xiaoxiang781216 commented on a change in pull request #5650:
URL: https://github.com/apache/incubator-nuttx/pull/5650#discussion_r816555456
##
File path: arch/arm/src/armv7-a/cp15_clean_dcache_all.S
##
@@ -91,19 +91,32 @@
cp15_clean_dcache_all:
+ push{r4,
xiaoxiang781216 edited a comment on pull request #5647:
URL: https://github.com/apache/incubator-nuttx/pull/5647#issuecomment-1055206321
> But `assert.h` includes `#include ` and `UNUSED` is
defined in `compiler.h` so the redefinition problem will still exists. I mean
the problem will not
xiaoxiang781216 edited a comment on pull request #5647:
URL: https://github.com/apache/incubator-nuttx/pull/5647#issuecomment-1055206321
> But `assert.h` includes `#include ` and `UNUSED` is
defined in `compiler.h` so the redefinition problem will still exists. I mean
the problem will not
xiaoxiang781216 commented on pull request #5647:
URL: https://github.com/apache/incubator-nuttx/pull/5647#issuecomment-1055206321
> But `assert.h` includes `#include ` and `UNUSED` is
defined in `compiler.h` so the redefinition problem will still exists. I mean
the problem will not be solv
pkarashchenko merged pull request #5644:
URL: https://github.com/apache/incubator-nuttx/pull/5644
--
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:
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/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 7b36611 boards/sparc: Remove HO
pkarashchenko commented on pull request #5647:
URL: https://github.com/apache/incubator-nuttx/pull/5647#issuecomment-1055191249
It's a chicken-egg problem. We meet similar with OpenSBI integration. Really
do not know what is the best solution.
--
This is an automated message from the Apa
1 - 100 of 107 matches
Mail list logo