[GitHub] [nuttx] jerpelea commented on pull request #9101: video/fb: fix pollnotify calling crash in advance

2023-04-25 Thread via GitHub
jerpelea commented on PR #9101: URL: https://github.com/apache/nuttx/pull/9101#issuecomment-1522866146 please add a commit message describing the fix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [nuttx] SunJun8 opened a new pull request, #9103: arch/riscv: Fixed FPU register error

2023-04-25 Thread via GitHub
SunJun8 opened a new pull request, #9103: URL: https://github.com/apache/nuttx/pull/9103 ## Summary If FS is in clean state and the SP of the running task is deeper before context switch, no floating point registers are saved. However, the corresponding floating point register positions

[GitHub] [nuttx] SPRESENSE opened a new pull request, #9102: drivers/spi/spi_bitbang: Fix build warnings

2023-04-25 Thread via GitHub
SPRESENSE opened a new pull request, #9102: URL: https://github.com/apache/nuttx/pull/9102 ## Summary Fix build warnings of spi_bitbang.c ## Impact none ## Testing Build with CONFIG_SPI_BITBANG=y -- This is an automated message from the Apache Git Service. To res

[GitHub] [nuttx] FASTSHIFT opened a new pull request, #9101: video/fb: fix pollnotify calling crash in advance

2023-04-25 Thread via GitHub
FASTSHIFT opened a new pull request, #9101: URL: https://github.com/apache/nuttx/pull/9101 ## Summary When executing `up_fbinitialize`, the driver may turn on the vsync interrupt. If the vsync interrupt calls `fb_pollnotify` before executing `fb->vtable->priv = fb` it will cause null poi

[nuttx] branch master updated: Add eMMC driver support

2023-04-25 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 50a8ec62c4 Add eMMC driver support 50a8ec62c4 is

[GitHub] [nuttx] davids5 merged pull request #8922: eMMC driver support

2023-04-25 Thread via GitHub
davids5 merged PR #8922: URL: https://github.com/apache/nuttx/pull/8922 -- 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.apache

[GitHub] [nuttx] anchao opened a new pull request, #9100: sched/spawn: remove spawn proxy thread to simplify task/posix_spawn()

2023-04-25 Thread via GitHub
anchao opened a new pull request, #9100: URL: https://github.com/apache/nuttx/pull/9100 ## Summary sched/spawn: remove spawn proxy thread to simplify task/posix_spawn() The spawn proxy thread is a special existence in NuttX, usually some developers spend a lot of time on sta

[GitHub] [nuttx] qinwei2004 commented on pull request #8799: arm64: Support for FPU profile with procfs

2023-04-25 Thread via GitHub
qinwei2004 commented on PR #8799: URL: https://github.com/apache/nuttx/pull/8799#issuecomment-1522740217 @masayuki2009 Thank for your suggestion, it seem fvp for armv8r has seem question I will submit a PR to fix this issue. @zyfeier -- This is an automated message from

[GitHub] [nuttx] anchao opened a new pull request, #9099: binfmt/execmodule: correct destroy flow

2023-04-25 Thread via GitHub
anchao opened a new pull request, #9099: URL: https://github.com/apache/nuttx/pull/9099 ## Summary binfmt/execmodule: correct destroy flow 1. stack_alloc_ptr should be freed in kernel mode 2. replace nxsched_release_tcb() to nxtask_uninit() to remove tcb from inactive list

[GitHub] [nuttx] masayuki2009 commented on pull request #8799: arm64: Support for FPU profile with procfs

2023-04-25 Thread via GitHub
masayuki2009 commented on PR #8799: URL: https://github.com/apache/nuttx/pull/8799#issuecomment-1522706391 @qinwei2004 I confirmed that the following change can avoid the crash on qemu-7.1 ``` --- a/boards/arm64/qemu/qemu-armv8a/configs/nsh_smp/defconfig +++ b/boards/arm6

[nuttx] branch master updated: arch/armv7-r: add armv7-r smp support

2023-04-25 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 eb0e05be0d arch/armv7-r: add armv7-r smp suppo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8930: arch/armv7-r: add armv7-r smp support

