[GitHub] [nuttx] chirping78 commented on issue #8616: gdb function info_nxthreads show the PC incorrectly for cortex-m

2023-02-22 Thread via GitHub
chirping78 commented on issue #8616: URL: https://github.com/apache/nuttx/issues/8616#issuecomment-1439583447 This issue can also be reproduced on real hardware. Here are steps on stm32f4discovery. 1. build nuttx ``` ./tools/configure.sh -E stm32f4discovery:nsh make kconfi

[GitHub] [nuttx-apps] FASTSHIFT opened a new pull request, #1585: lvgl/port: add libuv porting

2023-02-22 Thread via GitHub
FASTSHIFT opened a new pull request, #1585: URL: https://github.com/apache/nuttx-apps/pull/1585 ## Summary Add LVGL libuv porting to replace traditional UI polling. ## Impact LVGL application. ## Testing ```bash ./tools/configure.sh -l sim:lvgl_fb ```

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1585: lvgl/port: add libuv porting

2023-02-22 Thread via GitHub
pkarashchenko commented on code in PR #1585: URL: https://github.com/apache/nuttx-apps/pull/1585#discussion_r1113965614 ## graphics/lvgl/port/lv_port_libuv.c: ## @@ -0,0 +1,175 @@ +/ + * apps/graphics/lv

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1584: drivertest/block:Add FAR to the pointer

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #1584: URL: https://github.com/apache/nuttx-apps/pull/1584 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[nuttx-apps] branch master updated: drivertest/block:Add FAR to the pointer

2023-02-22 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new fd0ac1b8f drivertest/block:Add FAR to the

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1583: drivertest/gpio:Add FAR to the pointer

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #1583: URL: https://github.com/apache/nuttx-apps/pull/1583 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[nuttx-apps] branch master updated: drivertest/gpio:Add FAR to the pointer

2023-02-22 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new b8533e0f7 drivertest/gpio:Add FAR to the

[GitHub] [nuttx] flyingfish89 opened a new pull request, #8618: change strcpy to strlcpy

2023-02-22 Thread via GitHub
flyingfish89 opened a new pull request, #8618: URL: https://github.com/apache/nuttx/pull/8618 ## Summary change strcpy->strlcpy ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx] SPRESENSE opened a new pull request, #8617: Fix bugs in cxd56 imageproc

2023-02-22 Thread via GitHub
SPRESENSE opened a new pull request, #8617: URL: https://github.com/apache/nuttx/pull/8617 ## Summary Fix some bugs in CXD56 imageproc driver. ## Impact Only Sony Spresense ## Testing Tested in internal test system. -- This is an automated message fro

[GitHub] [nuttx] GUIDINGLI merged pull request #8572: boards/sim/adb: Change telnetd port from 23 to 2323

2023-02-22 Thread via GitHub
GUIDINGLI merged PR #8572: URL: https://github.com/apache/nuttx/pull/8572 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

[nuttx] branch master updated (db6919648b -> ee77243247)

2023-02-22 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from db6919648b samv7: add support for complementary PWM output add ee77243247 boards/sim/adb: Change telnetd port from 2

[GitHub] [nuttx] GUIDINGLI merged pull request #8585: libc: Remove dependence of LIBC_FLOATINGPOINT and LIBC_LONG_LONG from LIBC_NUMBERED_ARGS

2023-02-22 Thread via GitHub
GUIDINGLI merged PR #8585: URL: https://github.com/apache/nuttx/pull/8585 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

[nuttx] branch master updated: libc: Remove dependence of LIBC_FLOATINGPOINT and LIBC_LONG_LONG from LIBC_NUMBERED_ARGS

2023-02-22 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new a05ab2ab49 libc: Remove dependence of LIBC_FLOATING

[nuttx] branch master updated: Revert "drivrs/mtd/filemtd.c: add block device MTD interface. Block MTD interface allows using block device directly as MTD instead of having to use file-system in betw

2023-02-22 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new c54c9395a5 Revert "drivrs/mtd/filemtd.c: add block

[GitHub] [nuttx] GUIDINGLI merged pull request #8575: Revert "drivrs/mtd/filemtd.c: add block device MTD interface. Block …

