[GitHub] [incubator-nuttx] coffee809721232 commented on a change in pull request #5737: Add dn resolution function

2022-03-14 Thread GitBox
coffee809721232 commented on a change in pull request #5737: URL: https://github.com/apache/incubator-nuttx/pull/5737#discussion_r826625072 ## File path: libs/libc/netdb/lib_dn.c ## @@ -0,0 +1,315 @@ +/

[GitHub] [incubator-nuttx] coffee809721232 commented on a change in pull request #5737: Add dn resolution function

2022-03-14 Thread GitBox
coffee809721232 commented on a change in pull request #5737: URL: https://github.com/apache/incubator-nuttx/pull/5737#discussion_r826624828 ## File path: libs/libc/netdb/lib_dn.c ## @@ -0,0 +1,315 @@ +/

[GitHub] [incubator-nuttx] coffee809721232 commented on a change in pull request #5737: Add dn resolution function

2022-03-14 Thread GitBox
coffee809721232 commented on a change in pull request #5737: URL: https://github.com/apache/incubator-nuttx/pull/5737#discussion_r826618009 ## File path: libs/libc/netdb/lib_dn.c ## @@ -0,0 +1,315 @@ +/

[GitHub] [incubator-nuttx] coffee809721232 commented on a change in pull request #5737: Add dn resolution function

2022-03-14 Thread GitBox
coffee809721232 commented on a change in pull request #5737: URL: https://github.com/apache/incubator-nuttx/pull/5737#discussion_r826617816 ## File path: libs/libc/netdb/lib_dn.c ## @@ -0,0 +1,315 @@ +/

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1076: cmd_mkdir:support mkdir opthon -p

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1076: URL: https://github.com/apache/incubator-nuttx-apps/pull/1076#discussion_r826613194 ## File path: nshlib/nsh_fscmds.c ## @@ -1215,16 +1215,56 @@ int cmd_ls(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) #ifndef

[GitHub] [incubator-nuttx] Gary-Hobson commented on a change in pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
Gary-Hobson commented on a change in pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r826601758 ## File path: drivers/input/uinput.c ## @@ -73,30 +154,173 @@ static void uinput_button_enable(FAR const struct btn_lowerhalf_s *lower,

[GitHub] [incubator-nuttx] Gary-Hobson commented on a change in pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
Gary-Hobson commented on a change in pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r826601533 ## File path: drivers/input/uinput.c ## @@ -73,30 +154,173 @@ static void uinput_button_enable(FAR const struct btn_lowerhalf_s *lower,

[GitHub] [incubator-nuttx] Gary-Hobson commented on a change in pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
Gary-Hobson commented on a change in pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r826597364 ## File path: drivers/input/touchscreen_upper.c ## @@ -366,34 +350,40 @@ static int touch_poll(FAR struct file *filep, void touch_event(FAR v

[GitHub] [incubator-nuttx-apps] anjiahao1 opened a new pull request #1076: cmd_mkdir:support mkdir opthon -p

2022-03-14 Thread GitBox
anjiahao1 opened a new pull request #1076: URL: https://github.com/apache/incubator-nuttx-apps/pull/1076 use "mkdir -p /test/test" to ceate a dir Signed-off-by: anjiahao ## Summary Create the A/B folder, if the A folder does not exist, create the A folder first, and then c

[GitHub] [incubator-nuttx] Gary-Hobson commented on a change in pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
Gary-Hobson commented on a change in pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r826590303 ## File path: drivers/input/keyboard_upper.c ## @@ -0,0 +1,445 @@ +/**

[GitHub] [incubator-nuttx] Gary-Hobson commented on a change in pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
Gary-Hobson commented on a change in pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r826590219 ## File path: drivers/input/touchscreen_upper.c ## @@ -105,28 +101,25 @@ static const struct file_operations g_touch_fops = * Private Functi

