[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5152: risc-v/opensbi: update to version 1.0

2022-01-03 Thread GitBox
xiaoxiang781216 merged pull request #5152: URL: https://github.com/apache/incubator-nuttx/pull/5152 -- 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] branch master updated (845168c -> c87ae33)

2022-01-03 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 845168c arch/risc-v: Refine riscv_assert.c add c87ae33 risc-v/opensbi: update to version 1.0 No n

[GitHub] [incubator-nuttx] a-lunev commented on a change in pull request #5138: net/tcp(unbuffered): advance sndseq by +1 because SYN and FIN occupy one sequence number

2022-01-03 Thread GitBox
a-lunev commented on a change in pull request #5138: URL: https://github.com/apache/incubator-nuttx/pull/5138#discussion_r777877997 ## File path: net/tcp/tcp_input.c ## @@ -870,6 +870,11 @@ static void tcp_input(FAR struct net_driver_s *dev, uint8_t domain, if ((tcp

[GitHub] [incubator-nuttx] eenurkka commented on a change in pull request #5153: tools: Makefile.unix: prepare OpenSBI image for risc-v/mpfs

2022-01-03 Thread GitBox
eenurkka commented on a change in pull request #5153: URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777863884 ## File path: tools/Makefile.unix ## @@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y) $(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) n

[GitHub] [incubator-nuttx-apps] OctopusHu0105 opened a new pull request #954: note main: system/sched_note add output of string and binary

2022-01-03 Thread GitBox
OctopusHu0105 opened a new pull request #954: URL: https://github.com/apache/incubator-nuttx-apps/pull/954 ifdef CONFIG_SCHED_INSTRUMENTATION_DUMP case NOTE_DUMP_STRING: case NOTE_DUMP_BINARY: endif [ 198.244349] [25] [ap] 001e3fcc: Task 18 priority 100, string:shced note t

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #5153: tools: Makefile.unix: prepare OpenSBI image for risc-v/mpfs

2022-01-03 Thread GitBox
btashton commented on a change in pull request #5153: URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777861527 ## File path: tools/Makefile.unix ## @@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y) $(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) n

[GitHub] [incubator-nuttx] eenurkka commented on a change in pull request #5153: tools: Makefile.unix: prepare OpenSBI image for risc-v/mpfs

2022-01-03 Thread GitBox
eenurkka commented on a change in pull request #5153: URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777861461 ## File path: tools/Makefile.unix ## @@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y) $(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) n

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #5153: tools: Makefile.unix: prepare OpenSBI image for risc-v/mpfs

2022-01-03 Thread GitBox
btashton commented on a change in pull request #5153: URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777861104 ## File path: tools/Makefile.unix ## @@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y) $(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) n

[GitHub] [incubator-nuttx-apps] OctopusHu0105 closed pull request #953: Feature system sched note

2022-01-03 Thread GitBox
OctopusHu0105 closed pull request #953: URL: https://github.com/apache/incubator-nuttx-apps/pull/953 -- 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-mai

[GitHub] [incubator-nuttx] eenurkka opened a new pull request #5153: tools: Makefile.unix: prepare OpenSBI image for risc-v/mpfs

2022-01-03 Thread GitBox
eenurkka opened a new pull request #5153: URL: https://github.com/apache/incubator-nuttx/pull/5153 Polarfire Icicle board has only (128K - 256) bytes for the bootloader in the non-volatile eNVM. This space is barely enough for running NuttX. If OpenSBI is selected, it will be placed in

[GitHub] [incubator-nuttx-apps] OctopusHu0105 opened a new pull request #953: Feature system sched note

2022-01-03 Thread GitBox
OctopusHu0105 opened a new pull request #953: URL: https://github.com/apache/incubator-nuttx-apps/pull/953 note main: system/sched_note add output of string and binary ifdef CONFIG_SCHED_INSTRUMENTATION_DUMP case NOTE_DUMP_STRING: case NOTE_DUMP_BINARY: endif [ 192.19

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
xiaoxiang781216 merged pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148 -- 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] branch master updated (504f1d1 -> 845168c)

2022-01-03 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 504f1d1 net/misc: add support for CONFIG_NET_ALLOC_CONNS add a6662c2 arch/risc-v: Refine arch.h

[GitHub] [incubator-nuttx-apps] a-lunev opened a new pull request #952: netutils/netcat: implemented NETUTILS_NETCAT_SENDFILE option.