2023-02-22 Thread via GitHub
GUIDINGLI merged PR #8575: URL: https://github.com/apache/nuttx/pull/8575 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

[GitHub] [nuttx] Cynerd commented on a diff in pull request #8613: samv7: fix printf warnings in QSPI

2023-02-22 Thread via GitHub
Cynerd commented on code in PR #8613: URL: https://github.com/apache/nuttx/pull/8613#discussion_r1114005920 ## arch/arm/src/samv7/sam_qspi.c: ## @@ -1089,7 +1089,7 @@ static uint32_t qspi_setfrequency(struct qspi_dev_s *dev, uint32_t frequency) #endif uint32_t regval; -

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8615: Kconfig: add depends on !SYSLOG_TIMESTAMP to DEBUG_SCHED

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #8615: URL: https://github.com/apache/nuttx/pull/8615 -- 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...@nutt

[nuttx] branch master updated: Kconfig: add depends on !SYSLOG_TIMESTAMP to DEBUG_SCHED

2023-02-22 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new feabe52fd8 Kconfig: add depends on !SYSLOG_TIM

[GitHub] [nuttx] pkarashchenko merged pull request #8617: Fix bugs in cxd56 imageproc

2023-02-22 Thread via GitHub
pkarashchenko merged PR #8617: URL: https://github.com/apache/nuttx/pull/8617 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.

[nuttx] 02/02: boards: cxd56_imageproc: Change alpha blend interface

2023-02-22 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/nuttx.git commit e867b84458ac8f75a630397ffeb26f5a49167687 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate

[nuttx] branch master updated (feabe52fd8 -> e867b84458)

2023-02-22 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/nuttx.git from feabe52fd8 Kconfig: add depends on !SYSLOG_TIMESTAMP to DEBUG_SCHED new 987ca0c682 boards: cxd56_imageproc:

[nuttx] 01/02: boards: cxd56_imageproc: Fix some bugs in imageproc driver

2023-02-22 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/nuttx.git commit 987ca0c68268709df583f9f058e464453674fea2 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1585: lvgl/port: add libuv porting

2023-02-22 Thread via GitHub
pkarashchenko commented on code in PR #1585: URL: https://github.com/apache/nuttx-apps/pull/1585#discussion_r1114163184 ## examples/lvgldemo/lvgldemo.c: ## @@ -36,6 +36,11 @@ #include #include +#ifdef CONFIG_LIBUV +#include +#include Review Comment: ```suggestion

[GitHub] [nuttx-apps] Cynerd opened a new pull request, #1586: graphics/lvgl: fix build due to no-format-security

2023-02-22 Thread via GitHub
Cynerd opened a new pull request, #1586: URL: https://github.com/apache/nuttx-apps/pull/1586 Without this change the build produces error: error: ‘-Wformat-security’ ignored without ‘-Wformat’ -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx-apps] FASTSHIFT commented on a diff in pull request #1585: lvgl/port: add libuv porting

2023-02-22 Thread via GitHub
FASTSHIFT commented on code in PR #1585: URL: https://github.com/apache/nuttx-apps/pull/1585#discussion_r1114189491 ## examples/lvgldemo/lvgldemo.c: ## @@ -36,6 +36,11 @@ #include #include +#ifdef CONFIG_LIBUV +#include +#include Review Comment: Done -- This is a

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1585: lvgl/port: add libuv porting

2023-02-22 Thread via GitHub
pkarashchenko commented on code in PR #1585: URL: https://github.com/apache/nuttx-apps/pull/1585#discussion_r1114217335 ## examples/lvgldemo/lvgldemo.c: ## @@ -175,6 +180,10 @@ int main(int argc, FAR char *argv[]) const int func_key_pair_len = sizeof(func_key_pair) / Review

[GitHub] [nuttx-apps] FASTSHIFT opened a new pull request, #1587: lvgldemo: use nitems instead of sizeof

2023-02-22 Thread via GitHub
FASTSHIFT opened a new pull request, #1587: URL: https://github.com/apache/nuttx-apps/pull/1587 ## Summary Use nitems to get the length of the array, simplify the code. ## Impact lvgldemo ## Testing None -- This is an automated message from the Apache Git Ser

[GitHub] [nuttx-apps] FASTSHIFT commented on a diff in pull request #1585: lvgl/port: add libuv porting