[GitHub] [incubator-nuttx] Gary-Hobson commented on a change in pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
Gary-Hobson commented on a change in pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r826590033 ## File path: drivers/input/uinput.c ## @@ -244,14 +543,79 @@ int uinput_button_initialize(FAR const char *name) ubtn_lower->lower.bl_enabl

[GitHub] [incubator-nuttx-apps] VanFeo commented on a change in pull request #1063: testing/fstest: add cleanup to fatutf8

2022-03-14 Thread GitBox
VanFeo commented on a change in pull request #1063: URL: https://github.com/apache/incubator-nuttx-apps/pull/1063#discussion_r826587559 ## File path: testing/fatutf8/fatutf8_main.c ## @@ -52,6 +52,7 @@ static void show_usage(FAR const char *progname, int exitcode) #define BAS

[GitHub] [incubator-nuttx] Gary-Hobson commented on a change in pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
Gary-Hobson commented on a change in pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r826586168 ## File path: drivers/input/touchscreen_upper.c ## @@ -366,34 +350,40 @@ static int touch_poll(FAR struct file *filep, void touch_event(FAR v

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1063: testing/fstest: add cleanup to fatutf8

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1063: URL: https://github.com/apache/incubator-nuttx-apps/pull/1063#discussion_r826566231 ## File path: testing/fatutf8/fatutf8_main.c ## @@ -52,6 +52,7 @@ static void show_usage(FAR const char *progname, int exitcode) #d

[GitHub] [incubator-nuttx-apps] VanFeo commented on a change in pull request #1063: testing/fstest: add cleanup to fatutf8

2022-03-14 Thread GitBox
VanFeo commented on a change in pull request #1063: URL: https://github.com/apache/incubator-nuttx-apps/pull/1063#discussion_r826560864 ## File path: testing/fatutf8/fatutf8_main.c ## @@ -166,5 +168,28 @@ int main(int argc, FAR char *argv[]) exit(fd); } + printf

[incubator-nuttx] branch master updated (b04447d -> f30fa2f)

2022-03-14 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 b04447d timer_lowerhalf: minor improvements add f30fa2f drivers/timers/timer: Add option for non-p

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5743: drivers/timers/timer: Add option for non-periodic notification

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #5743: URL: https://github.com/apache/incubator-nuttx/pull/5743 -- 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

[incubator-nuttx-apps] branch master updated (4756f33 -> c14996a)

2022-03-14 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-apps.git. from 4756f33 apps: testing: uclibcxx_test: add uclibcxx_test Kconfig add c14996a examples/rpmsgsoc

[GitHub] [incubator-nuttx] anchao commented on pull request #5645: arch/arm: optimize context switch speed

2022-03-14 Thread GitBox
anchao commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1067524328 > Did you fix the issue with lm3s6965-ek:qemu-kostest (QEMU) ? No, I am still investigating this issue, update will be later if I have any progress. -- This

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1073: examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #1073: URL: https://github.com/apache/incubator-nuttx-apps/pull/1073 -- 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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1075: add Lua interpreter

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1075: URL: https://github.com/apache/incubator-nuttx-apps/pull/1075#discussion_r826533496 ## File path: interpreters/lua/Kconfig ## @@ -0,0 +1,90 @@ +# +# For a description of the syntax of this configuration file, +# see

[GitHub] [incubator-nuttx-apps] zhhyu7 commented on a change in pull request #1070: fix:iperf/ rpmsg/ wapi issue

2022-03-14 Thread GitBox
zhhyu7 commented on a change in pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070#discussion_r826547453 ## File path: wireless/wapi/src/wireless.c ## @@ -329,6 +330,7 @@ static int wapi_scan_event(FAR struct iw_event *event, /* Reset it

[incubator-nuttx] branch master updated (b6bc460 -> b04447d)

