henryrov opened a new pull request, #12621:
URL: https://github.com/apache/nuttx/pull/12621
## Summary
This change implements a character driver for the general purpose ADC of the
BL808, based on the hardware scanning functionality. The driver supports
setting different conversion resolu
Windrow14 commented on code in PR #12615:
URL: https://github.com/apache/nuttx/pull/12615#discussion_r1665040541
##
fs/fat/fs_fat32.c:
##
@@ -470,6 +474,271 @@ static int fat_close(FAR struct file *filep)
return ret;
}
+/
xiaoxiang781216 commented on code in PR #2431:
URL: https://github.com/apache/nuttx-apps/pull/2431#discussion_r1665028618
##
testing/sd_bench/sd_bench_main.c:
##
@@ -395,6 +395,10 @@ int main(int argc, char *argv[])
{
case 'b':
block_size = strtol(op
xiaoxiang781216 commented on PR #12617:
URL: https://github.com/apache/nuttx/pull/12617#issuecomment-2207943779
> [Open
group](https://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html)
documents that definition of time_t is not specified but is mandated in order
to eventually a
Windrow14 commented on code in PR #2431:
URL: https://github.com/apache/nuttx-apps/pull/2431#discussion_r1665007758
##
testing/sd_bench/sd_bench_main.c:
##
@@ -395,6 +395,10 @@ int main(int argc, char *argv[])
{
case 'b':
block_size = strtol(optarg,
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 6a5f0fbb3 Publishing web: c0bb376
daniel-p-carvalho commented on code in PR #12566:
URL: https://github.com/apache/nuttx/pull/12566#discussion_r1664792271
##
arch/arm/src/stm32/hardware/stm32_exti.h:
##
@@ -147,6 +147,34 @@
# define EXTI_RTC_TAMPER(1 << 19) /* EXTI line 19 is connected to the
RTC Tamp
acassis commented on PR #12620:
URL: https://github.com/apache/nuttx/pull/12620#issuecomment-2207178685
@almir-okato it is failing in the macos:
```
esptool: error: unrecognized arguments: --ram-only-header
make: *** [nuttx] Error 2
make: Target `all' not remade because of err
acassis commented on issue #12618:
URL: https://github.com/apache/nuttx/issues/12618#issuecomment-2207174643
@xyluo555 I think you are right since ARCH_SHM_NSECTS is used to create
*shm[ARCH_SHM_NSECTS].
@xiaoxiang781216 @masayuki2009 @phfbertoleti please take a look
--
This is an
pkarashchenko commented on code in PR #12566:
URL: https://github.com/apache/nuttx/pull/12566#discussion_r1664646821
##
arch/arm/src/stm32/hardware/stm32_exti.h:
##
@@ -147,6 +147,34 @@
# define EXTI_RTC_TAMPER(1 << 19) /* EXTI line 19 is connected to the
RTC Tamper a
acassis commented on code in PR #12610:
URL: https://github.com/apache/nuttx/pull/12610#discussion_r1664637960
##
boards/arm/rp2040/common/src/rp2040_max6675.c:
##
@@ -0,0 +1,86 @@
+/
+ * boards/arm/rp20
pkarashchenko commented on code in PR #12588:
URL: https://github.com/apache/nuttx/pull/12588#discussion_r1664630268
##
arch/x86_64/include/intel64/arch.h:
##
@@ -226,8 +226,10 @@
# define MSR_X2APIC_ICR_DEASSERT 0x
# define MSR_X2APIC_ICR_LEVEL 0x80
pkarashchenko commented on code in PR #12610:
URL: https://github.com/apache/nuttx/pull/12610#discussion_r1664626580
##
boards/arm/rp2040/common/src/rp2040_max6675.c:
##
@@ -0,0 +1,86 @@
+/
+ * boards/ar
pkarashchenko commented on code in PR #12598:
URL: https://github.com/apache/nuttx/pull/12598#discussion_r1664617025
##
boards/arm/imxrt/imxrt1020-evk/src/imxrt_bringup.c:
##
@@ -173,7 +173,7 @@ int imxrt_bringup(void)
struct i2c_master_s *i2c;
Review Comment:
I think t
pkarashchenko commented on PR #12601:
URL: https://github.com/apache/nuttx/pull/12601#issuecomment-2206982540
Do we have any details on this change? Like performance vs size
measurements. What is the value that we are trying to achieve with this change?
--
This is an automated message fro
pkarashchenko commented on code in PR #12619:
URL: https://github.com/apache/nuttx/pull/12619#discussion_r1664598107
##
arch/risc-v/src/common/espressif/esp_mcpwm.c:
##
@@ -0,0 +1,682 @@
+/
+ * arch/risc
acassis commented on PR #12617:
URL: https://github.com/apache/nuttx/pull/12617#issuecomment-2206966568
Thank you for the reference @pkarashchenko I think @mu578 pointed it
correctly about a consensus of using time_t as signed among other OSes and also
the explanation about d-time usage for
pkarashchenko commented on PR #12617:
URL: https://github.com/apache/nuttx/pull/12617#issuecomment-2206951049
Just for reference https://github.com/apache/nuttx/pull/8201
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
pkarashchenko commented on PR #12617:
URL: https://github.com/apache/nuttx/pull/12617#issuecomment-2206943373
I think this is already 4th or 5th time the similar change is proposed in
some variation. I think that such changes should be first discuss in the
mailing list.
--
This is an aut
almir-okato commented on PR #12620:
URL: https://github.com/apache/nuttx/pull/12620#issuecomment-2206901338
@tmedicci @acassis @xiaoxiang781216 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 t
almir-okato opened a new pull request, #12620:
URL: https://github.com/apache/nuttx/pull/12620
## Summary
The Simple Boot feature for Espressif chips is a method of booting that
doesn't depend on a 2nd stage bootloader. Its not the intention to replace a
2nd stage bootloader such as
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-apps.git
from 5d779386c lpt/Kconfig: hide TESTING_LTP_STACKSIZE option
add 5330306ac testing/smart_test/smart_test.c: fi
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 5d779386c lpt/Kconfig: hide TESTING_LTP_S
xiaoxiang781216 merged PR #2430:
URL: https://github.com/apache/nuttx-apps/pull/2430
--
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...
xiaoxiang781216 merged PR #2432:
URL: https://github.com/apache/nuttx-apps/pull/2432
--
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...
xiaoxiang781216 commented on code in PR #12617:
URL: https://github.com/apache/nuttx/pull/12617#discussion_r1664503891
##
include/sys/types.h:
##
@@ -252,7 +252,7 @@ typedef uint64_t clock_t;
typedef uint64_t time_t; /* Holds time in seconds */
Review Comment:
fdcavalcanti opened a new pull request, #12619:
URL: https://github.com/apache/nuttx/pull/12619
## Summary
This PR adds support for the capture driver on RISC-V ESP32C6 and ESP32H2.
It is based on the MCPWM peripheral.
The basic functionality of MCPWM capture is to record the time when
xyluo555 commented on issue #12502:
URL: https://github.com/apache/nuttx/issues/12502#issuecomment-2206725268
sorry, the porting is on going. there seems to be a bug, as shown in issue
#12618 .
currently, the console is ok and kernel & apps images are build separately.
but there are more
xyluo555 opened a new issue, #12618:
URL: https://github.com/apache/nuttx/issues/12618
arch>arm>src>armv7-a>arm_addrenv.c : up_addrenv_destroy()
for nuttx v12.4.0, the first arg in the following code should be
"addrenv->shm".
is that right?
`
#ifdef CONFIG_ARCH_VMA_MAPPING
/
acassis commented on issue #2063:
URL: https://github.com/apache/nuttx-apps/issues/2063#issuecomment-2206425186
Did you check our documentation?
https://nuttx.apache.org/docs/latest/applications/index.html
--
This is an automated message from the Apache Git Service.
To respond to the mess
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 b8c1ce45e6 refactor(esp32-qemu-openeth): use lower half driver
interface
add 8cd207e1b1 ESP32: emac initializa
xiaoxiang781216 merged PR #12616:
URL: https://github.com/apache/nuttx/pull/12616
--
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...@nu
acassis commented on PR #12611:
URL: https://github.com/apache/nuttx/pull/12611#issuecomment-2206263719
> > @XuNeo you can use our mirror repository to save a backup:
https://github.com/NuttX/apps-mirror-pkgs
>
> @acassis There's no use case in that mirror repository right now. Would
anchao commented on code in PR #12459:
URL: https://github.com/apache/nuttx/pull/12459#discussion_r1664258839
##
net/tcp/tcp_send.c:
##
@@ -613,8 +613,13 @@ void tcp_synack(FAR struct net_driver_s *dev, FAR struct
tcp_conn_s *conn,
tcp->optdata[optlen++] = tcp_mss & 0xff;
XuNeo commented on PR #12611:
URL: https://github.com/apache/nuttx/pull/12611#issuecomment-2206100417
> @XuNeo you can use our mirror repository to save a backup:
https://github.com/NuttX/apps-mirror-pkgs
@acassis There's no use case in that mirror repository right now. Would you
lik
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 b8c1ce45e6 refactor(esp32-qemu-openeth): use low
acassis merged PR #12612:
URL: https://github.com/apache/nuttx/pull/12612
--
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.apac
acassis commented on PR #12611:
URL: https://github.com/apache/nuttx/pull/12611#issuecomment-2205884752
> > why not get the source code from segger?
>
> As mentioned above, I originally tested locally and found out official
website is not stable. It may be related to many download req
xiaoxiang781216 commented on code in PR #12615:
URL: https://github.com/apache/nuttx/pull/12615#discussion_r1663937142
##
fs/fat/fs_fat32.c:
##
@@ -470,6 +474,271 @@ static int fat_close(FAR struct file *filep)
return ret;
}
+/**
xiaoxiang781216 commented on PR #12554:
URL: https://github.com/apache/nuttx/pull/12554#issuecomment-2205642456
I will finish review this patch by end of this week.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
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 ece78993b6 risc-v/ox64: Add LED Driver
ece7899
xiaoxiang781216 merged PR #12614:
URL: https://github.com/apache/nuttx/pull/12614
--
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...@nu
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new e9f60d85b examples/telnetd: Make it clear
xiaoxiang781216 commented on code in PR #2431:
URL: https://github.com/apache/nuttx-apps/pull/2431#discussion_r1663908844
##
testing/sd_bench/sd_bench_main.c:
##
@@ -395,6 +395,10 @@ int main(int argc, char *argv[])
{
case 'b':
block_size = strtol(op
xiaoxiang781216 merged PR #2429:
URL: https://github.com/apache/nuttx-apps/pull/2429
--
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...
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 8682321d0c5b6de9c14851db8dd12d4754ed0f74
Author: p-szafonimateusz
AuthorDate: Thu Jun 20 08:43:53 2024 +0200
arch
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 b1f3435d22c6acf82e8f20778e6b361ad08cafa4
Author: p-szafonimateusz
AuthorDate: Mon Jun 17 14:05:01 2024 +0200
arch
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 e0183927b451e6365f4eaa90f85fb9205d396353
Author: p-szafonimateusz
AuthorDate: Mon Jun 17 14:04:48 2024 +0200
arch
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 53d112fa95fa981008bd1ef829ee756a9bf2802d
Author: p-szafonimateusz
AuthorDate: Mon Jun 17 11:28:16 2024 +0200
x86_
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 0200a48f7260bbaf596c77f457a50efefb2a0b18
Author: p-szafonimateusz
AuthorDate: Mon Jun 17 14:05:13 2024 +0200
arch
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 2f76cf6b4e board: add systemview config for stm32f429i-disco
new 53d112fa95 x86_64: add ELF support
new e0
xiaoxiang781216 merged PR #12613:
URL: https://github.com/apache/nuttx/pull/12613
--
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...@nu
anchao merged PR #12611:
URL: https://github.com/apache/nuttx/pull/12611
--
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.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 0476f8d95c rp2040: Add support to MAX6675
add ae03313473 drivers/segger: upgrade to v3.54
add 2f76cf6b4e boar
nuttxs opened a new pull request, #12616:
URL: https://github.com/apache/nuttx/pull/12616
## Summary
ESP32: emac initialization adding cpu id
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
Meissi-jian commented on code in PR #12459:
URL: https://github.com/apache/nuttx/pull/12459#discussion_r1663687390
##
net/tcp/tcp_send.c:
##
@@ -613,8 +613,13 @@ void tcp_synack(FAR struct net_driver_s *dev, FAR struct
tcp_conn_s *conn,
tcp->optdata[optlen++] = tcp_mss & 0xf
Meissi-jian commented on code in PR #12459:
URL: https://github.com/apache/nuttx/pull/12459#discussion_r1663687390
##
net/tcp/tcp_send.c:
##
@@ -613,8 +613,13 @@ void tcp_synack(FAR struct net_driver_s *dev, FAR struct
tcp_conn_s *conn,
tcp->optdata[optlen++] = tcp_mss & 0xf
Windrow14 closed pull request #2431: Compatible Sd Test Printing
URL: https://github.com/apache/nuttx-apps/pull/2431
--
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 unsubscr
Windrow14 commented on PR #2431:
URL: https://github.com/apache/nuttx-apps/pull/2431#issuecomment-2205294645
@JackyCaoYJ
--
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
raiden00pl opened a new pull request, #2432:
URL: https://github.com/apache/nuttx-apps/pull/2432
## Summary
lpt/Kconfig: hide TESTING_LTP_STACKSIZE option
hide TESTING_LTP_STACKSIZE option when TESTING_LTP=n
## Impact
cosmetic change
## Testing
CI
--
This is an au
Windrow14 opened a new pull request, #2431:
URL: https://github.com/apache/nuttx-apps/pull/2431
## Title
Make Printing Compatible for Both 32-bit and 64-bit Environments.
## Summary
Currently on 64-bit environment, for example, qemu-armv8a, compilation of
`sd_bench`
61 matches
Mail list logo