2023-02-22 Thread via GitHub
FASTSHIFT commented on code in PR #1585: URL: https://github.com/apache/nuttx-apps/pull/1585#discussion_r1114291834 ## examples/lvgldemo/lvgldemo.c: ## @@ -175,6 +180,10 @@ int main(int argc, FAR char *argv[]) const int func_key_pair_len = sizeof(func_key_pair) / Review Comm

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #8619: Implement the trace function and add tracepoints for the startup process

2023-02-22 Thread via GitHub
Gary-Hobson opened a new pull request, #8619: URL: https://github.com/apache/nuttx/pull/8619 ## Summary commit 1: Handle tcb is empty, so that it can also record before the driver initialization commit 2:Correct systime with perf counter, for higher precision measurements commit 3:

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1585: lvgl/port: add libuv porting

2023-02-22 Thread via GitHub
pkarashchenko merged PR #1585: URL: https://github.com/apache/nuttx-apps/pull/1585 -- 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...@n

[nuttx-apps] branch master updated: lvgl/port: add libuv porting

2023-02-22 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 6f192bd1e lvgl/port: add libuv portin

[GitHub] [nuttx] Gary-Hobson commented on pull request #8601: tools: make the symbol table generated by mkallsyms.py two-byte aligned

2023-02-22 Thread via GitHub
Gary-Hobson commented on PR #8601: URL: https://github.com/apache/nuttx/pull/8601#issuecomment-1440068010 > you can't mask the lowest bit which is used by CPU to decide which mode(ARM v.s. Thumb) to enter: https://stackoverflow.com/questions/32278382/how-to-know-if-arm-or-thumb-mode-at-entr

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-22 Thread via GitHub
masayuki2009 commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1440117333 @no1wudi @xiaoxiang781216 I noticed that the telnet output is too slow with this PR. https://user-images.githubusercontent.com/25843920/220650403-e7b9ab4e-521b-4607-97f

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-22 Thread via GitHub
masayuki2009 commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1440123318 >@no1wudi @xiaoxiang781216 >I noticed that the telnet output is too slow with this PR. Without this PR. https://user-images.githubusercontent.com/25843920/2206

[GitHub] [nuttx] crafcat7 closed pull request #8614: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-02-22 Thread via GitHub
crafcat7 closed pull request #8614: include/signal.h:Expanding SIGNAL to be consistent with Linux URL: https://github.com/apache/nuttx/pull/8614 -- 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 s

[GitHub] [nuttx-apps] Cynerd opened a new pull request, #1588: lvgl: silent download and unpack

2023-02-22 Thread via GitHub
Cynerd opened a new pull request, #1588: URL: https://github.com/apache/nuttx-apps/pull/1588 This introduces changes from NuttX commit 03b164f59ce40a3f5677b0588af2aee8d9697bf6. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[nuttx-apps] branch master updated: graphics/lvgl: fix build due to no-format-security

2023-02-22 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 6b44c59be graphics/lvgl: fix build due to

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1586: graphics/lvgl: fix build due to no-format-security

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #1586: URL: https://github.com/apache/nuttx-apps/pull/1586 -- 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...

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1588: lvgl: silent download and unpack

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on PR #1588: URL: https://github.com/apache/nuttx-apps/pull/1588#issuecomment-1440223074 @Cynerd could you change other similar place too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1587: lvgldemo: use nitems instead of sizeof

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #1587: URL: https://github.com/apache/nuttx-apps/pull/1587 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[nuttx-apps] branch master updated: lvgldemo: use nitems instead of sizeof

2023-02-22 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new e86745b9a lvgldemo: use nitems instead of

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1582: change strcpy to strlcpy

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #1582: URL: https://github.com/apache/nuttx-apps/pull/1582 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[nuttx-apps] branch master updated: change strcpy to strlcpy

2023-02-22 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/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 41f60bd66 change strcpy to strlcpy 41f60b

[GitHub] [nuttx-apps] GUIDINGLI merged pull request #1539: build: Remove the annoy warning from distclean

2023-02-22 Thread via GitHub
GUIDINGLI merged PR #1539: URL: https://github.com/apache/nuttx-apps/pull/1539 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx

[nuttx-apps] branch master updated: build: Remove the annoy warning from distclean

2023-02-22 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 69cad3c28 build: Remove the annoy warning from

[nuttx] 02/04: risc-v/espressif: Update ESP HAL to v5.0

2023-02-22 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch feature/sync_hal_5 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit e568b6e82b457f8d9cd77b2f218aff062989e09a Author: Gustavo Henrique Nihei AuthorDate: Thu Feb 9 10:06:55

[nuttx] 04/04: risc-v/espressif: Add support for ESP32-H2

2023-02-22 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch feature/sync_hal_5 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 04e29c7c3bddb5f10fac6900365c76dfb38ca6a3 Author: Gustavo Henrique Nihei AuthorDate: Fri Feb 17 14:37:12

[nuttx] branch feature/sync_hal_5 created (now 04e29c7c3b)

2023-02-22 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch feature/sync_hal_5 in repository https://gitbox.apache.org/repos/asf/nuttx.git at 04e29c7c3b risc-v/espressif: Add support for ESP32-H2 This branch includes the following new commits

[nuttx] 03/04: risc-v/espressif: Add support for ESP32-C6

2023-02-22 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch feature/sync_hal_5 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c25cec7d44cd5e23f23374f46d0f0649a49722fc Author: Gustavo Henrique Nihei AuthorDate: Fri Feb 10 19:17:37

[GitHub] [nuttx] simbit18 opened a new pull request, #8620: Docs:nsh.rst Update links

2023-02-22 Thread via GitHub
simbit18 opened a new pull request, #8620: URL: https://github.com/apache/nuttx/pull/8620 ## Summary update tip incorrect links ## Impact documentation only. ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nuttx] crafcat7 opened a new pull request, #8621: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-02-22 Thread via GitHub
crafcat7 opened a new pull request, #8621: URL: https://github.com/apache/nuttx/pull/8621 ## Summary Expanding SIGNAL to be consistent with Linux ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx] crafcat7 closed pull request #8621: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-02-22 Thread via GitHub
crafcat7 closed pull request #8621: include/signal.h:Expanding SIGNAL to be consistent with Linux URL: https://github.com/apache/nuttx/pull/8621 -- 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 s

[GitHub] [nuttx] crafcat7 opened a new pull request, #8622: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-02-22 Thread via GitHub
crafcat7 opened a new pull request, #8622: URL: https://github.com/apache/nuttx/pull/8622 ## Summary Expanding SIGNAL to be consistent with Linux ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx-apps] Cynerd commented on pull request #1588: lvgl: silent download and unpack

2023-02-22 Thread via GitHub
Cynerd commented on PR #1588: URL: https://github.com/apache/nuttx-apps/pull/1588#issuecomment-1440397880 @xiaoxiang781216 ok, why not. Give me some time and I will push it to this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nuttx] crafcat7 closed pull request #8622: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-02-22 Thread via GitHub
crafcat7 closed pull request #8622: include/signal.h:Expanding SIGNAL to be consistent with Linux URL: https://github.com/apache/nuttx/pull/8622 -- 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 s

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8620: Docs:nsh.rst Update links

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #8620: URL: https://github.com/apache/nuttx/pull/8620 -- 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...@nutt

[nuttx] branch master updated: Docs: Update links

2023-02-22 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 3ed255b8b8 Docs: Update links 3ed255b8b8 is de

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8601: tools: make the symbol table generated by mkallsyms.py two-byte aligned

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #8601: URL: https://github.com/apache/nuttx/pull/8601 -- 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...@nutt

[nuttx] branch master updated: tools: make the symbol table generated by mkallsyms.py two-byte aligned

2023-02-22 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 6b10d8ed19 tools: make the symbol table genera

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8525: drivers: record the latest scheduling information

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #8525: URL: https://github.com/apache/nuttx/pull/8525#discussion_r1114659015 ## drivers/note/notesnap_driver.c: ## @@ -0,0 +1,450 @@ +/ + * drivers/note/notesnap_d

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8525: drivers: record the latest scheduling information

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #8525: URL: https://github.com/apache/nuttx/pull/8525#discussion_r1114660399 ## libs/libc/stream/lib_lowoutstream.c: ## @@ -51,6 +51,20 @@ static void lowoutstream_putc(FAR struct lib_outstream_s *this, int ch) } } +/*