2022-03-14 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 b6bc460 arch: Make the comment and definition of CONFIG_SYS_RESERVED correctly add b04447d timer_

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1070: fix:iperf/ rpmsg/ wapi issue

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070#discussion_r826530912 ## File path: wireless/wapi/src/wireless.c ## @@ -329,6 +330,7 @@ static int wapi_scan_event(FAR struct iw_event *event, /*

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1070: fix:iperf/ rpmsg/ wapi issue

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070#discussion_r826530178 ## File path: wireless/wapi/src/wapi.c ## @@ -708,14 +708,14 @@ static int wapi_scan_results_cmd(int sock, int argc, FAR char **arg

[GitHub] [incubator-nuttx-apps] zhhyu7 commented on a change in pull request #1070: fix:iperf/ rpmsg/ wapi issue

2022-03-14 Thread GitBox
zhhyu7 commented on a change in pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070#discussion_r826528208 ## File path: wireless/wapi/src/wapi.c ## @@ -708,14 +708,18 @@ static int wapi_scan_results_cmd(int sock, int argc, FAR char **argv) /

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5744: timer_lowerhalf: minor improvements

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #5744: URL: https://github.com/apache/incubator-nuttx/pull/5744 -- 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

[GitHub] [incubator-nuttx-apps] mogenson opened a new pull request #1075: add Lua interpreter

2022-03-14 Thread GitBox
mogenson opened a new pull request #1075: URL: https://github.com/apache/incubator-nuttx-apps/pull/1075 ## Summary Lua is a popular scripting language that is tailored towards embedding in applications and embedded devices. This PR builds Lua as an NSH app. The `apps/interpreters/lu

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #5645: arch/arm: optimize context switch speed

2022-03-14 Thread GitBox
masayuki2009 edited a comment on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1067440180 @anchao Did you fix the issue with lm3s6965-ek:qemu-kostest (QEMU) ? The issue still happens. ``` $ ~/opensource/QEMU/qemu-5.2/build/arm-

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #5645: arch/arm: optimize context switch speed

2022-03-14 Thread GitBox
masayuki2009 edited a comment on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1067440180 @anchao Did you fix the issue with lm3s6965-ek:qemu-kostest (QEMU) ? It still happens. ``` $ ~/opensource/QEMU/qemu-5.2/build/arm-softmmu

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5645: arch/arm: optimize context switch speed

