Shark7Pepper opened a new issue, #9775:
URL: https://github.com/apache/nuttx/issues/9775
Version nuttx8.2. mtu is set to 1500.When I transfer data using udp
protocol, using function sendto() with parameter len set to 4096, the system
crashes. I want to know why? Does 8.2 support ip segmenta
mu578 commented on PR #9774:
URL: https://github.com/apache/nuttx/pull/9774#issuecomment-1630166630
That's not true posix defined it as an `arithmetic type`; vendor specific ;
some use an enum, some int, unsigned int, uint8_t was perfectly fine and it
saves bytes.
--
This is an automated
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 e9d7210d02 sim/posix_test: fix shm_open() retu
xiaoxiang781216 merged PR #9770:
URL: https://github.com/apache/nuttx/pull/9770
--
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 24e3cdf0c0 libc/pthread: remove unsed compare
xiaoxiang781216 merged PR #9771:
URL: https://github.com/apache/nuttx/pull/9771
--
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
protobits opened a new issue, #3291:
URL: https://github.com/apache/nuttx/issues/3291
When looking into #3157 I realized we should make `syslog()` behave as
hinted in the specification and as other implementations do. From #3157:
> Related to this discussion is the fact that I think s
xiaoxiang781216 commented on PR #9761:
URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1630073967
> > @freakishness @pkarashchenko any idea why @liuzhao commit "add support
for YT8512 phy" is in the middle of this PR?
>
> This is my mistake, should I resubmit?
you c
siryang2006 opened a new pull request, #9773:
URL: https://github.com/apache/nuttx/pull/9773
sysconf add param _SC_THREAD_STACK_MIN deal
make the pthread_exit pass the ltp/open_posix_testsuite/pthread_exit/1-2.c
testcase (1) in pthread_exit/1-2.c testcase, if sysconf(_SC_THREAD_STACK_
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 8d0b271ab6 Added missing semicolon to dead-loc
xiaoxiang781216 merged PR #9768:
URL: https://github.com/apache/nuttx/pull/9768
--
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
wengzhe opened a new pull request, #9772:
URL: https://github.com/apache/nuttx/pull/9772
## Summary
Take the idea from Linux's `iw_handler` array and esp32c3_wlan's
`wlan_ops_s`, and make it a common logic of upper-half driver.
## Impact
Add new logic controlled by Kconfig
siryang2006 opened a new pull request, #9771:
URL: https://github.com/apache/nuttx/pull/9771
In nuttx function pthread_rwlock_init param attr is useless, so remove it to
make rwlock_init pass rwlock_init/1-1.c and rwlock_init/3-1.c testcases.
## Summary
## Impact
## Test
siryang2006 opened a new pull request, #9770:
URL: https://github.com/apache/nuttx/pull/9770
Make the pthread_setspecific pass the shm_open/11-1.c testcases. Function
shm_open() should return a file descriptor for the shared memory object
associated with FD_CLOEXEC. Reference to
https://pu
nuttxproject closed pull request #9769: libc/pthread: remove unsed compare code
in pthread_rwlock_init()
URL: https://github.com/apache/nuttx/pull/9769
--
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 t
siryang2006 opened a new pull request, #9769:
URL: https://github.com/apache/nuttx/pull/9769
In nuttx function pthread_rwlock_init param attr is useless, so remove it to
make rwlock_init pass rwlock_init/1-1.c and rwlock_init/3-1.c testcases.
## Summary
## Impact
## Test
freakishness commented on PR #9761:
URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1629940357
>
> @freakishness I have a HPM6340 board, do you think it also could be
compatible? If I'm not wrong HPMicro uses Andes RISC-V IP, so it could be
possible get other ven
freakishness commented on PR #9761:
URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1629918820
> @freakishness @pkarashchenko any idea why @liuzhao commit "add support for
YT8512 phy" is in the middle of this PR?
This is my mistake, should I resubmit?
--
This is an auto
freakishness commented on PR #9761:
URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1629917427
> @freakishness I have a HPM6340 board, do you think it also could be
compatible? If I'm not wrong HPMicro uses Andes RISC-V IP, so it could be
possible get other vendors based on Ande
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 ef898630 Publishing web: 8e851a05
fjpanag opened a new pull request, #9768:
URL: https://github.com/apache/nuttx/pull/9768
## Summary
Added missing semicolon in dead-lock detection logic.
## Impact
Code now builds properly.
## Testing
Build test only.
--
This is an automated message f
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.git
commit 229293f9f8c0d27d67d142b2a9d3dc5212b8fc1f
Author: Xiang Xiao
AuthorDate: Sun Jul 9 04:39:31 2023 +0800
binfmt:
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/nuttx.git
from 899471c6bd add support for YT8512 phy
new 229293f9f8 binfmt: Move [elf|nxflat]_[un]initialize to private he
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.git
commit 9dc59e910974ffa76d7b68f3f551f57936ef7cc8
Author: Xiang Xiao
AuthorDate: Sun Jul 9 06:16:11 2023 +0800
Fix err
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.git
commit ebcb03dce9a952429fd3233cf02ecbc6c7ec38ef
Author: Xiang Xiao
AuthorDate: Sun Jul 9 05:23:32 2023 +0800
libc/sy
pkarashchenko merged PR #9751:
URL: https://github.com/apache/nuttx/pull/9751
--
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.
acassis commented on PR #9706:
URL: https://github.com/apache/nuttx/pull/9706#issuecomment-1629636753
@anjiahao1 please take a look:
```
gdbstub/lib_gdbstub.c: In function 'get_register':
Error: gdbstub/lib_gdbstub.c:872:19: error: 'g_tcbinfo' undeclared (first
use in this function)
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 899471c6bd add support for YT8512 phy
899471c6
xiaoxiang781216 merged PR #9495:
URL: https://github.com/apache/nuttx/pull/9495
--
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 af247276d5 Fix nuttx coding style
af247276d5 i
xiaoxiang781216 merged PR #9767:
URL: https://github.com/apache/nuttx/pull/9767
--
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 #9751:
URL: https://github.com/apache/nuttx/pull/9751#discussion_r1258602970
##
libs/libc/modlib/modlib_symbols.c:
##
@@ -549,23 +550,23 @@ void *modlib_findglobal(FAR struct module_s *modp,
struct mod_loadinfo_s *
xiaoxiang781216 commented on PR #9495:
URL: https://github.com/apache/nuttx/pull/9495#issuecomment-1629348953
> @xiaoxiang781216 Sorry about that. I lost my github 2fa key. I also have
learned how to check source format use 'checkpatch.sh'.
Ok, I squash your patch, please take a look.
xiaoxiang781216 merged PR #9763:
URL: https://github.com/apache/nuttx/pull/9763
--
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 4d9f67940c nuttx/toolchain: Add macro _LDBL_EQ
xiaoxiang781216 commented on PR #9755:
URL: https://github.com/apache/nuttx/pull/9755#issuecomment-1629335003
> @xiaoxiang781216 I think historically vfork() name as used instead of
fork() because fork() requires a real MMU.
Yes, the full feature fork requires that the hardware has MM
xiaoxiang781216 merged PR #9764:
URL: https://github.com/apache/nuttx/pull/9764
--
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 cd5e1169df libm/libmcs: Fix undefined symbol `
acassis merged PR #9750:
URL: https://github.com/apache/nuttx/pull/9750
--
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 2a5f48c3fd libs/libc/stdlib: fix strtoul,strtoull bugs when value
outside range
add 5849cf71d8 libc/symtab: Move
simbit18 opened a new pull request, #9767:
URL: https://github.com/apache/nuttx/pull/9767
## Summary
Remove TABs
Fix indentation
## Impact
none
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
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/nuttx.git
from 3ef9f4a0b7 arch/arm/src/lpc2378/lpc23xx_uart.h: Fix nuttx coding style
add 2a5f48c3fd libs/libc/stdlib: fix
acassis commented on PR #9761:
URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1629260194
@freakishness @pkarashchenko any idea why @liuzhao commit "add support for
YT8512 phy" is in the middle of this PR?
--
This is an automated message from the Apache Git Service.
To respond
pkarashchenko merged PR #9766:
URL: https://github.com/apache/nuttx/pull/9766
--
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.
Author: jerpelea
Date: Mon Jul 10 14:43:47 2023
New Revision: 62917
Log:
Staging apache-nuttx-12.2.1-RC0
Added:
dev/nuttx/12.2.1-RC0/
dev/nuttx/12.2.1-RC0/apache-nuttx-12.2.1.tar.gz (with props)
dev/nuttx/12.2.1-RC0/apache-nuttx-12.2.1.tar.gz.asc
dev/nuttx/12.2.1-RC0/apache-nutt
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-12.2.1-RC0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
*** WARNING: tag nuttx-12.2.1-RC0 was modified! ***
from 148c631a2d (commit)
to 4cdbe854ce (tag)
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-12.2.1-RC0
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
*** WARNING: tag nuttx-12.2.1-RC0 was modified! ***
from 86efbcbee (commit)
to d7b8b93b0 (tag
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 3ef9f4a0b72cd1622e379382c0bdb4faa40b77f9
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Mon
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 7d69f8cbcdca7d1da4d1fc31d5d1f36c969360a8
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Mon
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 389df1ec1f2b9b43dfa26244470f1b83e2983885
Author: raiden00pl
AuthorDate: Mon Jul 10 13:19:44 2023 +0200
cmake: add
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 409cb61d49b1bb5f69ed56399ad45c85d5340287
Author: raiden00pl
AuthorDate: Mon Jul 10 10:01:30 2023 +0200
arch/nrfxx
xiaoxiang781216 merged PR #9765:
URL: https://github.com/apache/nuttx/pull/9765
--
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 05578896e2894c3fdcf6228f9777d982cf709aeb
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Mon
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 14b4d3b8ea62d33166d872f931e2425708ee0433
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Mon
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 13924bb9014be5772abb3edf46c894d7bc50834e
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Mon
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 389df1ec1f cmake: add intial support for nrf91
new 05578896e2 arch/arm/src/armv7-a/arm_timer.c: Fix nxstyle err
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 d6182ee36ef0b76ef860d3cef7c88b88e6dfab71
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Mon
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 6dc930b82b8384ac1d4eaa649769173c7a0fa3b1
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Mon
xiaoxiang781216 merged PR #9762:
URL: https://github.com/apache/nuttx/pull/9762
--
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 88e01fd33593d4bfa1a737715856d5b065d873b5
Author: raiden00pl
AuthorDate: Mon Jul 10 10:57:09 2023 +0200
cmake: def
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 52d67a85d0699a1b8326d8c75c59d423c5969dc7
Author: raiden00pl
AuthorDate: Mon Jul 10 12:49:34 2023 +0200
cmake: add
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 59e261e92fc5c960034bd334fe4a49b53c6a3355
Author: raiden00pl
AuthorDate: Mon Jul 10 12:50:29 2023 +0200
cmake: add
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 f1bb29820e6e0295f9ecb16e673bf4db2e27b476
Author: raiden00pl
AuthorDate: Mon Jul 10 13:19:30 2023 +0200
cmake: add
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 fef52b11ee openamp/libmetal: Check CONFIG_HAVE_ATOMICS instead of
HAVE_STDATOMIC_H in atomic.h
new 409cb61d49
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 2115679db37896bad8c78b7a60c7a36ed0d241df
Author: raiden00pl
AuthorDate: Mon Jul 10 12:49:18 2023 +0200
cmake: add
lucasssvaz commented on PR #9673:
URL: https://github.com/apache/nuttx/pull/9673#issuecomment-1628944325
Fixed in #9754
--
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 u
HERE88 opened a new pull request, #9766:
URL: https://github.com/apache/nuttx/pull/9766
Prototype:
unsigned long strtoul(FAR const char *nptr, FAR char **endptr, int base);
unsigned long long strtoull(FAR const char *nptr, FAR char **endptr, int
base);
If endptr is not NULL
acassis commented on PR #9755:
URL: https://github.com/apache/nuttx/pull/9755#issuecomment-1628891437
@xiaoxiang781216 I think historically vfork() name as used instead of fork()
because fork() requires a real MMU. I think vfork as created by POSIX as an
alternative to real fork(). So the c
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 fef52b11ee openamp/libmetal: Check CONFIG_HAVE
xiaoxiang781216 merged PR #9760:
URL: https://github.com/apache/nuttx/pull/9760
--
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
acassis commented on PR #9761:
URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1628877819
@freakishness I have a HPM6340 board, do you think it also could be
compatible?
If I'm not wrong HPMicro uses Andes RISC-V IP, so it could be possible get
other vendors based on Andes co
xiaoxiang781216 commented on PR #9765:
URL: https://github.com/apache/nuttx/pull/9765#issuecomment-1628864808
@anchao let's switch nfxx series ci to cmake for the ci coverage improvement.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
raiden00pl opened a new pull request, #9765:
URL: https://github.com/apache/nuttx/pull/9765
## Summary
cmake: add initial support for nrf52/nrf53/nrf91
Configurations that use pre-processor definitions in linker script won't
work yet as this is not implemented in the current cmake supp
xiaoxiang781216 commented on code in PR #9759:
URL: https://github.com/apache/nuttx/pull/9759#discussion_r1258136015
##
include/nuttx/spi/qspi.h:
##
@@ -271,6 +319,10 @@ struct qspi_ops_s
CODE void (*setmode)(FAR struct qspi_dev_s *dev,
enum qspi_mod
xiaoxiang781216 merged PR #9754:
URL: https://github.com/apache/nuttx/pull/9754
--
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 22e777cf08 tools: Fix BASE_DEFCONFIG generatio
xiaoxiang781216 merged PR #9757:
URL: https://github.com/apache/nuttx/pull/9757
--
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 f36f2d6a60 documentation: Add release notes fo
siryang2006 opened a new pull request, #9763:
URL: https://github.com/apache/nuttx/pull/9763
…hain.defs
Fix goldfish build toolchain math library error:
/mnt/yang/vela_Goldfish/nuttx/include/libcxx/cmath:454:9: error:
'nexttowardf' has not been declared in '::'
454 | using ::n
simbit18 opened a new pull request, #9762:
URL: https://github.com/apache/nuttx/pull/9762
## Summary
Remove TABs
Fix indentation
## Impact
none
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
pkarashchenko merged PR #1826:
URL: https://github.com/apache/nuttx-apps/pull/1826
--
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
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 391b64385 apps/cmake: add some note o
pkarashchenko commented on code in PR #9761:
URL: https://github.com/apache/nuttx/pull/9761#discussion_r1258074515
##
arch/risc-v/src/hpm6000/hardware/hpm_gpio.h:
##
@@ -0,0 +1,59 @@
+/
+ * arch/risc-v/s
freakishness opened a new pull request, #9761:
URL: https://github.com/apache/nuttx/pull/9761
## Summary
Thanks for @pkarashchenko, I used some files from hpm6750.
[chenzhihong007](https://github.com/apache/nuttx/commits?author=chenzhihong007)
Add HPM6360EVK Board support.
UA
freakishness commented on PR #9495:
URL: https://github.com/apache/nuttx/pull/9495#issuecomment-1628659020
@xiaoxiang781216 Sorry about that. I lost my github 2fa key.
I also have learned how to check source format use 'checkpatch.sh'.
--
This is an automated message from the Apache Git
pkarashchenko commented on code in PR #9751:
URL: https://github.com/apache/nuttx/pull/9751#discussion_r1258014397
##
libs/libc/modlib/modlib_symbols.c:
##
@@ -527,11 +528,11 @@ int modlib_insertsymtab(FAR struct module_s *modp,
*
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.2
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.2 by this push:
new 148c631a2d documentation: Add re
xiaoxiang781216 merged PR #9758:
URL: https://github.com/apache/nuttx/pull/9758
--
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 PR #9758:
URL: https://github.com/apache/nuttx/pull/9758#issuecomment-1628629133
This patch just change documentation, let's ignore the strange ci failure.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
xiaoxiang781216 commented on PR #9495:
URL: https://github.com/apache/nuttx/pull/9495#issuecomment-1628625819
@freakishness please rebase and sqaush your patch into one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
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 dc08798764 libs/libc/pthread: add the implementation of
pthread_getcpuclockid
add 1d88d5a370 ESP32S2: Add supp
xiaoxiang781216 merged PR #9752:
URL: https://github.com/apache/nuttx/pull/9752
--
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
wengzhe opened a new pull request, #9760:
URL: https://github.com/apache/nuttx/pull/9760
## Summary
When we use libmetal with other headers using `stdatomic.h`, we'll get
**symbol conflict** if we don't enable `HAVE_STDATOMIC_H` in libmetal. The
best solution might be using cmake to det
terry0012 opened a new pull request, #9759:
URL: https://github.com/apache/nuttx/pull/9759
Support qspi hwfeatures.
## Summary
support qspi hwfeatures, add 'bit order' and 'word reverse' for vendro IC
## Impact
None
## Testing
Daily
--
This is an automated
jerpelea opened a new pull request, #9758:
URL: https://github.com/apache/nuttx/pull/9758
## Summary
This is a local copy taken from the confluence notes
https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.2.1
## Impact
RELEASE
## Testing
NONE
--
This is
jerpelea closed pull request #9756: documentation: Add release notes for 12.2.1
release
URL: https://github.com/apache/nuttx/pull/9756
--
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 co
jerpelea opened a new pull request, #9757:
URL: https://github.com/apache/nuttx/pull/9757
## Summary
This is a local copy taken from the confluence notes
https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.2.1
## Impact
RELEASE
## Testing
NONE
--
This is an a
jerpelea opened a new pull request, #9756:
URL: https://github.com/apache/nuttx/pull/9756
## Summary
This is a local copy taken from the confluence notes
https://cwiki.apache.org/confluence/display/NUTTX/NuttX+12.2.1
## Impact
RELEASE
## Testing
NONE
--
This is
98 matches
Mail list logo