[GitHub] [nuttx] crafcat7 opened a new pull request, #8623: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-02-22 Thread via GitHub
crafcat7 opened a new pull request, #8623: URL: https://github.com/apache/nuttx/pull/8623 ## Summary Expanding SIGNAL to be consistent with Linux ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8618: change strcpy to strlcpy

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #8618: URL: https://github.com/apache/nuttx/pull/8618#discussion_r1114681240 ## fs/rpmsgfs/rpmsgfs_server.c: ## @@ -599,6 +599,7 @@ static int rpmsgfs_readdir_handler(FAR struct rpmsg_endpoint *ept, FAR struct rpmsgfs_readdir_s *msg =

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1589: nshlib: Remove the rest CONFIG_FILE_STREAM dependence

2023-02-22 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1589: URL: https://github.com/apache/nuttx-apps/pull/1589 ## Summary continue the change from https://github.com/apache/nuttx-apps/pull/1559, found by https://github.com/apache/nuttx/pull/4819. ## Impact nshlib ## Testin

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: 6b10d8ed19a1da837e935a12bdfc756e404967ca

2023-02-22 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/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 4604528f Publishing web: b50f5ca4

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1590: interpreters/bas: Fix the nxstyle warning

2023-02-22 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1590: URL: https://github.com/apache/nuttx-apps/pull/1590 ## Summary except "Mixed case identifier found" ## Impact Minor ## Testing CI -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [nuttx] bcb78 commented on issue #1020: [RFC] Using devicetree (DTS) to improve board support

2023-02-22 Thread via GitHub
bcb78 commented on issue #1020: URL: https://github.com/apache/nuttx/issues/1020#issuecomment-1441108863 Vote `-1` / `negative` for import devicetree support to nuttx. Adding devicetree seems will reduce effort to board personalization, so we can build a generic image like: ```

[GitHub] [nuttx-apps] no1wudi commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-22 Thread via GitHub
no1wudi commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1441113476 > > @no1wudi @xiaoxiang781216 > > I noticed that the telnet output is too slow with this PR. > > Without this PR. Thanks, I'll look at it soon. -- This is an automate

[GitHub] [nuttx] anchao commented on a diff in pull request #8619: Implement the trace function and add tracepoints for the startup process

2023-02-22 Thread via GitHub
anchao commented on code in PR #8619: URL: https://github.com/apache/nuttx/pull/8619#discussion_r1115162009 ## drivers/note/note_driver.c: ## @@ -259,7 +261,17 @@ static void note_common(FAR struct tcb_s *tcb, #else /* Save the LS 32-bits of the system timer in little endian

[GitHub] [nuttx] anchao commented on a diff in pull request #8619: Implement the trace function and add tracepoints for the startup process

2023-02-22 Thread via GitHub
anchao commented on code in PR #8619: URL: https://github.com/apache/nuttx/pull/8619#discussion_r1115168243 ## Kconfig: ## @@ -2005,6 +2005,90 @@ config FRAME_POINTER endmenu # Debug Options +menuconfig TRACE + bool "Enable tracepoints" + default n + depe

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1588: lvgl: silent download and unpack

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on PR #1588: URL: https://github.com/apache/nuttx-apps/pull/1588#issuecomment-1441120517 thanks -- 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

[GitHub] [nuttx] anchao opened a new pull request, #8624: libs/libc: export exit() if configured in flat mode

2023-02-22 Thread via GitHub
anchao opened a new pull request, #8624: URL: https://github.com/apache/nuttx/pull/8624 ## Summary libs/libc: export exit() if configured in flat mode ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Git Service. To respo

[GitHub] [nuttx-apps] no1wudi commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-22 Thread via GitHub
no1wudi commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1441137960 @masayuki2009 Which board/config used in your testing ? Could you check the CONFIG_TELNET_TXBUFFER_SIZE value ? -- This is an automated message from the Apache Git Service. To respon

[GitHub] [nuttx] CV-Bowen opened a new pull request, #8625: execinfo.h: include nuttx/sched.h instead sched.h