2022-03-14 Thread GitBox
masayuki2009 commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1067440180 @anchao Did you fix the issue with lm3s6965-ek:qemu-kostest (QEMU) ? It still happens. ``` End of test memory usage: VARIABLE BEFORE AFTER

[incubator-nuttx-website] branch asf-site updated: Publishing web: 1b39f27b512cbb1fc294b70e0e70a67d0092b98d docs: b6bc460b2c1387a0e7ac83b5cbab355a48799581

2022-03-14 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 d763661 Publishing web

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5745: arch/arm/samv7/sam_tc: implement timer driver support

2022-03-14 Thread GitBox
pkarashchenko opened a new pull request #5745: URL: https://github.com/apache/incubator-nuttx/pull/5745 ## Summary Implement SAMv7 family timer driver support ## Impact None. New feature ## Testing Pass CI -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5744: timer_lowerhalf: minor improvements

2022-03-14 Thread GitBox
pkarashchenko opened a new pull request #5744: URL: https://github.com/apache/incubator-nuttx/pull/5744 ## Summary Minor improvements for timer lowerhalf ## Impact None ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5743: drivers/timers/timer: Add option for non-periodic notification

2022-03-14 Thread GitBox
pkarashchenko opened a new pull request #5743: URL: https://github.com/apache/incubator-nuttx/pull/5743 ## Summary Currently only periodic notifications are supported by timer driver. Add and option for a single time notification ## Impact None ## Testing Pass CI

[incubator-nuttx] branch master updated (ea42981 -> b6bc460)

2022-03-14 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 ea42981 syscall/names: export the syscall name in STUB module add b6bc460 arch: Make the comme

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5741: arch: Make the comment and definition of CONFIG_SYS_RESERVED correctly

2022-03-14 Thread GitBox
pkarashchenko merged pull request #5741: URL: https://github.com/apache/incubator-nuttx/pull/5741 -- 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:

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826334053 ## File path: tools/ci/docker/linux/Dockerfile ## @@ -68,6 +69,31 @@ RUN mkdir -p $CARGO_HOME \ && $CARGO_HOME/bin/rustup target add thum

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r82603 ## File path: tools/ci/docker/linux/Dockerfile ## @@ -68,6 +69,31 @@ RUN mkdir -p $CARGO_HOME \ && $CARGO_HOME/bin/rustup target add thum

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826318633 ## File path: tools/ci/docker/linux/Dockerfile ## @@ -68,6 +69,31 @@ RUN mkdir -p $CARGO_HOME \ && $CARGO_HOME/bin/rustup target add thumbv6m-n

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826315809 ## File path: tools/ci/docker/linux/Dockerfile ## @@ -68,6 +69,31 @@ RUN mkdir -p $CARGO_HOME \ && $CARGO_HOME/bin/rustup target add thumbv6m-n

[incubator-nuttx] branch master updated (22e71e2 -> ea42981)

2022-03-14 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 22e71e2 board/sim: add support of custom optimization level new d398ffb arm/armv7-a/r: unified

[incubator-nuttx] 01/02: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d398ffb9309cc2ce1ad99281b907c103e666e78e Author: chao.an AuthorDate: Mon Mar 14 22:45:53 2022 +0800

[incubator-nuttx] 02/02: syscall/names: export the syscall name in STUB module

2022-03-14 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ea42981cc69a6ede9df76df8f2ee78d4dcf0176b Author: chao.an AuthorDate: Tue Mar 15 00:05:41 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
pkarashchenko merged pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742 -- 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:

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5645: arch/arm: optimize context switch speed

2022-03-14 Thread GitBox
pkarashchenko commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1067211515 @masayuki2009 please merge this PR as soon as you confirm that everything is ok on your side. -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826303635 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,24 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826288875 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,25 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1070: fix:iperf/ rpmsg/ wapi issue

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070#discussion_r826267501 ## File path: wireless/wapi/src/wapi.c ## @@ -708,14 +708,18 @@ static int wapi_scan_results_cmd(int sock, int argc, FAR char **arg

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1073: examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1073: URL: https://github.com/apache/incubator-nuttx-apps/pull/1073#discussion_r826266676 ## File path: examples/rpmsgsocket/rpsock_server.c ## @@ -315,7 +341,6 @@ static int rpsock_dgram_server(int argc, char *argv[])

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1073: examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1073: URL: https://github.com/apache/incubator-nuttx-apps/pull/1073#discussion_r826261486 ## File path: examples/rpmsgsocket/rpsock_server.c ## @@ -315,7 +341,6 @@ static int rpsock_dgram_server(int argc, char *argv[])

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #1074: system/adb: Update to microADB to the latest version

2022-03-14 Thread GitBox
xiaoxiang781216 opened a new pull request #1074: URL: https://github.com/apache/incubator-nuttx-apps/pull/1074 ## Summary and enable the port forwarding feature: https://github.com/spiriou/microADB/pull/27 ## Impact ## Testing -- This is an automated message from

[incubator-nuttx-apps] branch master updated (1e7a2bc -> 4756f33)

2022-03-14 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-apps.git. from 1e7a2bc apps/wamr: Add wamr memory Kconfig add 4756f33 apps: testing: uclibcxx_test: add ucli

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1068: uclibcxx_test: add uclibcxx_test Kconfig

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #1068: URL: https://github.com/apache/incubator-nuttx-apps/pull/1068 -- 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

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1073: examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1073: URL: https://github.com/apache/incubator-nuttx-apps/pull/1073#discussion_r826163533 ## File path: examples/rpmsgsocket/rpsock_server.c ## @@ -315,7 +341,6 @@ static int rpsock_dgram_server(int argc, char *argv[])

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826132751 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,46 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
anchao commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826129762 ## File path: arch/arm/src/armv7-r/arm_syscall.c ## @@ -41,6 +41,41 @@ * Private Functions

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
anchao commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826129580 ## File path: arch/arm/src/armv7-a/arm_syscall.c ## @@ -44,6 +44,41 @@ * Private Functions

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826128637 ## File path: arch/arm/src/armv7-r/arm_syscall.c ## @@ -41,6 +41,41 @@ * Private Functions ***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826128389 ## File path: arch/arm/src/armv7-a/arm_syscall.c ## @@ -44,6 +44,41 @@ * Private Functions ***

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826110474 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,46 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_path "${

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826108305 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,46 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826106927 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5720: arch: Merge up_arch.h into up_internal.h

2022-03-14 Thread GitBox
pkarashchenko commented on pull request #5720: URL: https://github.com/apache/incubator-nuttx/pull/5720#issuecomment-1066975888 @hartmannathan thank you! -- 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 t

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #5720: arch: Merge up_arch.h into up_internal.h

2022-03-14 Thread GitBox
hartmannathan commented on pull request #5720: URL: https://github.com/apache/incubator-nuttx/pull/5720#issuecomment-1066957086 Applied the "breaking change" label as this requires out-of-tree boards that `#include "arm_arch.h"` to remove that include (and `#include "arm_internal.h"` if ne

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826084745 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_path "${

