[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528508261 ## File path: drivers/sensors/sensor.c ## @@ -651,22 +682,22 @@ int sensor_register(FAR struct sensor_lowerhalf_s *lower, int devno)

[incubator-nuttx] branch master updated: usb: Do not try to print verbose trace when disabled

2020-11-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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 3ebcd04 usb: Do not try to print ve

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2383: USB: Do not try to print NULL format strings for verbose trace messages when disabled

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2383: URL: https://github.com/apache/incubator-nuttx/pull/2383 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] [incubator-nuttx] btashton opened a new pull request #2383: USB: Do not try to print NULL format strings for verbose trace messages when disabled

2020-11-22 Thread GitBox
btashton opened a new pull request #2383: URL: https://github.com/apache/incubator-nuttx/pull/2383 ## Summary Right now if usb tracing is enabled but verbose is disabled a debug assert will be triggered when ever a verbose trace point is hit because the return format pointer would be NU

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2351: xtensa/esp32: Fix issues of force-sleep

2020-11-22 Thread GitBox
cwespressif commented on a change in pull request #2351: URL: https://github.com/apache/incubator-nuttx/pull/2351#discussion_r528458218 ## File path: arch/xtensa/src/esp32/esp32_pm.c ## @@ -577,11 +577,11 @@ static int IRAM_ATTR esp32_sleep_start(uint32_t pd_flags) esp32

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-22 Thread GitBox
xiaoxiang781216 closed issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-22 Thread GitBox
xiaoxiang781216 commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-731908633 It seems that the question has been addressed. Let's close it now. This is an automated message from

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2382: [BACKPORT #2380] tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2382: URL: https://github.com/apache/incubator-nuttx/pull/2382 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch releases/10.0 updated: tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/releases/10.0 by this push: new 2f7092b tools: Fix nu

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2375: Update licenses to Apache 2.0

2020-11-22 Thread GitBox
xiaoxiang781216 commented on pull request #2375: URL: https://github.com/apache/incubator-nuttx/pull/2375#issuecomment-731903225 @Palmitoxico could you fix the follow nxstyle warning: ``` Warning: /home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/include/nuttx/rf/ioctl.h:23:1:

[incubator-nuttx] branch master updated (ce228e5 -> 0a2873a)

2020-11-22 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from ce228e5 drivers/mtd/smart.c: Fix syslog formats add 0a2873a spi/qspi.h: Fix data type of buflen N

[incubator-nuttx] branch master updated (f13ee28 -> ce228e5)

2020-11-22 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from f13ee28 include/nuttx/clock.h: Fix wrong comment add e4c2494 sched/pthread/pthread_setaffinity.c:

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2381: spi/qspi.h: Fix data type of buflen

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2381: URL: https://github.com/apache/incubator-nuttx/pull/2381 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] [incubator-nuttx] xiaoxiang781216 merged pull request #2379: Syslog format and nxstyle fixes

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2379: URL: https://github.com/apache/incubator-nuttx/pull/2379 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] [incubator-nuttx] xiaoxiang781216 merged pull request #2378: include/nuttx/clock.h: Fix wrong comment

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2378: URL: https://github.com/apache/incubator-nuttx/pull/2378 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: include/nuttx/clock.h: Fix wrong comment

2020-11-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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new f13ee28 include/nuttx/clock.h: Fix

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2376: sched/signal/sig_timedwait.c: Fix typo in comment

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2376: URL: https://github.com/apache/incubator-nuttx/pull/2376 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: sched/signal/sig_timedwait.c: Fix typo in comment

2020-11-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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 8e8ead3 sched/signal/sig_timedwait.

[GitHub] [incubator-nuttx] btashton opened a new pull request #2382: [BACKPORT #2380] tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 Thread GitBox
btashton opened a new pull request #2382: URL: https://github.com/apache/incubator-nuttx/pull/2382 ## Summary Backport #2380 tools: Fix nuttx-gdbinit for armv7-m with FPU ## Testing Tested on STM32H7 with FPU

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #2381: spi/qspi.h: Fix data type of buflen

2020-11-22 Thread GitBox
no1wudi opened a new pull request #2381: URL: https://github.com/apache/incubator-nuttx/pull/2381 ## Summary - This patch change the data type of buflen in qspi_meminfo_s - from uint16_t to uint32_t to allow data size greater than 64KB. ## Impact - QSPI & some flash like s25f

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: 3c11825cda5f99801abdec477820b18df104d795

2020-11-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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 5daacc6 Publishing web

[incubator-nuttx] branch master updated: tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 3c11825 tools: Fix nuttx-gdbinit for

[GitHub] [incubator-nuttx] btashton closed issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
btashton closed issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366 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] [incubator-nuttx] btashton merged pull request #2380: tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 Thread GitBox
btashton merged pull request #2380: URL: https://github.com/apache/incubator-nuttx/pull/2380 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2380: tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 Thread GitBox
masayuki2009 commented on pull request #2380: URL: https://github.com/apache/incubator-nuttx/pull/2380#issuecomment-731870644 > Thanks! I just tested this on the stm32h7 with FP and it worked. @btashton Thanks for testing!

[GitHub] [incubator-nuttx] btashton commented on pull request #2380: tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 Thread GitBox
btashton commented on pull request #2380: URL: https://github.com/apache/incubator-nuttx/pull/2380#issuecomment-731870463 Thanks! I just tested this on the stm32h7 with FP and it worked. ``` (gdb) info_nxthreads target examined _target_arch.name=armv7e-m $_target_has_fpu : 1

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2380: tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 Thread GitBox
masayuki2009 commented on pull request #2380: URL: https://github.com/apache/incubator-nuttx/pull/2380#issuecomment-731868342 @btashton Please try this PR. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2380: tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 Thread GitBox
masayuki2009 commented on pull request #2380: URL: https://github.com/apache/incubator-nuttx/pull/2380#issuecomment-731868275 See https://github.com/apache/incubator-nuttx/issues/2366 This is an automated message from the

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2380: tools: Fix nuttx-gdbinit for armv7-m with FPU

2020-11-22 Thread GitBox
masayuki2009 opened a new pull request #2380: URL: https://github.com/apache/incubator-nuttx/pull/2380 ## Summary - Brennan reported the script does not work with nucleo-h743zi:otg_fs_host - Actually, the config uses FPU but the script did not detect it - The script assumed that

[GitHub] [incubator-nuttx] yamt opened a new pull request #2379: Syslog format and nxstyle fixes

2020-11-22 Thread GitBox
yamt opened a new pull request #2379: URL: https://github.com/apache/incubator-nuttx/pull/2379 ## Summary Extracted from https://github.com/apache/incubator-nuttx/pull/2347 ## Impact ## Testing This is an

[GitHub] [incubator-nuttx] v01d commented on pull request #2362: Documentation improvements

2020-11-22 Thread GitBox
v01d commented on pull request #2362: URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-731860422 Not under normal circumstances. I would say that if something breaks when reconfiguring and not cleaning it should be a bug since a configuration change will trigger a depe

[GitHub] [incubator-nuttx] diegoherranz commented on pull request #2362: Documentation improvements

2020-11-22 Thread GitBox
diegoherranz commented on pull request #2362: URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-731859299 Is it, then, no longer required to `make clean` after modifying the config? Thanks! This is an a

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2378: include/nuttx/clock.h: Fix wrong comment

2020-11-22 Thread GitBox
hartmannathan opened a new pull request #2378: URL: https://github.com/apache/incubator-nuttx/pull/2378 ## Summary Fix a misleading comment: In include/nuttx/clock.h, the docstring for USEC_PER_TICK mistakenly said that the default value of USEC_PER_TICK, 1, corresponded to 100

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
masayuki2009 commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731854500 >There are 22 different definitions of this {}_fpuconfig symbol so I am not quite sure what the change should be here. @btashton I came up with a new idea to

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2377: [DRAFT] STM32: Add TIM register mappings for STM32G47xxx family

2020-11-22 Thread GitBox
hartmannathan opened a new pull request #2377: URL: https://github.com/apache/incubator-nuttx/pull/2377 ## Summary This is a DRAFT (work in progress) PR. The STM32G47xxx family's TIM blocks have quite a few features and variations. Rather than increase the ifdef rash in the a

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2376: sched/signal/sig_timedwait.c: Fix typo in comment

2020-11-22 Thread GitBox
hartmannathan opened a new pull request #2376: URL: https://github.com/apache/incubator-nuttx/pull/2376 ## Summary sched/signal/sig_timedwait.c: - nxsig_timedwait(): Fix typo in comment: "is store din" -> "is stored in" include/nuttx/signal.h: - Fix same typo in e

[GitHub] [incubator-nuttx] btashton edited a comment on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
btashton edited a comment on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731850217 @masayuki2009 I had to make an additional change to use `lookup_symbol` instead of `lookup_global_symbol` which returns a tuple with the first value as the symbol (o

[GitHub] [incubator-nuttx] btashton commented on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
btashton commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731850217 @masayuki2009 I had to make an additional change to use `lookup_symbol` instead of `lookup_global_symbol` which returns a tuple with the first value as the symbol (or None)

[GitHub] [incubator-nuttx] Palmitoxico opened a new pull request #2375: Update licenses to Apache 2.0

2020-11-22 Thread GitBox
Palmitoxico opened a new pull request #2375: URL: https://github.com/apache/incubator-nuttx/pull/2375 Update the license of all files that I own do the Apache License 2.0. I also give permission to change the license of `drivers/analog/dac7554.c` and `drivers/rf/Make.defs` to the Apa

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-22 Thread GitBox
btashton edited a comment on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731836396 @davids5 Since ST did not do the work, I made this crude comparison chart for the pin mapping on the breakout There are a few differences which is frustrating

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-22 Thread GitBox
btashton edited a comment on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731836396 @davids5 Since ST did not do the work, I made this crude comparison chart for the pin mapping on the breakout There are a few differences which is frustrating

[GitHub] [incubator-nuttx] btashton commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-22 Thread GitBox
btashton commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731836396 @davids5 Since ST did not do the work, I made this crude comparison chart for the pin mapping on the breakout There are a few differences which is frustrating since a

[GitHub] [incubator-nuttx] acassis edited a comment on pull request #2371: Enable irtest tool

2020-11-22 Thread GitBox
acassis edited a comment on pull request #2371: URL: https://github.com/apache/incubator-nuttx/pull/2371#issuecomment-731737523 macOS crashed, I just asked to re-run the CI, but still failing on it. This is an automated messa

[GitHub] [incubator-nuttx] acassis edited a comment on pull request #2371: Enable irtest tool

2020-11-22 Thread GitBox
acassis edited a comment on pull request #2371: URL: https://github.com/apache/incubator-nuttx/pull/2371#issuecomment-731737523 macOS crashed, I just asked to re-run the CI. "macOS is a life delay" (TM) This is an automated m

[incubator-nuttx] branch master updated: stm32/stm32_capture.c: Fix nxstyle errors

2020-11-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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new af0dcd4 stm32/stm32_capture.c: Fix

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2374: stm32/stm32_capture.c: Fix nxstyle errors

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2374: URL: https://github.com/apache/incubator-nuttx/pull/2374 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] [incubator-nuttx] acassis commented on a change in pull request #2351: xtensa/esp32: Fix issues of force-sleep

2020-11-22 Thread GitBox
acassis commented on a change in pull request #2351: URL: https://github.com/apache/incubator-nuttx/pull/2351#discussion_r527700301 ## File path: arch/xtensa/src/esp32/esp32_pm.c ## @@ -577,11 +577,11 @@ static int IRAM_ATTR esp32_sleep_start(uint32_t pd_flags) esp32_tim

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2374: stm32/stm32_capture.c: Fix nxstyle errors

2020-11-22 Thread GitBox
hartmannathan opened a new pull request #2374: URL: https://github.com/apache/incubator-nuttx/pull/2374 ## Summary arch/arm/src/stm32/stm32_capture.c: * Fix nxstyle errors. ## Impact Removes nxstyle errors. ## Testing nxstyle --

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
v01d commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528357663 ## File path: drivers/sensors/sensor.c ## @@ -651,22 +682,22 @@ int sensor_register(FAR struct sensor_lowerhalf_s *lower, int devno) { i

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528356173 ## File path: drivers/sensors/sensor.c ## @@ -651,22 +682,22 @@ int sensor_register(FAR struct sensor_lowerhalf_s *lower, int devno)

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528356173 ## File path: drivers/sensors/sensor.c ## @@ -651,22 +682,22 @@ int sensor_register(FAR struct sensor_lowerhalf_s *lower, int devno)

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-22 Thread GitBox
btashton edited a comment on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731770326 @davids5 I agree but in this case this is more of an exception. The changes in terms of user impact is very minor and the USB seems to be the biggest issue where

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-22 Thread GitBox
btashton edited a comment on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731770326 @davids5 I agree but in this case this is more of an exception. The changes in terms of user impact is very minor and the USB seems to be the biggest issue where

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528356173 ## File path: drivers/sensors/sensor.c ## @@ -651,22 +682,22 @@ int sensor_register(FAR struct sensor_lowerhalf_s *lower, int devno)

[GitHub] [incubator-nuttx] btashton commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-22 Thread GitBox
btashton commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731770326 @davids5 I agree but in this case this is more of an exception. The changes in terms of user impact is very minor and the USB seems to be the biggest issue where it's r

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528356173 ## File path: drivers/sensors/sensor.c ## @@ -651,22 +682,22 @@ int sensor_register(FAR struct sensor_lowerhalf_s *lower, int devno)

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
v01d commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528354573 ## File path: drivers/sensors/sensor.c ## @@ -98,6 +99,7 @@ static int sensor_poll(FAR struct file *filep, FAR struct pollfd *fds, static con

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528354442 ## File path: drivers/sensors/sensor.c ## @@ -98,6 +99,7 @@ static int sensor_poll(FAR struct file *filep, FAR struct pollfd *fds,

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2355: esp32_himem: Fix issue that was preventing to map all free memory

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2355: URL: https://github.com/apache/incubator-nuttx/pull/2355 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated (35449e4 -> 31c1472)

2020-11-22 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 35449e4 risc-v: Don't use non existent "saved_status" new 3352d38 esp32_himem: Fix issue that was

[incubator-nuttx] 01/02: esp32_himem: Fix issue that was preventing to map all free memory

2020-11-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/incubator-nuttx.git commit 3352d3863cc208101983002561e1f90035bebcdf Author: Alan C. Assis AuthorDate: Fri Nov 20 20:06:02 2020 -0300

[incubator-nuttx] 02/02: Replace all assert() with DEBUGASSERT()

2020-11-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/incubator-nuttx.git commit 31c14726d5f1a87a7e3867903b6763096d15ee27 Author: Alan C. Assis AuthorDate: Sun Nov 22 10:14:36 2020 -0300

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
v01d commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528347287 ## File path: drivers/sensors/sensor.c ## @@ -651,22 +682,22 @@ int sensor_register(FAR struct sensor_lowerhalf_s *lower, int devno) { i

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2369: driver/sensors: support custom types of sensor.

2020-11-22 Thread GitBox
v01d commented on a change in pull request #2369: URL: https://github.com/apache/incubator-nuttx/pull/2369#discussion_r528347049 ## File path: drivers/sensors/sensor.c ## @@ -98,6 +99,7 @@ static int sensor_poll(FAR struct file *filep, FAR struct pollfd *fds, static con

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2373: risc-v: Don't use non existent "saved_status"

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2373: URL: https://github.com/apache/incubator-nuttx/pull/2373 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: risc-v: Don't use non existent "saved_status"

2020-11-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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 35449e4 risc-v: Don't use non exist

[incubator-nuttx] branch master updated: risc-v 64-bit: Fix SCN/PRI.PTR definitions

2020-11-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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 9ceb61d risc-v 64-bit: Fix SCN/PRI.

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2372: risc-v 64-bit: Fix SCN/PRI.PTR definitions

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2372: URL: https://github.com/apache/incubator-nuttx/pull/2372 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] [incubator-nuttx] acassis commented on a change in pull request #2355: esp32_himem: Fix issue that was preventing to map all free memory

2020-11-22 Thread GitBox
acassis commented on a change in pull request #2355: URL: https://github.com/apache/incubator-nuttx/pull/2355#discussion_r528334501 ## File path: arch/xtensa/src/esp32/esp32_himem.c ## @@ -320,7 +320,7 @@ static bool allocate_blocks(int count, uint16_t *blocks_out) for (

[incubator-nuttx] branch master updated: Parallelize depend file generation

2020-11-22 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new d5b6ec4 Parallelize depend file gener

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #2355: esp32_himem: Fix issue that was preventing to map all free memory

2020-11-22 Thread GitBox
acassis commented on a change in pull request #2355: URL: https://github.com/apache/incubator-nuttx/pull/2355#discussion_r528325166 ## File path: arch/xtensa/src/esp32/esp32_himem.c ## @@ -320,7 +320,7 @@ static bool allocate_blocks(int count, uint16_t *blocks_out) for (

[GitHub] [incubator-nuttx] davids5 commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-22 Thread GitBox
davids5 commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731733825 @btashton To avoid any ambiguity, when adding boards/chips I strive to exact match words (exact spelling) in the data sheet or user manual. I do this so that the NuttX c

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
masayuki2009 edited a comment on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731731581 @btashton Perhaps, I found the root cause. Actually, ```nucleo-.h743zi:otg_fs_host``` uses FPU but it was not detected by the nuttx-gdbinit script.

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
masayuki2009 commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731731581 @btashton Perhaps, I found the root cause. Actually, ```nucleo-.h743zi:otg_fs_host``` uses FPU but it was not detected by the nuttx-gdbinit script. Current

[GitHub] [incubator-nuttx] yamt opened a new pull request #2373: risc-v: Don't use non existent "saved_status"

2020-11-22 Thread GitBox
yamt opened a new pull request #2373: URL: https://github.com/apache/incubator-nuttx/pull/2373 ## Summary It seems like a copy-and-paste leftover from mips. Replace them with saved_int_ctx. (Shouldn't these files inherit the copyright notice from mips?) extracted from https:/

[GitHub] [incubator-nuttx] yamt opened a new pull request #2372: risc-v 64-bit: Fix SCN/PRI.PTR definitions

2020-11-22 Thread GitBox
yamt opened a new pull request #2372: URL: https://github.com/apache/incubator-nuttx/pull/2372 ## Summary risc-v 64-bit: Fix SCN/PRI.PTR definitions extracted from https://github.com/apache/incubator-nuttx/pull/2347 ## Impact ## Testing compile-tested ---

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #2371: Enable irtest tool

2020-11-22 Thread GitBox
Donny9 opened a new pull request #2371: URL: https://github.com/apache/incubator-nuttx/pull/2371 ## Summary Enable irtest tool ## Impact ## Testing Daily test This is an automated message from the Apache G

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2365: board: Add network configuration to nucleo-h743zi

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2365: URL: https://github.com/apache/incubator-nuttx/pull/2365 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: board: Add network configuration to nucleo-h743zi

2020-11-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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 2df6547 board: Add network configur

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2367: Intel64 PRI/SCN.PTR fix

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2367: URL: https://github.com/apache/incubator-nuttx/pull/2367 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated (670254d -> 5100143)

2020-11-22 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 670254d driver/rc: fix bug about lirc_read new c3ff79a Remove unused _intptr_t and _uintptr_t

[incubator-nuttx] 02/02: arch/x86_64/include/intel64/inttypes.h: Fix xxxPTR definitions

2020-11-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/incubator-nuttx.git commit 510014363ec28a230422b95ee409c84e6ec60a64 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 15:42:45 2020 +0900

[incubator-nuttx] 01/02: Remove unused _intptr_t and _uintptr_t

2020-11-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/incubator-nuttx.git commit c3ff79a87ccf604778c01eee228087c9f06ce96b Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 15:40:35 2020 +0900

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2368: [BACKPORT #2339] Revert "fs/nxffs: Fix scan good block slowly and scan an invalid block"

2020-11-22 Thread GitBox
xiaoxiang781216 merged pull request #2368: URL: https://github.com/apache/incubator-nuttx/pull/2368 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch releases/10.0 updated: Revert "fs/nxffs: Fix scan good block slowly and scan an invalid block"

2020-11-22 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/releases/10.0 by this push: new 837f2b7 Revert "fs/nx

[incubator-nuttx] branch master updated: driver/rc: fix bug about lirc_read

2020-11-22 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 670254d driver/rc: fix bug about lir

[GitHub] [incubator-nuttx] btashton merged pull request #2370: driver/rc: fix bug about lirc_read

2020-11-22 Thread GitBox
btashton merged pull request #2370: URL: https://github.com/apache/incubator-nuttx/pull/2370 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-nuttx] btashton commented on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
btashton commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731721097 I am using `nucleo-h743zi:otg_fs_host` which was just merged in, the only change I made is setting the thread name limit to 31 instead of 0. When I used `stm32f429i-disco:

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
masayuki2009 commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731719828 >Still looks like it is not grabbing the stackframes correctly: @btashton Which board and configuration are you using now? --

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
masayuki2009 edited a comment on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731718113 > Still looks like it is not grabbing the stackframes correctly: Hmm, it's strange... ``` $ arm-none-eabi-gdb-py --version GNU gdb (GNU Arm Embedde

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
masayuki2009 commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731718113 > Still looks like it is not grabbing the stackframes correctly: Hmm, it's strange... ``` $ arm-none-eabi-gdb --version GNU gdb (GNU Arm Embedded Toolchai

[GitHub] [incubator-nuttx] btashton commented on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
btashton commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731717548 Still looks like it is not grabbing the stackframes correctly: ```c (gdb) c Continuing. ^C Program received signal SIGINT, Interrupt. stm32_phyread (phydeva

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
masayuki2009 edited a comment on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731716675 > @masayuki2009 any idea what is going on here? The `Missing argument 0 in user function.` does not look good. Year, this should be avoided, because ```nxt

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-22 Thread GitBox
masayuki2009 commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731716675 > @masayuki2009 any idea what is going on here? The `Missing argument 0 in user function.` does not look good. What happens if you call ```info_nxthread``` before

[GitHub] [incubator-nuttx] btashton removed a comment on pull request #2365: board: Add network configuration to nucleo-h743zi

2020-11-22 Thread GitBox
btashton removed a comment on pull request #2365: URL: https://github.com/apache/incubator-nuttx/pull/2365#issuecomment-731701756 I'll rebase this after the USB one is finished to address the compiler warning issue. This is

[GitHub] [incubator-nuttx] btashton merged pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-22 Thread GitBox
btashton merged pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353 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

[incubator-nuttx] 01/04: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-22 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/incubator-nuttx.git commit c9e40ede2d15033b3579aacf3a00d874a2ae92e5 Author: KernelGuruMeditation AuthorDate: Fri Nov 20 19:33:35 2020 +0

[incubator-nuttx] 03/04: Add proper default config file

2020-11-22 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/incubator-nuttx.git commit dcb3fd11ead0d2d6509c1221de630ab7a76efb4e Author: KernelGuruMeditation AuthorDate: Fri Nov 20 19:57:02 2020 +0

[incubator-nuttx] 04/04: board: nucleo-h743zi USB Host fixups

2020-11-22 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/incubator-nuttx.git commit 87d8e5dda20990c8aad24fe80364a2602ce81cf8 Author: Brennan Ashton AuthorDate: Sat Nov 21 13:16:59 2020 -0800

[incubator-nuttx] 02/04: Fix code style

2020-11-22 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/incubator-nuttx.git commit 1a53a2f882a84e0955a046c76ef34c13a8ec072c Author: KernelGuruMeditation AuthorDate: Fri Nov 20 19:45:23 2020 +0

  1   2   >