2023-04-25 Thread via GitHub
xiaoxiang781216 merged PR #8930: URL: https://github.com/apache/nuttx/pull/8930 -- 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

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8930: arch/armv7-r: add armv7-r smp support

2023-04-25 Thread via GitHub
xiaoxiang781216 commented on PR #8930: URL: https://github.com/apache/nuttx/pull/8930#issuecomment-1522695368 Thanks, @zyfeier , let's merge this patch first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [nuttx] zyfeier commented on pull request #8930: arch/armv7-r: add armv7-r smp support

2023-04-25 Thread via GitHub
zyfeier commented on PR #8930: URL: https://github.com/apache/nuttx/pull/8930#issuecomment-1522669874 > @zyfeier and @xiaoxiang781216 are you planning to add a board for this? Right now we don't have any build coverage for this code path so hard to prevent even the most basic regression

[GitHub] [nuttx] masayuki2009 commented on pull request #8950: driver/telnet: Remove TELNET_CHARACTER_MODE

2023-04-25 Thread via GitHub
masayuki2009 commented on PR #8950: URL: https://github.com/apache/nuttx/pull/8950#issuecomment-1522668127 @no1wudi I've been using the following package on ubuntu 20.04.6 LTS (amd64) https://packages.ubuntu.com/focal/telnet -- This is an automated message from the Apache Git Servic

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9022: libc/string: add option to force arch implementations on kernel

2023-04-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #9022: URL: https://github.com/apache/nuttx/pull/9022#discussion_r1177257430 ## arch/xtensa/Kconfig: ## @@ -82,6 +82,7 @@ config ARCH_CHIP_ESP32S3 select ARCH_HAVE_RESET select ARCH_HAVE_TESTSET select ARCH_VECNOTIR

[GitHub] [nuttx] xiaoxiang781216 closed pull request #8824: libm/newlib: add newlib/libm support

2023-04-25 Thread via GitHub
xiaoxiang781216 closed pull request #8824: libm/newlib: add newlib/libm support URL: https://github.com/apache/nuttx/pull/8824 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8824: libm/newlib: add newlib/libm support

2023-04-25 Thread via GitHub
xiaoxiang781216 commented on PR #8824: URL: https://github.com/apache/nuttx/pull/8824#issuecomment-1522666430 close, finish here: https://github.com/apache/nuttx/pull/9061 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[nuttx] branch master updated: Initial FlexIO support

2023-04-25 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 bcc8801480 Initial FlexIO support bcc8801480 i

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9024: i.MX RT FlexIO support

2023-04-25 Thread via GitHub
xiaoxiang781216 merged PR #9024: URL: https://github.com/apache/nuttx/pull/9024 -- 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

[GitHub] [nuttx] qinwei2004 opened a new pull request, #9098: arm64: Updating ARCH_EARLY_PRINT support

2023-04-25 Thread via GitHub
qinwei2004 opened a new pull request, #9098: URL: https://github.com/apache/nuttx/pull/9098 ## Summary Summary: Keeping CONFIG_ARCH_EARLY_PRINT option out of depend on common uart serial device. In some boot bringup debug case, the serial device maybe not available. in that ca

[GitHub] [nuttx] no1wudi commented on pull request #8950: driver/telnet: Remove TELNET_CHARACTER_MODE

2023-04-25 Thread via GitHub
no1wudi commented on PR #8950: URL: https://github.com/apache/nuttx/pull/8950#issuecomment-1522643357 @masayuki2009 What's the version of your telnet client ? I'm using this version, and can't reproduce the issue on esp32-devkitc:wifi_smp. ``` telnet (GNU inetutils) 2.4 Copyright (

[GitHub] [nuttx] SPRESENSE commented on pull request #9045: drivers/video: Support spot position setting

2023-04-25 Thread via GitHub
SPRESENSE commented on PR #9045: URL: https://github.com/apache/nuttx/pull/9045#issuecomment-1522642709 @acassis Yes, the camera works with NuttX mainline. Thank you for your suggestion. I will try to submit a separate pull request for documentation. -- This is an automated message

[GitHub] [nuttx] xiaotailang commented on issue #9059: Using the ftpc client

2023-04-25 Thread via GitHub
xiaotailang commented on issue #9059: URL: https://github.com/apache/nuttx/issues/9059#issuecomment-1522636317 @acassis My MCU is stm32f767 -- 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 spe