[incubator-nuttx] branch master updated (d21d02c -> 22e71e2)

2022-03-14 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 d21d02c xtensa_panic.S: Save exception cause and vaddr into the user frame. add 22e71e2 board/sim

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826080529 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5739: board/sim: add support of custom optimization level

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #5739: URL: https://github.com/apache/incubator-nuttx/pull/5739 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826073362 ## File path: arch/arm/src/armv7-r/arm_syscall.c ## @@ -41,6 +41,32 @@ * Private Functions ***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r826071307 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -317,10 +337,151 @@ config MPFS_DMA ---help--- Enable DMA Support

[GitHub] [incubator-nuttx] anchao opened a new pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
anchao opened a new pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742 ## Summary arm/armv7-a/r: unified syscall registers dump ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5741: arch: Make the comment and definition of CONFIG_SYS_RESERVED correctly

2022-03-14 Thread GitBox
xiaoxiang781216 opened a new pull request #5741: URL: https://github.com/apache/incubator-nuttx/pull/5741 ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [incubator-nuttx-apps] litong0518 opened a new pull request #1073: examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 opened a new pull request #1073: URL: https://github.com/apache/incubator-nuttx-apps/pull/1073 ## Summary Fix rpmsg example's bug ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx-apps] litong0518 closed pull request #1072: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 closed pull request #1072: URL: https://github.com/apache/incubator-nuttx-apps/pull/1072 -- 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

[GitHub] [incubator-nuttx-apps] litong0518 opened a new pull request #1072: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 opened a new pull request #1072: URL: https://github.com/apache/incubator-nuttx-apps/pull/1072 ## Summary Fix rpmsg example's bug ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-nuttx-apps] litong0518 closed pull request #1071: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 closed pull request #1071: URL: https://github.com/apache/incubator-nuttx-apps/pull/1071 -- 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

[GitHub] [incubator-nuttx-apps] litong0518 opened a new pull request #1071: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 opened a new pull request #1071: URL: https://github.com/apache/incubator-nuttx-apps/pull/1071 ## Summary Fix rpmsg example's bug ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-nuttx-apps] litong0518 closed pull request #1069: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 closed pull request #1069: URL: https://github.com/apache/incubator-nuttx-apps/pull/1069 -- 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

[GitHub] [incubator-nuttx-apps] zhhyu7 opened a new pull request #1070: Topic 2

