Re: [PR] poll: pollsetup should notify only one fd passed by caller [nuttx]

2023-11-19 Thread via GitHub
jerpelea commented on PR #11221: URL: https://github.com/apache/nuttx/pull/11221#issuecomment-1818394357 @SPRESENSE -- 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 unsu

[PR] arch/sim: sim support 16bbp [nuttx]

2023-11-19 Thread via GitHub
qinshijing opened a new pull request, #11225: URL: https://github.com/apache/nuttx/pull/11225 ## Summary Convert depth 32 to depth 16 in sim_x11framebuffer ## Impact Display of sim ## Testing ./tools/configure.sh -l sim:lvgl_fb Color depth select 16: RGB565 CONFIG_SIM_FBB

[PR] wait when the vsync queue is full in FBIO_WAITFORVSYNC [nuttx]

2023-11-19 Thread via GitHub
jianglianfang opened a new pull request, #11224: URL: https://github.com/apache/nuttx/pull/11224 ## Summary In FBIO_WAITFORVSYNC mode, if vsync queue is full it should wait until fb_sem_post. ## Impact fb FBIO_WAITFORVSYNC ## Testing CONFIG_FB_SYNC=y run l

[PR] wamr: Add support for custom section loading [nuttx-apps]

2023-11-19 Thread via GitHub
no1wudi opened a new pull request, #2206: URL: https://github.com/apache/nuttx-apps/pull/2206 ## Summary See also: https://github.com/bytecodealliance/wasm-micro-runtime/pull/2795 ## Impact New option ## Testing Vela -- This is an automated message from the Apache Git Se

Re: [PR] Add loading of ET_DYN shared object test to sotest [nuttx-apps]