2023-02-22 Thread via GitHub
CV-Bowen opened a new pull request, #8625: URL: https://github.com/apache/nuttx/pull/8625 ## Summary _SCHED_GETTID is in nuttx/sched.h, when use dump_stack() compile error log: unqlite.c:51256: undefined reference to `_SCHED_GETTID' ## Impact should be none ## Testing

[GitHub] [nuttx] anchao opened a new pull request, #8626: procfs/meminfo: skip invalid character before memdump

2023-02-22 Thread via GitHub
anchao opened a new pull request, #8626: URL: https://github.com/apache/nuttx/pull/8626 ## Summary procfs/meminfo: skip invalid character before memdump In the case of echo characters, atoi will mistake CRLF as a digit character and convert it to 0 Signed-off-by: cha

[GitHub] [nuttx] anchao opened a new pull request, #8627: arm/backtrace/unwind: skip unaligned instruction

2023-02-22 Thread via GitHub
anchao opened a new pull request, #8627: URL: https://github.com/apache/nuttx/pull/8627 ## Summary arm/backtrace/unwind: skip unaligned instruction ## Impact N/A ## Testing backtrace test -- This is an automated message from the Apache Git Service. To res

[GitHub] [nuttx-apps] anchao opened a new pull request, #1591: crypto/mbedtls: disable optimize on sim platform

2023-02-22 Thread via GitHub
anchao opened a new pull request, #1591: URL: https://github.com/apache/nuttx-apps/pull/1591 ## Summary crypto/mbedtls: disable optimize on sim platform ## Impact mbedtls ## Testing build break if enable MBEDTLS_HAVE_ASM && CONFIG_DEBUG_FULLOPT on sim plat

[GitHub] [nuttx-apps] no1wudi opened a new pull request, #1592: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-22 Thread via GitHub
no1wudi opened a new pull request, #1592: URL: https://github.com/apache/nuttx-apps/pull/1592 ## Summary Remove CONFIG_EOL_IS_XXX relative logic since serial driver will do the convertion. ## Impact Should be none. ## Testing CI -- This is an automated message from the

[GitHub] [nuttx] no1wudi opened a new pull request, #8628: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-22 Thread via GitHub
no1wudi opened a new pull request, #8628: URL: https://github.com/apache/nuttx/pull/8628 ## Summary Remove CONFIG_EOL_IS_XXX relative logic since serial driver will do the convertion. CI need https://github.com/apache/nuttx-apps/pull/1592 to pass. ## Impact Shoule be none.

[GitHub] [nuttx-apps] no1wudi commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-22 Thread via GitHub
no1wudi commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1441209287 > @masayuki2009 Which board/config used in your testing ? Could you check the CONFIG_TELNET_TXBUFFER_SIZE value ? I've tested telnetd on esp32c3-devkit, and I can't reproduce th

[GitHub] [nuttx-apps] masayuki2009 commented on pull request #1559: nsh: Decouple with CONFIG_FILE_STREAM

2023-02-22 Thread via GitHub
masayuki2009 commented on PR #1559: URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1441228570 @no1wudi I’m on holiday today so I can not confirm the config now. However, the above movies were based on spresense:wifi_smp -- This is an automated message from the Apac

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1592: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on PR #1592: URL: https://github.com/apache/nuttx-apps/pull/1592#issuecomment-1441243386 let's fix the style warning execpt "Mixer case" https://github.com/apache/nuttx-apps/actions/runs/4249463510/jobs/7389640450 -- This is an automated message from the Apache

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8624: libs/libc: export exit() if configured in flat mode

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #8624: URL: https://github.com/apache/nuttx/pull/8624 -- 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...@nutt

[nuttx] branch master updated: libs/libc: export exit() if configured in flat mode

2023-02-22 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 0f8ecc0150 libs/libc: export exit() if configu

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8626: procfs/meminfo: skip invalid character before memdump

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #8626: URL: https://github.com/apache/nuttx/pull/8626 -- 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...@nutt

[nuttx] branch master updated: procfs/meminfo: skip invalid character before memdump

2023-02-22 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 9c30d3bf33 procfs/meminfo: skip invalid charac

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8584: libc: Move math library from libs/libc/math to libs/libm/libm

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on PR #8584: URL: https://github.com/apache/nuttx/pull/8584#issuecomment-1441247501 @pkarashchenko ci is finally pass, please merge 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

