xiaoxiang781216 opened a new pull request, #6840:
URL: https://github.com/apache/incubator-nuttx/pull/6840
## Summary
to avoid the conflict with the 3rd party library
note: all major libc provider doesn't put crc8.h, crc16.h and crc32.h
directly under include folder.
## Impact
zhhyu7 opened a new pull request, #6841:
URL: https://github.com/apache/incubator-nuttx/pull/6841
…ze directly
g_dns_servers need init before dns_query, Otherwise sim can not add default
dns server when use usrsock mode to share host network.
Avoid similar problems in the fut
PetervdPerk-NXP commented on issue #6835:
URL:
https://github.com/apache/incubator-nuttx/issues/6835#issuecomment-1212832599
> So, the hardware can check the checksum for receiving, but can't generate
checksum for sending? In this case, we may need add new option to disable the
checksum fo
xiaoxiang781216 commented on issue #6835:
URL:
https://github.com/apache/incubator-nuttx/issues/6835#issuecomment-1212846310
> Most of it can be done in the IRQ handler, but the reference that the
TCP/UDP checksum was correct gets lost then, hence the need for callback. I
guess we can
xiaoxiang781216 commented on code in PR #6838:
URL: https://github.com/apache/incubator-nuttx/pull/6838#discussion_r944222641
##
libs/libc/netdb/lib_dnsquery.c:
##
@@ -709,6 +709,14 @@ int dns_query(FAR const char *hostname, FAR union
dns_addr_u *addr,
FAR struct dns_query_s
luojun1234 commented on code in PR #6834:
URL: https://github.com/apache/incubator-nuttx/pull/6834#discussion_r944229234
##
mm/iob/iob_initialize.c:
##
@@ -30,14 +30,32 @@
#include "iob.h"
+/
+ * Pr
luojun1234 commented on code in PR #6834:
URL: https://github.com/apache/incubator-nuttx/pull/6834#discussion_r944229234
##
mm/iob/iob_initialize.c:
##
@@ -30,14 +30,32 @@
#include "iob.h"
+/
+ * Pr
xiaoxiang781216 opened a new pull request, #1260:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1260
## Summary
to avoid the conflict with the 3rd party library, depends on
https://github.com/apache/incubator-nuttx/pull/6840
## Impact
## Testing
--
This
davids5 commented on code in PR #6838:
URL: https://github.com/apache/incubator-nuttx/pull/6838#discussion_r944317526
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c:
##
@@ -252,7 +252,7 @@ static void bcmf_receive(FAR struct bcmf_dev_s *priv)
priv->bc_dev.d_buf = fr
davids5 commented on code in PR #6838:
URL: https://github.com/apache/incubator-nuttx/pull/6838#discussion_r944317526
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c:
##
@@ -252,7 +252,7 @@ static void bcmf_receive(FAR struct bcmf_dev_s *priv)
priv->bc_dev.d_buf = fr
davids5 commented on PR #1260:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1260#issuecomment-1212954688
@xiaoxiang781216 add breaking change?
--
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
davids5 commented on issue #6835:
URL:
https://github.com/apache/incubator-nuttx/issues/6835#issuecomment-1212979151
@PetervdPerk-NXP - This is really nice to see. The Diagrams rock!
We should definitely be using Scatter Gather DMA. The approach of using
many little IOBs will caus
xiaoxiang781216 commented on PR #1260:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1260#issuecomment-1213012025
Done.
--
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
davids5 commented on PR #6840:
URL: https://github.com/apache/incubator-nuttx/pull/6840#issuecomment-1213015493
@xiaoxiang781216 - are you getting a clean build locally with apps?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
xiaoxiang781216 commented on PR #6840:
URL: https://github.com/apache/incubator-nuttx/pull/6840#issuecomment-1213027614
Yes, I build with sim:spiffs
--
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
xiaoxiang781216 commented on PR #6834:
URL: https://github.com/apache/incubator-nuttx/pull/6834#issuecomment-1213031311
@PetervdPerk-NXP @davids5 before we apply the complex dynamic allocation of
IOB buffer, the approach used in this PR can keep the back compatibility and
zero cost, and giv
davids5 commented on PR #6840:
URL: https://github.com/apache/incubator-nuttx/pull/6840#issuecomment-1213031315
> Yes, I build with sim:spiffs
Do you get a local CI clean build with the apps PR and this one? I.E Do we
have to ignore the CI fails or should the PR be a draft until it is
curuvar commented on code in PR #6838:
URL: https://github.com/apache/incubator-nuttx/pull/6838#discussion_r944391091
##
arch/arm/src/Makefile:
##
@@ -157,7 +157,7 @@ endef
nuttx$(EXEEXT): $(HEAD_OBJ) board$(DELIM)libboard$(LIBEXT) $(ARCHSCRIPT)
$(Q) echo "LD: nuttx"
i
xiaoxiang781216 commented on PR #6840:
URL: https://github.com/apache/incubator-nuttx/pull/6840#issuecomment-1213034459
> > Yes, I build with sim:spiffs
>
> Do you get a local CI clean build with the apps PR and this one? I.E Do we
have to ignore the CI fails or should the PR be a dra
davids5 commented on PR #6840:
URL: https://github.com/apache/incubator-nuttx/pull/6840#issuecomment-1213045823
@pkarashchenko - Did you want a look?
--
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
davids5 commented on code in PR #6834:
URL: https://github.com/apache/incubator-nuttx/pull/6834#discussion_r944409428
##
mm/iob/iob_initialize.c:
##
@@ -30,14 +30,36 @@
#include "iob.h"
+/
+ * Pre-p
tmedicci commented on code in PR #6837:
URL: https://github.com/apache/incubator-nuttx/pull/6837#discussion_r944432957
##
include/nuttx/lcd/lcd.h:
##
@@ -90,7 +92,8 @@ struct lcd_planeinfo_s
int (*putarea)(FAR struct lcd_dev_s *dev, fb_coord_t row_start,
f
masayuki2009 opened a new pull request, #6842:
URL: https://github.com/apache/incubator-nuttx/pull/6842
## Summary
- This PR applies the changes on imxrt_enet.c to imx_enet.c
## Impact
- imx6 with ethernet
## Testing
- Tested with qemu-6.2
--
This is an a
masayuki2009 commented on PR #6842:
URL: https://github.com/apache/incubator-nuttx/pull/6842#issuecomment-1213091040
Related PRs are
https://github.com/apache/incubator-nuttx/pull/2805
https://github.com/apache/incubator-nuttx/pull/6787
--
This is an automated message from th
acassis opened a new pull request, #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843
## Summary
After TEA fixing https://github.com/apache/incubator-nuttx-apps/pull/1097
the Console Login to SIM stopped to work.
## Impact
It makes sim nsh board profile work again
##
pkarashchenko commented on PR #6840:
URL: https://github.com/apache/incubator-nuttx/pull/6840#issuecomment-1213114480
I will take a look EOD. Anyway CI is failing, so I still have some time
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
tmedicci commented on code in PR #6837:
URL: https://github.com/apache/incubator-nuttx/pull/6837#discussion_r944480529
##
include/nuttx/lcd/lcd.h:
##
@@ -90,7 +92,8 @@ struct lcd_planeinfo_s
int (*putarea)(FAR struct lcd_dev_s *dev, fb_coord_t row_start,
f
tmedicci commented on PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843#issuecomment-1213139009
Fixed it!
--
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.
T
curuvar commented on code in PR #6838:
URL: https://github.com/apache/incubator-nuttx/pull/6838#discussion_r944497652
##
include/nuttx/wireless/ieee80211/bcmf_gspi.h:
##
@@ -0,0 +1,130 @@
+/
+ * include/
xiaoxiang781216 commented on code in PR #6838:
URL: https://github.com/apache/incubator-nuttx/pull/6838#discussion_r944499857
##
include/nuttx/wireless/ieee80211/bcmf_gspi.h:
##
@@ -0,0 +1,130 @@
+/
+ *
XinStellaris commented on PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#issuecomment-1213154712
I have found a few bugs, and will keep on fixing. So I convert this to draft.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
GUIDINGLI commented on PR #6833:
URL: https://github.com/apache/incubator-nuttx/pull/6833#issuecomment-1213156309
>
ALL the arch.
--
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 speci
XinStellaris commented on PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#issuecomment-1213159774
Though this is a draft, please review it. Much appreciation to anyone helps
to review it.
--
This is an automated message from the Apache Git Service.
To respond to the mes
xiaoxiang781216 commented on code in PR #6834:
URL: https://github.com/apache/incubator-nuttx/pull/6834#discussion_r944511905
##
mm/iob/iob_initialize.c:
##
@@ -30,14 +30,36 @@
#include "iob.h"
+/
+
xiaoxiang781216 commented on PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#issuecomment-1213161938
I will review in the weekend.
--
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
davids5 commented on code in PR #6834:
URL: https://github.com/apache/incubator-nuttx/pull/6834#discussion_r944513744
##
mm/iob/iob_initialize.c:
##
@@ -30,14 +30,36 @@
#include "iob.h"
+/
+ * Pre-p
curuvar closed pull request #6838: Added support for raspberrypi pico-w
URL: https://github.com/apache/incubator-nuttx/pull/6838
--
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.
davids5 merged PR #6842:
URL: https://github.com/apache/incubator-nuttx/pull/6842
--
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.
davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit b317e9058f625629769b8c01b4455befa0ebbbab
Author: Masayuki Ishikawa
AuthorDate: Fri Aug 12 21:27:21 2022 +0900
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit fb8562763a08fee925ddb47ca4fce2fb597da53f
Author: Masayuki Ishikawa
AuthorDate: Fri Aug 12 19:09:17 2022 +0900
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 6dfd01885d642752500a9fff15c32d93ab5b81fd
Author: Masayuki Ishikawa
AuthorDate: Fri Aug 12 16:54:29 2022 +0900
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 5d12e350da pic32mx: add option to disable JTAG at runtime
new 4e4ebba306 arch: imx6: Apply the imxrt_en
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 4e4ebba30682e5da8ee6e644f1ba234942284890
Author: Masayuki Ishikawa
AuthorDate: Fri Aug 12 21:22:25 2022 +0900
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 690c178e4bdc1459fb0353d85cf5df6371e787a3
Author: Masayuki Ishikawa
AuthorDate: Fri Aug 12 21:31:07 2022 +0900
michallenc opened a new pull request, #6844:
URL: https://github.com/apache/incubator-nuttx/pull/6844
## Summary
This commit adds support for GPIO driver based encoder for SAMv7 boards.
This encoder do not use the microcontroller's dedicated driver but two GPIO
pins with interrupts. The
curuvar opened a new pull request, #6845:
URL: https://github.com/apache/incubator-nuttx/pull/6845
## Summary
Added gSPI mode for Infineon CYW43439 WiFi chip.
## Impact
In preparation for adding support for the Pico W, NuttX required changes to
the networking software. T
acassis commented on code in PR #6844:
URL: https://github.com/apache/incubator-nuttx/pull/6844#discussion_r944548666
##
boards/arm/samv7/common/src/sam_gpio_enc.c:
##
@@ -0,0 +1,363 @@
+/
+ * boards/arm
michallenc commented on code in PR #6844:
URL: https://github.com/apache/incubator-nuttx/pull/6844#discussion_r944571018
##
boards/arm/samv7/common/src/sam_gpio_enc.c:
##
@@ -0,0 +1,363 @@
+/
+ * boards/
diegoherranz commented on PR #6528:
URL: https://github.com/apache/incubator-nuttx/pull/6528#issuecomment-1213267262
Why has CONFIG_WS2812_FREQUENCY been scaled by 10?
https://github.com/apache/incubator-nuttx/blame/master/drivers/leds/ws2812.c#L81
and similar changes.
It brea
tmedicci commented on PR #6837:
URL: https://github.com/apache/incubator-nuttx/pull/6837#issuecomment-1213286708
need to fix a small bugfix for gc9a01 LCD driver. Just a minute.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
pkarashchenko merged PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843
--
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.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 690c178e4b arch: imx6: Apply the imxrt_enet.c changes to imx_enet.c
(4/4)
add e9aff2 sim: Fi
acassis commented on PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843#issuecomment-1213316899
@pkarashchenko you was right:
```
$ find . -name passwd
./sim/sim/sim/src/etctmp/etc/passwd
./sim/sim/sim/src/etc/passwd
./risc-v/esp32c3/esp32c3-devkit/src/etc/passw
pkarashchenko commented on code in PR #6841:
URL: https://github.com/apache/incubator-nuttx/pull/6841#discussion_r944644641
##
libs/libc/netdb/lib_dnsaddserver.c:
##
@@ -45,8 +45,41 @@
#ifndef CONFIG_NETDB_RESOLVCONF
/* The DNS server addresses */
-union dns_addr_u g_dns_ser
acassis opened a new pull request, #6846:
URL: https://github.com/apache/incubator-nuttx/pull/6846
## Summary
Fix /etc/passwd too
## Impact
Users could login on ESP32-C3 nsh> when login is activated
## Testing
N/A
--
This is an automated message from the Apache Git Servi
btashton commented on PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843#issuecomment-1213326033
Won't this break any existing systems that have the password saved and are
upgraded?
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
acassis commented on PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843#issuecomment-1213326846
Strange, seems like ./sim/sim/sim/src/etctmp/etc/passwd was already with the
right password
--
This is an automated message from the Apache Git Service.
To respond to the messag
pkarashchenko commented on PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843#issuecomment-1213329493
I think it depends on the password length. If it is 8, 16, 24, etc. bytes,
then no update is needed.
--
This is an automated message from the Apache Git Service.
To respon
acassis commented on PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843#issuecomment-1213330868
> Won't this break any existing systems that have the password saved and are
upgraded?
Normally the update will write the entire system with the new password (FLAT
mode), a
xiaoxiang781216 commented on code in PR #6841:
URL: https://github.com/apache/incubator-nuttx/pull/6841#discussion_r944657295
##
libs/libc/netdb/lib_dnsaddserver.c:
##
@@ -45,8 +45,41 @@
#ifndef CONFIG_NETDB_RESOLVCONF
/* The DNS server addresses */
-union dns_addr_u g_dns_s
pkarashchenko commented on PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843#issuecomment-1213335382
> Won't this break any existing systems that have the password saved and are
upgraded?
If passwd is in ROM and is a part of an image, then no l issues as passwd
will
xiaoxiang781216 merged PR #6844:
URL: https://github.com/apache/incubator-nuttx/pull/6844
--
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-unsubs
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.git
The following commit(s) were added to refs/heads/master by this push:
new c7c78972d6 samv7/common: add support
pkarashchenko commented on code in PR #6844:
URL: https://github.com/apache/incubator-nuttx/pull/6844#discussion_r944663344
##
boards/arm/samv7/common/src/sam_gpio_enc.c:
##
@@ -0,0 +1,363 @@
+/
+ * boar
pkarashchenko commented on PR #6844:
URL: https://github.com/apache/incubator-nuttx/pull/6844#issuecomment-1213343705
BTW, I think we can make evaluate it to be a generic driver, so MCU will
provide interface to read the GPIO state and call driver callback from interrupt
--
This is an aut
xiaoxiang781216 commented on code in PR #6845:
URL: https://github.com/apache/incubator-nuttx/pull/6845#discussion_r944660172
##
drivers/wireless/ieee80211/bcm43xxx/Kconfig:
##
@@ -118,8 +124,25 @@ config IEEE80211_BROADCOM_FULLMAC_SDIO
This selection enables sup
acassis commented on PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843#issuecomment-1213368133
@davids5 Do you think we need to move to version 11.0.0 to indicate it broke
compatibility with previous version? @pkarashchenko it could be an option, but
we need be 100% sure th
acassis commented on PR #6843:
URL: https://github.com/apache/incubator-nuttx/pull/6843#issuecomment-1213368410
ping @jerpelea !!!
--
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 com
xiaoxiang781216 merged PR #6846:
URL: https://github.com/apache/incubator-nuttx/pull/6846
--
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-unsubs
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 c7c78972d6 samv7/common: add support for GPIO driver based encoder
add 9ee18d70aa esp32c3-devkit: Fix
tmedicci commented on PR #6837:
URL: https://github.com/apache/incubator-nuttx/pull/6837#issuecomment-1213518239
@acassis , if possible, can you test this with the APA102-based LCD matrix?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
masayuki2009 commented on PR #6833:
URL: https://github.com/apache/incubator-nuttx/pull/6833#issuecomment-1213594126
>ALL the arch.
@GUIDINGLI
Hmm, it seems that `sim:smp` stops with DEBUGASSERT
```
$ ./nuttx
[CPU0] up_assert: Assertion failed CPU0 at file:irq/irq_cse
masayuki2009 opened a new pull request, #6847:
URL: https://github.com/apache/incubator-nuttx/pull/6847
## Summary
- This commit adds netknsh_smp/defconfig
## Impact
- None
## Testing
- Tested with qemu-6.2
--
This is an automated message from the Apa
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 b50e6a4 Publishing web
xiaoxiang781216 merged PR #6847:
URL: https://github.com/apache/incubator-nuttx/pull/6847
--
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-unsubs
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.git
The following commit(s) were added to refs/heads/master by this push:
new b3795daa53 boards: sabre-6quad: Add
xiaoxiang781216 commented on code in PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r945041497
##
include/nuttx/mtd/configdata.h:
##
@@ -120,6 +120,27 @@ extern "C"
struct mtd_dev_s;
int mtdconfig_register(FAR struct mtd_dev_s *mtd);
+/
xiaoxiang781216 commented on code in PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r945047880
##
drivers/mtd/mtd_nvs.c:
##
@@ -0,0 +1,2244 @@
+/
+ * drivers/mtd/mtd_nvs.c
78 matches
Mail list logo