[nuttx-website] branch asf-site updated: Publishing web: 6b97f0b7d9c9541ec77f08b188cf82e4a808a573 docs: 68d40d4a987d0f0271493f4724893f6bb472480e

2023-04-25 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 fe7f8e9d Publishing web: 6b97f0b7

[GitHub] [nuttx] radek-pesina commented on issue #9053: Directory listing under /proc/fs/ is displayed incorrectly within NSH terminal

2023-04-25 Thread via GitHub
radek-pesina commented on issue #9053: URL: https://github.com/apache/nuttx/issues/9053#issuecomment-1522555782 Thanks, this has addressed the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [nuttx] radek-pesina commented on issue #9046: Stack dump occurring after a handful of echo to file commands

2023-04-25 Thread via GitHub
radek-pesina commented on issue #9046: URL: https://github.com/apache/nuttx/issues/9046#issuecomment-1522553929 > @radek-pesina It seems that the stack overflow caused the mm linked list corruption, please try this PR #9081 Thank you, that has addressed the problem. -- This is an a

[GitHub] [nuttx] radek-pesina commented on pull request #8922: eMMC driver support

2023-04-25 Thread via GitHub
radek-pesina commented on PR #8922: URL: https://github.com/apache/nuttx/pull/8922#issuecomment-1522548466 > There is a defconfig that needs to be normalized for this to pass. Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nuttx] radek-pesina commented on pull request #8922: eMMC driver support

2023-04-25 Thread via GitHub
radek-pesina commented on PR #8922: URL: https://github.com/apache/nuttx/pull/8922#issuecomment-1522518229 > please add a commit message that describes the patch ! > please add a commit message that describes the patch ! Done. -- This is an automated message from the

[GitHub] [nuttx] radek-pesina commented on issue #9080: littlefs on SD/eMMC read/write performance is poor

2023-04-25 Thread via GitHub
radek-pesina commented on issue #9080: URL: https://github.com/apache/nuttx/issues/9080#issuecomment-1522513178 > @radek-pesina do you think it could be LittleFS specific? I remember testing SDCards on iMX1050 3 years ago and it was fast (but I was using SDIO interface instead SPI). More in

[GitHub] [nuttx] cederom commented on issue #9097: Common eFuse Interface

2023-04-25 Thread via GitHub
cederom commented on issue #9097: URL: https://github.com/apache/nuttx/issues/9097#issuecomment-1522421423 How about this one https://github.com/apache/nuttx/blob/master/drivers/efuse/efuse.c ? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nuttx] cederom opened a new issue, #9097: Common eFuse Interface

2023-04-25 Thread via GitHub
cederom opened a new issue, #9097: URL: https://github.com/apache/nuttx/issues/9097 * Various MCU use eFuse for non-volatile hardware and security configuration. * There is no common eFuse driver API in NuttX at this moment. * Each arch configures eFuse on its own with its own nomenclat

[GitHub] [nuttx] acassis commented on issue #9092: Removing app via menuconfig causes build fail

2023-04-25 Thread via GitHub
acassis commented on issue #9092: URL: https://github.com/apache/nuttx/issues/9092#issuecomment-1522330524 @TimJTi seems it is something specific for your setup or your board, etc. I didn't supply much information to duplicate the issue. Here is a test confirming that building system

[nuttx-website] branch asf-site updated: Publishing web: 6b97f0b7d9c9541ec77f08b188cf82e4a808a573 docs: 68d40d4a987d0f0271493f4724893f6bb472480e

2023-04-25 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 8d688354 Publishing web: 6b97f0b7

[nuttx-website] branch master updated: Bump nokogiri from 1.13.10 to 1.14.3

2023-04-25 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/master by this push: new 6b97f0b7 Bump nokogiri from 1.13.10 to

[GitHub] [nuttx-website] btashton merged pull request #88: Bump nokogiri from 1.13.10 to 1.14.3

2023-04-25 Thread via GitHub
btashton merged PR #88: URL: https://github.com/apache/nuttx-website/pull/88 -- 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.a

[GitHub] [nuttx] jturnsek commented on a diff in pull request #9024: i.MX RT FlexIO support