2022-03-14 Thread GitBox
zhhyu7 opened a new pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070 ## Summary feature: wapi add encode parse when scan fix: iperf can not exit when stop fix: ap socket can not accept twice feature: pointer of netdev ioctl support cross-core acce

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1061: apps/wamr: Add wamr memory Kconfig

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #1061: URL: https://github.com/apache/incubator-nuttx-apps/pull/1061 -- 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

[incubator-nuttx-apps] branch master updated: apps/wamr: Add wamr memory Kconfig

2022-03-14 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 1e7a2bc apps/wamr: Add wamr me

[GitHub] [incubator-nuttx-apps] litong0518 opened a new pull request #1069: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 opened a new pull request #1069: URL: https://github.com/apache/incubator-nuttx-apps/pull/1069 Signed-off-by: litong12 Change-Id: I69ffcec4533cf2844912e4ea1c17868ca691a6da -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] jrosberg commented on pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
jrosberg commented on pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#issuecomment-1066741554 all recommended fixes applied. thanks... checkpatch failed me with tabs :-/ I was using different editor than usually and missed the tabs. Should the checkpatc

[GitHub] [incubator-nuttx] jrosberg commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
jrosberg commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r825896731 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -317,10 +337,151 @@ config MPFS_DMA ---help--- Enable DMA Support. MPFS

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
acassis commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r825888090 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -317,10 +337,151 @@ config MPFS_DMA ---help--- Enable DMA Support. MPFS D

[GitHub] [incubator-nuttx-apps] zhhyu7 closed pull request #1064: feature: wapi add encode parse when scan

2022-03-14 Thread GitBox
zhhyu7 closed pull request #1064: URL: https://github.com/apache/incubator-nuttx-apps/pull/1064 -- 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: co

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
xiaoxiang781216 commented on pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1066703605 @kassane please merge the fix for the previous patch into one. We need ensure each patch in the final shape. -- This is an automated message from the Apache G

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r825870707 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_path "${

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r825869657 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -317,10 +337,151 @@ config MPFS_DMA ---help--- Enable DMA Support

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r825868208 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_path "${

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5738: arch/xtensa_panic.S: Save exception cause and vaddr into the user frame

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #5738: URL: https://github.com/apache/incubator-nuttx/pull/5738 -- 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

[incubator-nuttx] 01/02: xtensa_panic.S: A2 is already saved by the caller, no need to save it here again.

2022-03-14 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 commit a9e3b5ae37f3d14791dbf18c546715ee98c17281 Author: Abdelatif Guettouche AuthorDate: Mon Mar 14 11:10:36 2022 +

[incubator-nuttx] branch master updated (7c02432 -> d21d02c)

2022-03-14 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 7c02432 arm/armv7-a/r: set the default CPU mode to System new a9e3b5a xtensa_panic.S: A2 is alread

[incubator-nuttx] 02/02: xtensa_panic.S: Save exception cause and vaddr into the user frame.

2022-03-14 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 commit d21d02c65d84d240d42f419d22efc74500e78cb1 Author: Abdelatif Guettouche AuthorDate: Mon Mar 14 11:14:09 2022 +

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r825859045 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -334,3 +495,6 @@ config ARCH_MPU_HAS_NO4 config ARCH_MPU_HAS_NAPOT default y + +

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r825846624 ## File path: drivers/input/keyboard_upper.c ## @@ -0,0 +1,445 @@ +/

[GitHub] [incubator-nuttx] jrosberg opened a new pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
jrosberg opened a new pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740 ## Summary Add ethernet mac support for MPFS SoC and Icicle board ## Impact New driver. dual mac support is untested and multi queue not implemented. ## Testing Teste

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1068: uclibcxx_test: add uclibcxx_test Kconfig

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1068: URL: https://github.com/apache/incubator-nuttx-apps/pull/1068#discussion_r825844957 ## File path: testing/uclibcxx_test/Makefile ## @@ -0,0 +1,46 @@ +

  1   2   >