[GitHub] [nuttx-apps] no1wudi commented on pull request #1592: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-22 Thread via GitHub
no1wudi commented on PR #1592: URL: https://github.com/apache/nuttx-apps/pull/1592#issuecomment-1441254035 > let's fix the style warning execpt "Mixer case" https://github.com/apache/nuttx-apps/actions/runs/4249463510/jobs/7389640450 Fixed, and there also have `error: Multiple data de

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8627: arm/backtrace/unwind: skip unaligned instruction

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #8627: URL: https://github.com/apache/nuttx/pull/8627 -- 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...@nutt

[nuttx] branch master updated: arm/backtrace/unwind: skip unaligned instruction

2023-02-22 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 0e873b51c6 arm/backtrace/unwind: skip unaligne

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1592: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on PR #1592: URL: https://github.com/apache/nuttx-apps/pull/1592#issuecomment-1441256827 > > let's fix the style warning execpt "Mixer case" https://github.com/apache/nuttx-apps/actions/runs/4249463510/jobs/7389640450 > > Fixed, and there also have `error: Mu

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8625: execinfo.h: include nuttx/sched.h instead sched.h

2023-02-22 Thread via GitHub
xiaoxiang781216 merged PR #8625: URL: https://github.com/apache/nuttx/pull/8625 -- 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...@nutt

[nuttx] branch master updated: execinfo.h: include nuttx/sched.h instead sched.h

2023-02-22 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 7a4bd09e48 execinfo.h: include nuttx/sched.h i

[GitHub] [nuttx-apps] no1wudi commented on pull request #1592: stdio: Remove CONFIG_EOL_IS_XXX

2023-02-22 Thread via GitHub
no1wudi commented on PR #1592: URL: https://github.com/apache/nuttx-apps/pull/1592#issuecomment-1441270117 > This need be fixed too. 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 t

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8619: Implement the trace function and add tracepoints for the startup process

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #8619: URL: https://github.com/apache/nuttx/pull/8619#discussion_r1115282242 ## drivers/note/note_driver.c: ## @@ -259,7 +261,17 @@ static void note_common(FAR struct tcb_s *tcb, #else /* Save the LS 32-bits of the system timer in litt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8525: drivers: record the latest scheduling information

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #8525: URL: https://github.com/apache/nuttx/pull/8525#discussion_r1115285279 ## drivers/note/Kconfig: ## @@ -86,4 +86,25 @@ config DRIVERS_NOTELOG ---help--- The note driver output to syslog. +config DRIVERS_NOTES

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8619: Implement the trace function and add tracepoints for the startup process

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #8619: URL: https://github.com/apache/nuttx/pull/8619#discussion_r1115286201 ## drivers/note/note_driver.c: ## @@ -223,31 +223,55 @@ static void note_common(FAR struct tcb_s *tcb, FAR struct note_common_s *note,

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8623: include/signal.h:Expanding SIGNAL to be consistent with Linux

2023-02-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #8623: URL: https://github.com/apache/nuttx/pull/8623#discussion_r1115292117 ## include/signal.h: ## @@ -211,41 +206,96 @@ # define SIGPIPE CONFIG_SIG_PIPE #endif -#ifndef CONFIG_SIG_HUP -# define SIGHUP14 +#ifndef CONF

[GitHub] [nuttx] jerpelea commented on issue #1020: [RFC] Using devicetree (DTS) to improve board support

2023-02-22 Thread via GitHub
jerpelea commented on issue #1020: URL: https://github.com/apache/nuttx/issues/1020#issuecomment-1441319372 still -1 from my side reasons: - unusable on extremely limited implementations - not all devices should/can implement the same/whole driver - increases storage requirements

[GitHub] [nuttx] GUIDINGLI opened a new pull request, #8629: openamp: update openamp lib

2023-02-22 Thread via GitHub
GUIDINGLI opened a new pull request, #8629: URL: https://github.com/apache/nuttx/pull/8629 ## Summary openamp: update openamp lib openamp: add new API rpmsg_virtio_get_rxbuffer_size() rpmsg: do cache_invalidate() when real data returned rpmsg: add cache flash when hold rx

  1   2   >