2023-04-25 Thread via GitHub
jturnsek commented on code in PR #9024: URL: https://github.com/apache/nuttx/pull/9024#discussion_r1176895180 ## arch/arm/src/imxrt/imxrt_flexio.h: ## @@ -0,0 +1,367 @@ +/ + * arch/arm/src/imxrt/imxrt_fl

[GitHub] [nuttx] lucasssvaz opened a new pull request, #9096: boards/xtensa/esp32s2-kaluga-1: Add support for LCD displays

2023-04-25 Thread via GitHub
lucasssvaz opened a new pull request, #9096: URL: https://github.com/apache/nuttx/pull/9096 ## Summary Add support for the ILI9341 and ST7789 displays on the ESP32-S2-Kaluga board. ## Impact Improvements on the ST7789 driver and additional peripheral support for the Kalu

[GitHub] [nuttx] btashton commented on pull request #8930: arch/armv7-r: add armv7-r smp support

2023-04-25 Thread via GitHub
btashton commented on PR #8930: URL: https://github.com/apache/nuttx/pull/8930#issuecomment-1522215687 @zyfeier and @xiaoxiang781216 are you planning to add a board for this? Right now we don't have any build coverage for this code path so hard to prevent even the most basic regression -

[GitHub] [nuttx] btashton merged pull request #8802: libc/locale: support iconv_open,iconv,iconv_close

2023-04-25 Thread via GitHub
btashton merged PR #8802: URL: https://github.com/apache/nuttx/pull/8802 -- 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.apach

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8802: libc/locale: support iconv_open,iconv,iconv_close

2023-04-25 Thread via GitHub
xiaoxiang781216 commented on PR #8802: URL: https://github.com/apache/nuttx/pull/8802#issuecomment-1522174667 > Please get CI pass @pkarashchenko the warning come from big5.h which is an encoding table, so it is better to keep as it. -- This is an automated message from the Apache

[GitHub] [nuttx] acassis commented on pull request #9045: drivers/video: Support spot position setting

2023-04-25 Thread via GitHub
acassis commented on PR #9045: URL: https://github.com/apache/nuttx/pull/9045#issuecomment-1522174484 @SPRESENSE does the camera support work with NuttX mainline? BTW, I think there is not official documentation to Sony Spresense's chip in our mainline: https://nuttx.apache.org/docs/latest/

[nuttx] 01/02: sched: add support for adjtime() interface

2023-04-25 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/nuttx.git commit 360e938fa642c0e009061c085245c274c1a118da Author: Michal Lenc AuthorDate: Mon Apr 24 13:45:56 2023 +0200 sched: add

[nuttx] 02/02: samv7: add support for adjtime() interface

2023-04-25 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/nuttx.git commit 40d07760f6e77887d8fb50a4bd494c59d494f20f Author: Michal Lenc AuthorDate: Mon Apr 24 14:38:38 2023 +0200 samv7: add

[nuttx] branch master updated (28eca64dd5 -> 40d07760f6)

2023-04-25 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/nuttx.git from 28eca64dd5 libc: Cleanup per-thread resource in exit/quick_exit new 360e938fa6 sched: add support for adjtime() i

[GitHub] [nuttx] acassis closed issue #8858: Issues with adjtime implementation / Build failure.

2023-04-25 Thread via GitHub
acassis closed issue #8858: Issues with adjtime implementation / Build failure. URL: https://github.com/apache/nuttx/issues/8858 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [nuttx] acassis merged pull request #9084: sched: add adjtime() interface

2023-04-25 Thread via GitHub
acassis merged PR #9084: URL: https://github.com/apache/nuttx/pull/9084 -- 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.apache

[GitHub] [nuttx-apps] jpbland1 commented on a diff in pull request #1557: Wolfssl code back

2023-04-25 Thread via GitHub
jpbland1 commented on code in PR #1557: URL: https://github.com/apache/nuttx-apps/pull/1557#discussion_r1176800979 ## crypto/wolfssl/Kconfig: ## @@ -0,0 +1,108 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9061: libm/newlib: add newlib/libm support