2022-01-03 Thread GitBox
a-lunev opened a new pull request #952: URL: https://github.com/apache/incubator-nuttx-apps/pull/952 ## Summary This option enables using sendfile() in netcat client mode if a normal file (not stdin) is sent. If the option is enabled but stdin is sent rather than a normal file, ne

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777856908 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format o

[GitHub] [incubator-nuttx] eenurkka opened a new pull request #5152: risc-v/opensbi: update to version 1.0

2022-01-03 Thread GitBox
eenurkka opened a new pull request #5152: URL: https://github.com/apache/incubator-nuttx/pull/5152 OpenSBI recently introduced version 1.0. Use the latest version here as well. Signed-off-by: Eero Nurkkala ## Summary OpenSBI commit d30bde3 fixed issues with memcpy /

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5150: net/misc: add support for CONFIG_NET_ALLOC_CONNS

2022-01-03 Thread GitBox
xiaoxiang781216 merged pull request #5150: URL: https://github.com/apache/incubator-nuttx/pull/5150 -- 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] branch master updated (4edc5fb -> 504f1d1)

2022-01-03 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 4edc5fb xtensa: Rename up_stack_color to xtensa_stack_color since it's an internal function. add a

[GitHub] [incubator-nuttx] MTres19 opened a new pull request #5151: WIP: Tiva CAN driver

2022-01-03 Thread GitBox
MTres19 opened a new pull request #5151: URL: https://github.com/apache/incubator-nuttx/pull/5151 ## Summary Char-device CAN driver for Tiva MCUs. The current implementation is blocked by #2663 ## Impact Minimal ## Testing With DGTech Beacon CAN box -- This is

[GitHub] [incubator-nuttx] anchao opened a new pull request #5150: net/misc: add support for CONFIG_NET_ALLOC_CONNS