2023-11-19 Thread via GitHub
nealef commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1818220709 Also, as far as I can tell the following archs can support sotest (i.e. it's a selectable Kconfig option): 1. ./boards/xtensa/esp32/esp32-devkitc/configs/sotest/defconfig 2. ./boar

Re: [PR] Add loading of ET_DYN shared object test to sotest [nuttx-apps]

2023-11-19 Thread via GitHub
nealef commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1818199346 I missed updating dynload's Makefile with `SHMODULEFLAGS`. I rebased but am now crapping out with: ``` sched/sched_cpuload.c:109:25: error: use of undeclared identifier 'CONFIG_SC

Re: [PR] Add loading of ET_DYN shared object test to sotest [nuttx-apps]

2023-11-19 Thread via GitHub
Donny9 commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1818194443 @nealef i try new patch, but sotest is failed, and the env is boards/arm64/qemu/qemu-armv8a/configs/nsh, and i found this dyload is a Executable file not than share object. -- This

Re: [PR] tcbinfo:remove total_num form tcbinfo. [nuttx]

2023-11-19 Thread via GitHub
anjiahao1 commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-1818115184 > @anjiahao1 > > As long as I built this PR on M1 MBP, > > ``` > CC: sim/sim_tcbinfo.c > cc -c -g -fomit-frame-pointer -fno-common -fvisibility=hidden -ffunction-sec

Re: [PR] tcbinfo:remove total_num form tcbinfo. [nuttx]

2023-11-19 Thread via GitHub
anjiahao1 commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-1818114811 > g_reg_offs This should be because mac arm does not implement g_reg_offs. I will fix it later. -- This is an automated message from the Apache Git Service. To respond to the m

Re: [PR] tcbinfo:remove total_num form tcbinfo. [nuttx]

2023-11-19 Thread via GitHub
masayuki2009 commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-1818108978 @anjiahao1 As long as I built this PR on M1 MBP, ``` CC: sim/sim_tcbinfo.c cc -c -g -fomit-frame-pointer -fno-common -fvisibility=hidden -ffunction-sections -f

Re: [PR] tcbinfo:remove total_num form tcbinfo. [nuttx]

2023-11-19 Thread via GitHub
anjiahao1 commented on PR #11207: URL: https://github.com/apache/nuttx/pull/11207#issuecomment-1818108503 > I noticed that you also removed FPU regs and some other regs from TCB, could you please inclusive more info about it in the commit message? In most cases, gdb does not need fpu

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 673cb18a7a25d151ae8021f66880a38998801218

2023-11-19 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 2f676992 Publishing web: 36ddd7c6

[I] gdb nsh:tcpblaster cannot access network [nuttx]

2023-11-19 Thread via GitHub
maxmbed opened a new issue, #11223: URL: https://github.com/apache/nuttx/issues/11223 When running Nuttx `sim:tcpblaster` in GDB , I am encountering a problem to access the network. I cannot seem to access or to ping either the gateway or dns 8.8.8.8. I tried to set kernel capabil

Re: [I] Simulator on M1/M2 MacOS seems not working [nuttx]

2023-11-19 Thread via GitHub
duduita commented on issue #11087: URL: https://github.com/apache/nuttx/issues/11087#issuecomment-1817955336 I'm currently vacationing, but I'll try it as soon as I can. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] tcbinfo:remove total_num form tcbinfo. [nuttx]

2023-11-19 Thread via GitHub
pkarashchenko commented on code in PR #11207: URL: https://github.com/apache/nuttx/pull/11207#discussion_r1398480090 ## arch/arm/src/armv6-m/arm_tcbinfo.c: ## @@ -51,13 +51,14 @@ static const uint16_t g_reg_offs[] = TCB_REG_OFF(REG_R14), TCB_REG_OFF(REG_R15), TCB_REG_OF

(nuttx) branch master updated: drivers/mmcsd: mmcsd_sdinitialize should save csd register into priv->csd

2023-11-19 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 673cb18a7a drivers/mmcsd: mmcsd_sdinitiali

Re: [PR] drivers/mmcsd: mmcsd_sdinitialize should save csd register into priv->csd [nuttx]

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

Re: [PR] arch/sim: Remove the wrong comment from up_allocate_heap [nuttx]

2023-11-19 Thread via GitHub
pkarashchenko merged PR #11219: URL: https://github.com/apache/nuttx/pull/11219 -- 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 (ab2a4838d7 -> 20783635d4)

2023-11-19 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 ab2a4838d7 board/sim: Enable the tick lock in smp config add 20783635d4 arch/sim: Remove the wrong comment

(nuttx) 01/03: Fix syslog/ramlog.c:698:7: warning: implicit declaration of function ‘spin_lock_init’

2023-11-19 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 f35ec7727d24753394eb38d36adddedcb8813b0e Author: Xiang Xiao AuthorDate: Sat Nov 18 20:10:27 2023 +0800 Fix sy

(nuttx) 02/03: spinlock: Move the inclusion of stdatomic.h to source file

2023-11-19 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 b2f75c2f3dc6b307d15f7bf715a1bbca48f9e1b2 Author: Xiang Xiao AuthorDate: Sat Nov 18 20:13:27 2023 +0800 spinlo

(nuttx) 03/03: board/sim: Enable the tick lock in smp config

2023-11-19 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 ab2a4838d747500dabf09fbe1f1cd7ba7b83f789 Author: Xiang Xiao AuthorDate: Sun Nov 19 15:15:09 2023 +0800 board/

(nuttx) branch master updated (a3e3e0b1ec -> ab2a4838d7)

2023-11-19 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 a3e3e0b1ec stm32f401rc-rs485: Add buttons support new f35ec7727d Fix syslog/ramlog.c:698:7: warning: implic

Re: [PR] spinlock: Move the inclusion of stdatomic.h to source file [nuttx]

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

[PR] RTC driver improvement [nuttx]

2023-11-19 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11222: URL: https://github.com/apache/nuttx/pull/11222 ## Summary - drivers/rtc: Return -ENOTTY if lower half doesn't implement the corresponding callback - drivers/rtc: Skip clock_synchronize if settime return positive value - drivers

Re: [PR] poll: pollsetup should notify only one fd passd by caller [nuttx]

2023-11-19 Thread via GitHub
acassis commented on PR #11221: URL: https://github.com/apache/nuttx/pull/11221#issuecomment-1817876625 @jerpelea @masayuki2009 please confirm this modification didn't break the Spresense Board's GNSS -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] poll: pollsetup should notify only one fd passd by caller [nuttx]

2023-11-19 Thread via GitHub
xiaoxiang781216 opened a new pull request, #11221: URL: https://github.com/apache/nuttx/pull/11221 ## Summary since it's redundant to iterate the whole fds array in setup ## Impact code refactor ## Testing ci -- This is an automated message from the Apach