2023-04-25 Thread via GitHub
pkarashchenko commented on code in PR #9061: URL: https://github.com/apache/nuttx/pull/9061#discussion_r1176784363 ## libs/libm/newlib/include/complex.h: ## @@ -0,0 +1,189 @@ +/ + * libs/libm/newlib/incl

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9024: i.MX RT FlexIO support

2023-04-25 Thread via GitHub
pkarashchenko commented on code in PR #9024: URL: https://github.com/apache/nuttx/pull/9024#discussion_r1176779443 ## arch/arm/src/imxrt/hardware/imxrt_flexio.h: ## @@ -0,0 +1,743 @@ +/ + * arch/arm/src/

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9024: i.MX RT FlexIO support

2023-04-25 Thread via GitHub
pkarashchenko commented on code in PR #9024: URL: https://github.com/apache/nuttx/pull/9024#discussion_r1176778224 ## arch/arm/src/imxrt/imxrt_flexio.h: ## @@ -0,0 +1,367 @@ +/ + * arch/arm/src/imxrt/imx

[GitHub] [nuttx] pkarashchenko commented on issue #8986: Move debug.h from include to include/nuttx

2023-04-25 Thread via GitHub
pkarashchenko commented on issue #8986: URL: https://github.com/apache/nuttx/issues/8986#issuecomment-1522099283 Yes. That should be fine -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [nuttx] cederom commented on issue #9094: Documentation Unification Effort

2023-04-25 Thread via GitHub
cederom commented on issue #9094: URL: https://github.com/apache/nuttx/issues/9094#issuecomment-1522079830 +1 i am here to help :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [nuttx] cederom commented on issue #9095: Publish PDF version of documentation alongside html

2023-04-25 Thread via GitHub
cederom commented on issue #9095: URL: https://github.com/apache/nuttx/issues/9095#issuecomment-1522079529 +1 :-) im here to help :-) -- 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

[GitHub] [nuttx] f4grx commented on issue #1570: Hardcoded Pin mux, pad control and Drive Strength (AKA Slew-rate and Frequency) Settings

2023-04-25 Thread via GitHub
f4grx commented on issue #1570: URL: https://github.com/apache/nuttx/issues/1570#issuecomment-1522060127 I don't have NuttX related tasks on my planning for several weeks. Go on, I am aware of this issue, I'll know there is stuff to validate. -- This is an automated message from the Apach

[GitHub] [nuttx] pkarashchenko commented on pull request #8802: libc/locale: support iconv_open,iconv,iconv_close

2023-04-25 Thread via GitHub
pkarashchenko commented on PR #8802: URL: https://github.com/apache/nuttx/pull/8802#issuecomment-1522058645 Please get CI pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [nuttx] btashton opened a new issue, #9095: Publish PDF version of documentation alongside html

2023-04-25 Thread via GitHub
btashton opened a new issue, #9095: URL: https://github.com/apache/nuttx/issues/9095 Right now we only export the html versions of the docs. There have been asks to also publish the PDF which should be low effort for us to do. -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx] btashton commented on issue #9094: Documentation Unification Effort

2023-04-25 Thread via GitHub
btashton commented on issue #9094: URL: https://github.com/apache/nuttx/issues/9094#issuecomment-1522010010 I will start filling out the meat of this ticket in a few days and then start with the CWIKI pages. I will need help of others to make sure the content I update is clear and still acc

[GitHub] [nuttx] btashton opened a new issue, #9094: Documentation Unification Effort

2023-04-25 Thread via GitHub
btashton opened a new issue, #9094: URL: https://github.com/apache/nuttx/issues/9094 This ticket tracks the effort to unify the documentation in one place. - [ ] Port remaining CWIKI guides and documentation to sphinx ( will add list of pages for tracking ) - [ ] Port remaining Boa

[GitHub] [nuttx] michallenc commented on a diff in pull request #9084: sched: add adjtime() interface

2023-04-25 Thread via GitHub
michallenc commented on code in PR #9084: URL: https://github.com/apache/nuttx/pull/9084#discussion_r117062 ## sched/Kconfig: ## @@ -184,6 +184,57 @@ config SYSTEM_TIME64 and/or if a very long "uptime" is required, then this option can be sel

[GitHub] [nuttx] michallenc commented on a diff in pull request #9084: sched: add adjtime() interface