2022-01-03 Thread GitBox
anchao opened a new pull request #5150: URL: https://github.com/apache/incubator-nuttx/pull/5150 ## Summary net/misc: add support for CONFIG_NET_ALLOC_CONNS ## Impact N/A ## Testing CI-Check -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
no1wudi commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777804499 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format output wi

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
no1wudi commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777804499 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format output wi

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
no1wudi commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777804499 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format output wi

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
no1wudi commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777805844 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -71,9 +79,9 @@ * Name: riscv_stackdump *

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
no1wudi commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777804499 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format output wi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777803567 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -98,35 +106,35 @@ static inline void riscv_registerdump(volatile uintptr_t *reg

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777803402 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -71,9 +79,9 @@ * Name: riscv_stackdump *

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777802724 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format o

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777802724 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format o

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777802724 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format o

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
no1wudi commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r94145 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format output wi

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
no1wudi commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r94145 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format output wi

[incubator-nuttx-website] branch asf-site updated: Publishing web: adbba922a8890b650c27ecac31f9d26fe25e1ec4 docs: 4edc5fb7011164f9635b37a021d0f0ad9dd76982

2022-01-03 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 bcde51f Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5069: Improve dependencies for `dirlinks`.

2022-01-03 Thread GitBox
xiaoxiang781216 commented on pull request #5069: URL: https://github.com/apache/incubator-nuttx/pull/5069#issuecomment-1004291329 @AlanRosenthal we may need update Makefile.win too -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777648007 ## File path: arch/risc-v/src/common/riscv_assert.c ## @@ -57,6 +57,14 @@ # define CONFIG_BOARD_RESET_ON_ASSERT 0 #endif +/* Format o

[incubator-nuttx] branch master updated: xtensa: Rename up_stack_color to xtensa_stack_color since it's an internal function.

2022-01-03 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 4edc5fb xtensa: Rename up_stack_col

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5149: xtensa: Rename up_stack_color to xtensa_stack_color.

2022-01-03 Thread GitBox
xiaoxiang781216 merged pull request #5149: URL: https://github.com/apache/incubator-nuttx/pull/5149 -- 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] Ouss4 commented on pull request #5147: Improve dependencies for include/nuttx/version.h

2022-01-03 Thread GitBox
Ouss4 commented on pull request #5147: URL: https://github.com/apache/incubator-nuttx/pull/5147#issuecomment-1004198193 @AlanRosenthal please rebase, the other PR is now merged and caused this little conflict. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-nuttx] Ouss4 merged pull request #5069: Improve dependencies for `dirlinks`.

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

[incubator-nuttx] branch master updated: Improve dependencies for `dirlinks`.

2022-01-03 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche 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 2366795 Improve dependencies for

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #5149: xtensa: Rename up_stack_color to xtensa_stack_color.

2022-01-03 Thread GitBox
Ouss4 opened a new pull request #5149: URL: https://github.com/apache/incubator-nuttx/pull/5149 ## Summary The function is internal to the Xtensa arch and should have the arch as prefix. ## Impact N/A ## Testing Code still builds. -- This is an automated message from t

[GitHub] [incubator-nuttx] AlanRosenthal edited a comment on pull request #5069: Improve dependencies for `dirlinks`.

2022-01-03 Thread GitBox
AlanRosenthal edited a comment on pull request #5069: URL: https://github.com/apache/incubator-nuttx/pull/5069#issuecomment-1004187553 > @AlanRosenthal let's merge into one patch? done! happy new year 🥳 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-nuttx] AlanRosenthal commented on pull request #5069: Improve dependencies for `dirlinks`.

2022-01-03 Thread GitBox
AlanRosenthal commented on pull request #5069: URL: https://github.com/apache/incubator-nuttx/pull/5069#issuecomment-1004187553 > @AlanRosenthal let's merge into one patch? done! happy new year -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5148: arch/risc-v: Refine riscv_assert.c and arch.h

2022-01-03 Thread GitBox
no1wudi opened a new pull request #5148: URL: https://github.com/apache/incubator-nuttx/pull/5148 ## 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 above

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on issue #5142: FlexCAN can_input() should not be called directly from interrupt handler

2022-01-03 Thread GitBox
PetervdPerk-NXP commented on issue #5142: URL: https://github.com/apache/incubator-nuttx/issues/5142#issuecomment-1004162622 Interesting the comment above the function suggest it wouldn't block and didn't specify it's not allowed to be executed while in an interrupt. https://github.com/ap

[GitHub] [incubator-nuttx] AlanRosenthal opened a new pull request #5147: Improve dependencies for include/nuttx/version.h

2022-01-03 Thread GitBox
AlanRosenthal opened a new pull request #5147: URL: https://github.com/apache/incubator-nuttx/pull/5147 ## Summary `include/nuttx/version.h` is dependent on `.version`, which needs to run for every invocation of make, since git info can update at any time. Currently the `.version` tar

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5146: arch/arm/samv7: rework SAMv7 timer counter implementation

2022-01-03 Thread GitBox
acassis commented on a change in pull request #5146: URL: https://github.com/apache/incubator-nuttx/pull/5146#discussion_r777522118 ## File path: arch/arm/src/samv7/sam_freerun.c ## @@ -220,8 +220,8 @@ int sam_freerun_initialize(struct sam_freerun_s *freerun, int chan, int sa

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5145: arch/arm/samv7: correct number on interrupts

2022-01-03 Thread GitBox
xiaoxiang781216 merged pull request #5145: URL: https://github.com/apache/incubator-nuttx/pull/5145 -- 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] branch master updated: typos: fix typos in many files

2022-01-03 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 6c2b40f typos: fix typos in many fi

[incubator-nuttx] branch master updated: arch/arm/samv7: correct number on interrupts

2022-01-03 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 4b190fb arch/arm/samv7: correct num

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5144: typos: fix typos in many files

2022-01-03 Thread GitBox
xiaoxiang781216 merged pull request #5144: URL: https://github.com/apache/incubator-nuttx/pull/5144 -- 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] acassis commented on pull request #4908: nucleo-h743zi: add board files to support mcuboot

2022-01-03 Thread GitBox
acassis commented on pull request #4908: URL: https://github.com/apache/incubator-nuttx/pull/4908#issuecomment-1004099652 > @acassis @pkarashchenko is this patch ready for merge? It seams he fixed all the suggestions, but the CI is failing. Maybe @tito97sp needs to rebase it to the H

[incubator-nuttx] branch master updated (6185377 -> c04fbb0)

2022-01-03 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 6185377 net/devif/devif_cansend.c: fix assertion for max data len new 78362b0 xtensa/esp32: Use ROM

[incubator-nuttx] 01/02: xtensa/esp32: Use ROM implementations of libc functions

2022-01-03 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 78362b0949075e4c7886b4518acb11008587574e Author: Gustavo Henrique Nihei AuthorDate: Thu Dec 30 08:48:48 2021 -

[GitHub] [incubator-nuttx] acassis merged pull request #5143: xtensa/esp32: Use ROM implementations of libc functions

2022-01-03 Thread GitBox
acassis merged pull request #5143: URL: https://github.com/apache/incubator-nuttx/pull/5143 -- 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: commit

[incubator-nuttx] 02/02: risc-v/esp32c3: Sort LIBC_ARCH_* configs alphabetically

2022-01-03 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c04fbb0365f6765febdbb7f330d670906dd664dc Author: Gustavo Henrique Nihei AuthorDate: Thu Dec 30 08:50:22 2021 -

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5146: arch/arm/samv7: rework SAMv7 timer counter implementation

2022-01-03 Thread GitBox
pkarashchenko opened a new pull request #5146: URL: https://github.com/apache/incubator-nuttx/pull/5146 ## Summary There are two issues that are addressed with ths change: - According to SAM E70/S70/V70/V71 Family datasheet the timer counter channels are 16-bit so timer counter

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5145: arch/arm/samv7: correct number on interrupts

2022-01-03 Thread GitBox
pkarashchenko opened a new pull request #5145: URL: https://github.com/apache/incubator-nuttx/pull/5145 ## Summary According to SAM E70/S70/V70/V71 Family Datasheet there are more interrupts that are currently stated in SAME70/SAMV71 header files. Fix this by adding proper defines to he

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #5144: typos: fix typos in many files

2022-01-03 Thread GitBox
pkarashchenko opened a new pull request #5144: URL: https://github.com/apache/incubator-nuttx/pull/5144 ## Summary Fix typos in many files ## Impact No functional changes ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #5143: xtensa/esp32: Use ROM implementations of libc functions

2022-01-03 Thread GitBox
gustavonihei opened a new pull request #5143: URL: https://github.com/apache/incubator-nuttx/pull/5143 ## Summary This PR intends to make use of available ROM implementations of libc functions on ESP32. ## Impact ROM functions may be accessed while the MMU and Flash Cache is di

[incubator-nuttx] 03/03: net/devif/devif_cansend.c: fix assertion for max data len

2022-01-03 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6185377eece2cca8b867035507ab105cfbeadabb Author: raiden00pl AuthorDate: Mon Jan 3 11:45:42 2022 +0100

[incubator-nuttx] 02/03: include/nuttx/can.h: include nuttx/config.h

2022-01-03 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 43ddcd52778e700454ccefeb37ea93e2c94a2322 Author: raiden00pl AuthorDate: Thu Dec 30 09:55:15 2021 +0100

[incubator-nuttx] branch master updated (c7d3a67 -> 6185377)

2022-01-03 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c7d3a67 drivers/sensors/as5048b: fix lower half init issue new 649619b net/can/can_recvmsg.c: f

[GitHub] [incubator-nuttx] gustavonihei merged pull request #5141: SocketCAN: minor fixes

2022-01-03 Thread GitBox
gustavonihei merged pull request #5141: URL: https://github.com/apache/incubator-nuttx/pull/5141 -- 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: c

[incubator-nuttx] 01/03: net/can/can_recvmsg.c: fix warning

2022-01-03 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 649619b8f81a9d06d0f889ca1448680fc2f678c5 Author: raiden00pl AuthorDate: Thu Dec 30 09:53:38 2021 +0100

[GitHub] [incubator-nuttx] raiden00pl commented on issue #5142: FlexCAN can_input() should not be called directly from interrupt handler

2022-01-03 Thread GitBox
raiden00pl commented on issue #5142: URL: https://github.com/apache/incubator-nuttx/issues/5142#issuecomment-1004025767 FYI @PetervdPerk-NXP @michallenc -- 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] raiden00pl opened a new issue #5142: FlexCAN can_input() should not be called directly from interrupt handler

2022-01-03 Thread GitBox
raiden00pl opened a new issue #5142: URL: https://github.com/apache/incubator-nuttx/issues/5142 I noticed that FlexCAN implementation calls can_input() directly from the interrupt handler which is probably wrong. This will raise the assertion in nxsem_trywait.c:75 when CONFIG_DEBUG_ASS

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #5141: SocketCAN: minor fixes

2022-01-03 Thread GitBox
raiden00pl opened a new pull request #5141: URL: https://github.com/apache/incubator-nuttx/pull/5141 ## Summary - net/can/can_recvmsg.c: fix warning - include/nuttx/can.h: include nuttx/config.h - net/devif/devif_cansend.c: fix assertion for max data len ## Impact