[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6840: libc: Move crc8.h, crc16.h and crc32.h from include to include/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] zhhyu7 opened a new pull request, #6841: dns_client: directly initialize g_dns_servers and remove dns_initiali…

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on issue #6835: NuttX Net & IOB DMA incompatiblity

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #6835: NuttX Net & IOB DMA incompatiblity

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6838: Added support for raspberrypi pico-w

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] luojun1234 commented on a diff in pull request #6834: modify iob to support header padding and alignment features

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] luojun1234 commented on a diff in pull request #6834: modify iob to support header padding and alignment features

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request, #1260: zmodem: Move crc16.h and crc32.h from host to host/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6838: Added support for raspberrypi pico-w

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6838: Added support for raspberrypi pico-w

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] davids5 commented on pull request #1260: zmodem: Move crc16.h and crc32.h from host to host/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on issue #6835: NuttX Net & IOB DMA incompatiblity

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1260: zmodem: Move crc16.h and crc32.h from host to host/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on pull request #6840: libc: Move crc8.h, crc16.h and crc32.h from include to include/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6840: libc: Move crc8.h, crc16.h and crc32.h from include to include/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6834: modify iob to support header padding and alignment features

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on pull request #6840: libc: Move crc8.h, crc16.h and crc32.h from include to include/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] curuvar commented on a diff in pull request #6838: Added support for raspberrypi pico-w

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6840: libc: Move crc8.h, crc16.h and crc32.h from include to include/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on pull request #6840: libc: Move crc8.h, crc16.h and crc32.h from include to include/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6834: modify iob to support header padding and alignment features

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #6837: Framebuffer and lcddev buffer usage for LCD displays drivers

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #6842: imx6 enet update

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6842: imx6 enet update

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] acassis opened a new pull request, #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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 ##

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6840: libc: Move crc8.h, crc16.h and crc32.h from include to include/nuttx

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #6837: Framebuffer and lcddev buffer usage for LCD displays drivers

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] tmedicci commented on pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] curuvar commented on a diff in pull request #6838: Added support for raspberrypi pico-w

2022-08-12 Thread GitBox
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/

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6838: Added support for raspberrypi pico-w

2022-08-12 Thread GitBox
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 @@ +/ + *

[GitHub] [incubator-nuttx] XinStellaris commented on pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #6833: SMP: fix crash when switch to new task which is still running

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] XinStellaris commented on pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6834: modify iob to support header padding and alignment features

2022-08-12 Thread GitBox
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" +/ +

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6834: modify iob to support header padding and alignment features

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] curuvar closed pull request #6838: Added support for raspberrypi pico-w

2022-08-12 Thread GitBox
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.

[GitHub] [incubator-nuttx] davids5 merged pull request #6842: imx6 enet update

2022-08-12 Thread GitBox
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

[incubator-nuttx] 02/05: boards: sabre-6quad: Add CONFIG_NET_GUARDSIZE=4 to defconfigs

2022-08-12 Thread davids5
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

[incubator-nuttx] 04/05: arch: imx6: Apply the imxrt_enet.c changes to imx_enet.c (3/4)

2022-08-12 Thread davids5
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

[incubator-nuttx] 03/05: arch: imx6: Apply the imxrt_enet.c changes to imx_enet.c (2/4)

2022-08-12 Thread davids5
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

[incubator-nuttx] branch master updated (5d12e350da -> 690c178e4b)

2022-08-12 Thread davids5
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

[incubator-nuttx] 01/05: arch: imx6: Apply the imxrt_enet.c changes to imx_enet.c (1/4)

2022-08-12 Thread davids5
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

[incubator-nuttx] 05/05: arch: imx6: Apply the imxrt_enet.c changes to imx_enet.c (4/4)

2022-08-12 Thread davids5
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

[GitHub] [incubator-nuttx] michallenc opened a new pull request, #6844: samv7/common: add support for GPIO driver based encoder

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] curuvar opened a new pull request, #6845: Added gSPI mode for Infineon CYW43439 WiFi chip.

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6844: samv7/common: add support for GPIO driver based encoder

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] michallenc commented on a diff in pull request #6844: samv7/common: add support for GPIO driver based encoder

2022-08-12 Thread GitBox
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/

[GitHub] [incubator-nuttx] diegoherranz commented on pull request #6528: Added RP2040 Boards: Adafruit KB2040 and Adafruit Feather RP2040

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] tmedicci commented on pull request #6837: Framebuffer and lcddev buffer usage for LCD displays drivers

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[incubator-nuttx] branch master updated (690c178e4b -> e9aff88882)

2022-08-12 Thread pkarashchenko
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

[GitHub] [incubator-nuttx] acassis commented on pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6841: dns_client: directly initialize g_dns_servers and remove dns_initialize directly

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] acassis opened a new pull request, #6846: esp32c3-devkit: Fix /etc/passwd too

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] btashton commented on pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] acassis commented on pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] acassis commented on pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6841: dns_client: directly initialize g_dns_servers and remove dns_initialize directly

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6844: samv7/common: add support for GPIO driver based encoder

2022-08-12 Thread GitBox
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

[incubator-nuttx] branch master updated: samv7/common: add support for GPIO driver based encoder

2022-08-12 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6844: samv7/common: add support for GPIO driver based encoder

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6844: samv7/common: add support for GPIO driver based encoder

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6845: Added gSPI mode for Infineon CYW43439 WiFi chip.

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] acassis commented on pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] acassis commented on pull request #6843: sim: Fix the /etc/passwd after TEA algo fixing

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6846: esp32c3-devkit: Fix /etc/passwd too

2022-08-12 Thread GitBox
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

[incubator-nuttx] branch master updated (c7c78972d6 -> 9ee18d70aa)

2022-08-12 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] tmedicci commented on pull request #6837: Framebuffer and lcddev buffer usage for LCD displays drivers

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6833: SMP: fix crash when switch to new task which is still running

2022-08-12 Thread GitBox
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

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #6847: boards: sabre-6quad: Add netknsh_smp/defconfig

2022-08-12 Thread GitBox
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

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: 9ee18d70aaa6b98b960fef2928572327dbb9d592

2022-08-12 Thread github-bot
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6847: boards: sabre-6quad: Add netknsh_smp/defconfig

2022-08-12 Thread GitBox
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

[incubator-nuttx] branch master updated: boards: sabre-6quad: Add netknsh_smp/defconfig

2022-08-12 Thread xiaoxiang
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-08-12 Thread GitBox
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); +/

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6829: drivers/mtd:init commit of power-loss resilient cfg

2022-08-12 Thread GitBox
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