2023-04-25 Thread via GitHub
michallenc commented on code in PR #9084: URL: https://github.com/apache/nuttx/pull/9084#discussion_r1176664340 ## sched/Kconfig: ## @@ -184,6 +184,57 @@ config SYSTEM_TIME64 and/or if a very long "uptime" is required, then this option can be sel

[GitHub] [nuttx] michallenc commented on a diff in pull request #9084: sched: add adjtime() interface

2023-04-25 Thread via GitHub
michallenc commented on code in PR #9084: URL: https://github.com/apache/nuttx/pull/9084#discussion_r1176663365 ## sched/clock/clock_settime.c: ## @@ -111,6 +111,11 @@ int clock_settime(clockid_t clock_id, FAR const struct timespec *tp) } #endif +#ifdef CONFIG_CLOCK

[GitHub] [nuttx] acassis commented on pull request #9057: dma support 16550 uart

2023-04-25 Thread via GitHub
acassis commented on PR #9057: URL: https://github.com/apache/nuttx/pull/9057#issuecomment-1521843494 @zhang-2019 please fix this conflict -- 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 spec

[nuttx] branch master updated: libc: Cleanup per-thread resource in exit/quick_exit

2023-04-25 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 The following commit(s) were added to refs/heads/master by this push: new 28eca64dd5 libc: Cleanup per-thread resour

[GitHub] [nuttx] pkarashchenko merged pull request #9062: libc: Cleanup per-thread resource in exit/quick_exit

2023-04-25 Thread via GitHub
pkarashchenko merged PR #9062: URL: https://github.com/apache/nuttx/pull/9062 -- 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.

[GitHub] [nuttx] qinwei2004 commented on pull request #8799: arm64: Support for FPU profile with procfs

2023-04-25 Thread via GitHub
qinwei2004 commented on PR #8799: URL: https://github.com/apache/nuttx/pull/8799#issuecomment-1521828190 @masayuki2009 @xiaoxiang781216 Sorry for lately reply I check this issue, for SMP, the CONFIG_ARCH_FPU shouldn't enabled, but with configure, I can see CONFIG_ARCH_FPU=y the

[GitHub] [nuttx] no1wudi commented on pull request #8985: drivers/pipe: make pipe and named pipe (mkfifo) POSIX-compliant (blocking `open`)

2023-04-25 Thread via GitHub
no1wudi commented on PR #8985: URL: https://github.com/apache/nuttx/pull/8985#issuecomment-1521825473 @xiaoxiang781216 @tmedicci I found that with this patch, adb is broken, could you submit a fix ? Thanks -- This is an automated message from the Apache Git Service. To respond to the

[nuttx] branch master updated: fs/inode: when searching for nextname skip "/" and "./"

2023-04-25 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 006afeb21f fs/inode: when searching for nextna

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9093: fs/inode: when searching for nextname skip "/" and "./"

2023-04-25 Thread via GitHub
xiaoxiang781216 merged PR #9093: URL: https://github.com/apache/nuttx/pull/9093 -- 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: stm32_f7/h7_eth: Added error handling for abnormal interrupts.

2023-04-25 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 70e42f5bfe stm32_f7/h7_eth: Added error handlin

[GitHub] [nuttx] jerpelea merged pull request #9088: stm32_f7/h7_eth: Added error handling for abnormal interrupts.

2023-04-25 Thread via GitHub
jerpelea merged PR #9088: URL: https://github.com/apache/nuttx/pull/9088 -- 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.apach

[GitHub] [nuttx] acassis commented on issue #9059: Using the ftpc client

2023-04-25 Thread via GitHub
acassis commented on issue #9059: URL: https://github.com/apache/nuttx/issues/9059#issuecomment-1521749924 @xiaotailang now to know you get it working at least on FLAT mode. I forgot to ask: which microcontroller and board are you using? -- This is an automated message from the Apache Git

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1557: Wolfssl code back

2023-04-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #1557: URL: https://github.com/apache/nuttx-apps/pull/1557#discussion_r1176456775 ## crypto/wolfssl/Kconfig: ## @@ -0,0 +1,108 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the

[GitHub] [nuttx] siryang2006 commented on a diff in pull request #9083: libm/openlibm: add math library openlibm support.

2023-04-25 Thread via GitHub
siryang2006 commented on code in PR #9083: URL: https://github.com/apache/nuttx/pull/9083#discussion_r1176452204 ## libs/libm/openlibm/Make.defs: ## @@ -0,0 +1,116 @@ + + +# libs/libm/openlibm/Make.defs

[nuttx] branch master updated: libm/openlibm: add math library openlibm support.

2023-04-25 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 6d5f8caf53 libm/openlibm: add math library ope

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9083: libm/openlibm: add math library openlibm support.

2023-04-25 Thread via GitHub
xiaoxiang781216 merged PR #9083: URL: https://github.com/apache/nuttx/pull/9083 -- 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 (d48114a4b7 -> 2e04d87e30)

2023-04-25 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/nuttx.git from d48114a4b7 sched/addrenv.c: Implement re-entrancy for addrenv_select() add f2530c53a5 esp32: port support for I

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9077: Ssd1306

2023-04-25 Thread via GitHub
xiaoxiang781216 merged PR #9077: URL: https://github.com/apache/nuttx/pull/9077 -- 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 (20623d7369 -> d48114a4b7)

2023-04-25 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 20623d7369 sem/sem_init: Change sem_xxx -> nxsem_xxx in kernel modules add d48114a4b7 sched/addrenv.c: Implement

[GitHub] [nuttx] jerpelea merged pull request #9090: sched/addrenv.c: Implement re-entrancy for addrenv_select()

2023-04-25 Thread via GitHub
jerpelea merged PR #9090: URL: https://github.com/apache/nuttx/pull/9090 -- 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.apach

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9083: libm/openlibm: add math library openlibm support.

2023-04-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #9083: URL: https://github.com/apache/nuttx/pull/9083#discussion_r1176443014 ## libs/libm/openlibm/0001-fix-build-float_t-error-float_t-has-not-been-declare.patch: ## @@ -0,0 +1,38 @@ +From 147f2e6962c7624920909c3e4a4ef120e6814a66 Mon Sep

[GitHub] [nuttx] SPRESENSE commented on pull request #9045: drivers/video: Support spot position setting

2023-04-25 Thread via GitHub
SPRESENSE commented on PR #9045: URL: https://github.com/apache/nuttx/pull/9045#issuecomment-1521685046 @pkarashchenko @xiaoxiang781216 Thanks for your comments. I updated this PR as suggested. -- This is an automated message from the Apache Git Service. To respond to the message, please

[nuttx-apps] branch master updated: system/critmon: fix warning

2023-04-25 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 08bfc4e9c system/critmon: fix warning 08b

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1724: system/critmon: fix warning

2023-04-25 Thread via GitHub
xiaoxiang781216 merged PR #1724: URL: https://github.com/apache/nuttx-apps/pull/1724 -- 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] branch master updated: sem/sem_init: Change sem_xxx -> nxsem_xxx in kernel modules

2023-04-25 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 20623d7369 sem/sem_init: Change sem_xxx -> nxse

[GitHub] [nuttx] jerpelea merged pull request #9091: sem/sem_init: Change sem_xxx -> nxsem_xxx in kernel modules

2023-04-25 Thread via GitHub
jerpelea merged PR #9091: URL: https://github.com/apache/nuttx/pull/9091 -- 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.apach

[GitHub] [nuttx] hujun260 commented on pull request #9065: arm64: in smp pthread_cancel occasionally deadlock

2023-04-25 Thread via GitHub
hujun260 commented on PR #9065: URL: https://github.com/apache/nuttx/pull/9065#issuecomment-1521571891 > @hujun260 > > I think that 'cpu: ' in the commit log is too generic and would lead to misunderstanding. My recommendation is to use 'arm64: ' instead. > > ``` > commit 60

[nuttx] branch master updated: Update config for nuttx-apps#1558

2023-04-25 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 33d6c1bb72 Update config for nuttx-apps#1558 3

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8967: Update config for nuttx-apps#1558

2023-04-25 Thread via GitHub
xiaoxiang781216 merged PR #8967: URL: https://github.com/apache/nuttx/pull/8967 -- 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-apps] branch master updated: DroneCAN add socketcan support, rename to DroneCAN

2023-04-25 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 fa26bab6b DroneCAN add socketcan support,

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1558: DroneCAN add socketcan support, rename to DroneCAN

2023-04-25 Thread via GitHub
xiaoxiang781216 merged PR #1558: URL: https://github.com/apache/nuttx-apps/pull/1558 -- 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 #1558: DroneCAN add socketcan support, rename to DroneCAN

2023-04-25 Thread via GitHub
xiaoxiang781216 commented on PR #1558: URL: https://github.com/apache/nuttx-apps/pull/1558#issuecomment-1521546181 @PetervdPerk-NXP let me merge both patch and fix the ci possible broken in the next couple hours. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [nuttx-apps] Gary-Hobson opened a new pull request, #1724: system/critmon: fix warning

2023-04-25 Thread via GitHub
Gary-Hobson opened a new pull request, #1724: URL: https://github.com/apache/nuttx-apps/pull/1724 ## Summary fix warning : critmon.c:269:3: warning: 'runtime' may be used uninitialized in this function [-Wmaybe-uninitialized] 269 | printf("%11s %11s %11s %-16s %-5s %s\n",

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #9093: fs/inode: when searching for nextname skip "/" and "./"

2023-04-25 Thread via GitHub
Gary-Hobson opened a new pull request, #9093: URL: https://github.com/apache/nuttx/pull/9093 ## Summary fix the problem that stat fails to use the relative path An error will be reported if used in the following way: stat("//./bin", &st); ## Impact fs ## Testing sim

[GitHub] [nuttx] TimJTi opened a new issue, #9092: Removing app via menuconfig causes build fail

2023-04-25 Thread via GitHub
TimJTi opened a new issue, #9092: URL: https://github.com/apache/nuttx/issues/9092 If you deselect an app using` make menuconfig `the build always fails, even if you do a `make clean` and a `make apps_clean.` The only solution is a `make distclean` which doesn't seem right to me? --

[GitHub] [nuttx] pussuw opened a new pull request, #9091: sem/sem_init: Change sem_xxx -> nxsem_xxx in kernel modules

2023-04-25 Thread via GitHub
pussuw opened a new pull request, #9091: URL: https://github.com/apache/nuttx/pull/9091 ## Summary Use the kernel space api nxsem_xxx when inside the kernel. ## Impact Everywhere else (besides libc) nxsem_ is used, which I think is correct. sem_xx are userspace APIs which modify

[GitHub] [nuttx] pussuw opened a new pull request, #9090: sched/addrenv.c: Implement re-entrancy for addrenv_select()

2023-04-25 Thread via GitHub
pussuw opened a new pull request, #9090: URL: https://github.com/apache/nuttx/pull/9090 ## Summary Store the old environment in a local context so another temporary address environment can be selected. This can happen especially when a process is being loaded (the new process's mappings

[GitHub] [nuttx-apps] btashton commented on pull request #1558: DroneCAN add socketcan support, rename to DroneCAN

2023-04-25 Thread via GitHub
btashton commented on PR #1558: URL: https://github.com/apache/nuttx-apps/pull/1558#issuecomment-1521344079 @PetervdPerk-NXP unfortunately we don't have a clean way to run CI against cross-coupled changes. I had a few ideas in the past, but never had time to try and implement them. For now

[GitHub] [nuttx-apps] PetervdPerk-NXP commented on pull request #1558: DroneCAN add socketcan support, rename to DroneCAN

2023-04-25 Thread via GitHub
PetervdPerk-NXP commented on PR #1558: URL: https://github.com/apache/nuttx-apps/pull/1558#issuecomment-1521337370 Hi I'm a bit lost on what to do get this PR and https://github.com/apache/nuttx/pull/8967 into upstream? Both are approved but we're going around with the circular dependency

[GitHub] [nuttx] xiaotailang commented on issue #9059: Using the ftpc client

2023-04-25 Thread via GitHub
xiaotailang commented on issue #9059: URL: https://github.com/apache/nuttx/issues/9059#issuecomment-1521311465 Hi@btashton Thank you for your suggestion. I will try to use POSIX timers。 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

  1   2   >