[GitHub] [incubator-nuttx] jerpelea commented on pull request #3236: arch: arm: z16: Author Gregory Nutt: update licenses to Apache

2021-03-29 Thread GitBox
jerpelea commented on pull request #3236: URL: https://github.com/apache/incubator-nuttx/pull/3236#issuecomment-809952508 @xiaoxiang781216 comments? -- 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] xiaoxiang781216 commented on pull request #3239: board/arm/lpc17xx_40xx/mbed: Add userleds driver support

2021-03-29 Thread GitBox
xiaoxiang781216 commented on pull request #3239: URL: https://github.com/apache/incubator-nuttx/pull/3239#issuecomment-809948114 @walbon could you fix the following warning: ``` nuttx/boards/arm/lpc17xx_40xx/mbed/src/lpc17_40_appinit.c:37:1: error: Too many blank lines nuttx/boards

[incubator-nuttx] branch master updated (eced277 -> 77c5995)

2021-03-29 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 eced277 boards/nucleo-f446re: register button add a27d5b1 xtensa/esp32: Remove useless pointer che

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3233: ESP32: Bugfixes and Improvements for SPI DMA Exchange function

2021-03-29 Thread GitBox
xiaoxiang781216 merged pull request #3233: URL: https://github.com/apache/incubator-nuttx/pull/3233 -- 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. For queries about this

[GitHub] [incubator-nuttx] jerpelea commented on pull request #3235: arch: arm: stmxxx: Author Gregory Nutt: update licenses to Apache

2021-03-29 Thread GitBox
jerpelea commented on pull request #3235: URL: https://github.com/apache/incubator-nuttx/pull/3235#issuecomment-809945801 @xiaoxiang781216 please ignore warning: #include outside of 'Included Files' section -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3229: boards/nucleo-f446re: register button and fix typo in Kconfig

2021-03-29 Thread GitBox
xiaoxiang781216 merged pull request #3229: URL: https://github.com/apache/incubator-nuttx/pull/3229 -- 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. For queries about this

[incubator-nuttx] branch master updated (29cdf66 -> eced277)

2021-03-29 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 29cdf66 mm/mm_heap: fix compile failed when open DEBUG_MM add ae28e57 boards/Kconfig: fix typo

[incubator-nuttx] branch master updated (4306910 -> 29cdf66)

2021-03-29 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 4306910 stm32/hardware/stm32_tim.h: fix comments add 29cdf66 mm/mm_heap: fix compile failed when o

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3228: mm/mm_heap: fix compile failed when open DEBUG_MM

2021-03-29 Thread GitBox
xiaoxiang781216 merged pull request #3228: URL: https://github.com/apache/incubator-nuttx/pull/3228 -- 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. For queries about this

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3227: stm32: cosmetics changes for Kconfig and hardware/stm32_tim.h

2021-03-29 Thread GitBox
xiaoxiang781216 merged pull request #3227: URL: https://github.com/apache/incubator-nuttx/pull/3227 -- 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. For queries about this

[incubator-nuttx] branch master updated (1c29a2e -> 4306910)

2021-03-29 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 1c29a2e net/tcp/tcp_send_buffered.c: Fix non-blocking I/O add 466ceb9 stm32/Kconfig: cosmetics for

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3221: net/tcp/tcp_send_buffered.c: Fix non-blocking I/O

2021-03-29 Thread GitBox
xiaoxiang781216 merged pull request #3221: URL: https://github.com/apache/incubator-nuttx/pull/3221 -- 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. For queries about this

[incubator-nuttx] branch master updated (f9997bd -> 1c29a2e)

2021-03-29 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 f9997bd risc-v/bl602: fix _heap_start not word align add ef9adcf tcp_send_buffered.c: Remove dead

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3221: net/tcp/tcp_send_buffered.c: Fix non-blocking I/O

2021-03-29 Thread GitBox
xiaoxiang781216 commented on pull request #3221: URL: https://github.com/apache/incubator-nuttx/pull/3221#issuecomment-809941320 Let's merge this trivial patch directly since the break is a known issue and was fixed by #3220. -- This is an automated message from the Apache Git Service. T

[incubator-nuttx] branch master updated (c82c7b6 -> f9997bd)

2021-03-29 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 c82c7b6 sys/stat.h: Add S_IREAD, S_IWRITE and S_IEXEC macro add f9997bd risc-v/bl602: fix _heap_st

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3219: risc-v/bl602: fix _heap_start not word aligned

2021-03-29 Thread GitBox
xiaoxiang781216 commented on pull request #3219: URL: https://github.com/apache/incubator-nuttx/pull/3219#issuecomment-809940358 Let's merge this trivial patch directly since the break is a known issue and was fixed by https://github.com/apache/incubator-nuttx/pull/3220. -- This is an au

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3219: risc-v/bl602: fix _heap_start not word aligned

2021-03-29 Thread GitBox
xiaoxiang781216 merged pull request #3219: URL: https://github.com/apache/incubator-nuttx/pull/3219 -- 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. For queries about this

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #637: testing/fstest: Add hash checking of file's name to avoid creating same-name file

2021-03-29 Thread GitBox
xiaoxiang781216 merged pull request #637: URL: https://github.com/apache/incubator-nuttx-apps/pull/637 -- 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. For queries about t

[incubator-nuttx-apps] branch master updated: testing/fstest: Add hash checking of file's name to avoid creating same-name file

2021-03-29 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-apps.git The following commit(s) were added to refs/heads/master by this push: new d3c7508 testing/fstest: Add ha

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
xiaoxiang781216 edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809898417 > It is possible to implement task-specific data without introducing the asymmetries. Consider the following: > > 1. Add a pointer like FAR struct libva

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
xiaoxiang781216 commented on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809898417 > It is possible to implement task-specific data without introducing the asymmetries. Consider the following: > > 1. Add a pointer like FAR struct libvars_s *l

[GitHub] [incubator-nuttx] patacongo commented on issue #3241: Bad stack size on task creation

2021-03-29 Thread GitBox
patacongo commented on issue #3241: URL: https://github.com/apache/incubator-nuttx/issues/3241#issuecomment-809886959 Hmmm... this is probably not an issue for some architectures: up_check_stack)_ and friends are only implemented only for ARM, AVR, OR1K, RISC-V, sim, xtensa. For the oth

[GitHub] [incubator-nuttx] yamt opened a new pull request #3242: net/tcp/tcp.h: Remove unused extern g_netdevices

2021-03-29 Thread GitBox
yamt opened a new pull request #3242: URL: https://github.com/apache/incubator-nuttx/pull/3242 ## Summary net/tcp/tcp.h: Remove unused extern g_netdevices ## Impact ## Testing build tested sim:vpnkit -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] patacongo opened a new issue #3241: Bad stack size on task creation

2021-03-29 Thread GitBox
patacongo opened a new issue #3241: URL: https://github.com/apache/incubator-nuttx/issues/3241 It appears that the stack size used in up_create_stack and up_use_stack includes the size of the TLS data. This seems to be the case in all architectures except for ARM where the issue has been

[GitHub] [incubator-nuttx] btashton commented on pull request #3240: boards/**/nsh/defconfig: disable mb, mh, and mw by default

2021-03-29 Thread GitBox
btashton commented on pull request #3240: URL: https://github.com/apache/incubator-nuttx/pull/3240#issuecomment-809845815 This should be done by changing the Kconfig default otherwise someone creating a new config will have the same issue you reported. -- This is an automated message fro

[GitHub] [incubator-nuttx] swkim101 opened a new pull request #3240: boards/**/nsh/defconfig: disable mb, mh, and mw by default

2021-03-29 Thread GitBox
swkim101 opened a new pull request #3240: URL: https://github.com/apache/incubator-nuttx/pull/3240 ## Summary - fix #3011 ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [incubator-nuttx] walbon opened a new pull request #3239: board/arm/lpc17xx_40xx/mbed: Add userleds driver support

2021-03-29 Thread GitBox
walbon opened a new pull request #3239: URL: https://github.com/apache/incubator-nuttx/pull/3239 lpc17_40_userleds.c: Adds the support of Userleds driver which provides a device to manipulate the 4 leds of the board through the /dev/userleds. lpc17_40_leds.c: Removes not used de

[incubator-nuttx] branch master updated (b16d534 -> c82c7b6)

2021-03-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from b16d534 stm32/stm32_serial.c: simplify DMA #ifdefs add c82c7b6 sys/stat.h: Add S_IREAD, S_IWRITE and

[GitHub] [incubator-nuttx] acassis merged pull request #3197: sys/stat.h: Add S_IREAD, S_IWRITE and S_IEXEC macro

2021-03-29 Thread GitBox
acassis merged pull request #3197: URL: https://github.com/apache/incubator-nuttx/pull/3197 -- 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. For queries about this service

[GitHub] [incubator-nuttx] acassis merged pull request #3222: stm32/stm32_serial: add support for TX DMA and some improvements

2021-03-29 Thread GitBox
acassis merged pull request #3222: URL: https://github.com/apache/incubator-nuttx/pull/3222 -- 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. For queries about this service

[incubator-nuttx] branch master updated (590ee65 -> b16d534)

2021-03-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 590ee65 Integration of pysimCoder with NUTTX add 0cca102 stm32: fix USART1 clock for STM32F302

[GitHub] [incubator-nuttx] acassis merged pull request #3218: Integration of pysimCoder with NUTTX

2021-03-29 Thread GitBox
acassis merged pull request #3218: URL: https://github.com/apache/incubator-nuttx/pull/3218 -- 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. For queries about this service

[incubator-nuttx] branch master updated (63a4807 -> 590ee65)

2021-03-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 63a4807 stm32/stm32_pwm: add interfaces to access RCR register and add interface to modify TRGO add

[GitHub] [incubator-nuttx] acassis merged pull request #3223: stm32/stm32_pwm: add interfaces to access RCR register and TRGO

2021-03-29 Thread GitBox
acassis merged pull request #3223: URL: https://github.com/apache/incubator-nuttx/pull/3223 -- 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. For queries about this service

[incubator-nuttx] branch master updated (05cf8b8 -> 63a4807)

2021-03-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 05cf8b8 boards/sim: remove dsptest configuration add 63a4807 stm32/stm32_pwm: add interfaces to acce

[GitHub] [incubator-nuttx] acassis merged pull request #3224: boards/sim: remove dsptest configuration

2021-03-29 Thread GitBox
acassis merged pull request #3224: URL: https://github.com/apache/incubator-nuttx/pull/3224 -- 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. For queries about this service

[incubator-nuttx] branch master updated (94ff456 -> 05cf8b8)

2021-03-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 94ff456 stm32/stm32_adc.c: move maximum number of samples cfg to Kconfig. add 05cf8b8 boards/sim: r

[GitHub] [incubator-nuttx] acassis merged pull request #3225: stm32/stm32_adc: various improvements for ADC

2021-03-29 Thread GitBox
acassis merged pull request #3225: URL: https://github.com/apache/incubator-nuttx/pull/3225 -- 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. For queries about this service

[incubator-nuttx] branch master updated (1b8a690 -> 94ff456)

2021-03-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 1b8a690 sim: only abort sim in assertion if in interrupt context/IDLE task add e10a664 stm32/stm32_

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809779539 > To me both approaches sound reasonable, the second one being decoupled from pthread (which can be good, unless the functionality to support this ends up being the

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809779539 > To me both approaches sound reasonable, the second one being decoupled from pthread (which can be good, unless the functionality to support this ends up being the

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809779539 > To me both approaches sound reasonable, the second one being decoupled from pthread (which can be good, unless the functionality to support this ends up being the

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809779539 > To me both approaches sound reasonable, the second one being decoupled from pthread (which can be good, unless the functionality to support this ends up being the

[GitHub] [incubator-nuttx] patacongo commented on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo commented on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809779539 > To me both approaches sound reasonable, the second one being decoupled from pthread (which can be good, unless the functionality to support this ends up being the same a

[GitHub] [incubator-nuttx] v01d commented on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
v01d commented on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809759508 > Environment variables (setenv(), getenv()) is another good example of the model for OS managment of task-specific user data. This is my preferred technical approach. S

[GitHub] [incubator-nuttx] yamt commented on pull request #3221: net/tcp/tcp_send_buffered.c: Fix non-blocking I/O

2021-03-29 Thread GitBox
yamt commented on pull request #3221: URL: https://github.com/apache/incubator-nuttx/pull/3221#issuecomment-809758623 > @yamt should we merge the small patch? i feel they are independent each other. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809706113 Environment variables (setenv(), getenv()) is another good example of the model for OS managment of task-specific user data. This is my preferred technical approac

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809706113 Environment variables (setenv(), getenv()) is another good example of the model for OS engagement of task-specific user data. This is my preferred technical approa

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809706113 Environment variables (setenv(), getenv()) is another good example of the model for OS engagement of task-specific user data -- This is an automated message f

[GitHub] [incubator-nuttx] patacongo commented on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo commented on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809706113 Environment variables (setenv(), getenv()) is another good example of the model for OS managment of user data -- This is an automated message from the Apache Git Ser

[GitHub] [incubator-nuttx] patacongo commented on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo commented on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809699196 It is possible to implement task-specific data without introducing the asymmetries. Consider the following: 1. Add a pointer like FAR struct libvars_s *libvars to t

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #3238: ESP32: Disable unnecessary SPI driver from NSH configuration

2021-03-29 Thread GitBox
gustavonihei opened a new pull request #3238: URL: https://github.com/apache/incubator-nuttx/pull/3238 ## Summary This PR intends to disable the unnecessary SPI device driver from the `nsh` configuration of ESP32 boards: - `esp32-devkitc` - `esp32-ethernet-kit` - `esp32-wrover-k

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809675860 > > > @xiaoxiang781216 do you have plans to move forward with this issue? would be good to reach a solution. My objection to implementing this is that

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809675860 > > > @xiaoxiang781216 do you have plans to move forward with this issue? would be good to reach a solution. My objection to implementing this is that

[GitHub] [incubator-nuttx] patacongo commented on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-29 Thread GitBox
patacongo commented on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-809675860 > > > @xiaoxiang781216 do you have plans to move forward with this issue? would be good to reach a solution. My objection to implementing this is that I do n

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #3190: risc-v/esp32c3: Support ESP32-C3 wireless ioctl cmd

2021-03-29 Thread GitBox
Ouss4 commented on pull request #3190: URL: https://github.com/apache/incubator-nuttx/pull/3190#issuecomment-809628984 @cwespressif please rebase this branch. There was an issue with an STM32 configuration that seems to be fixed now. -- This is an automated message from the Apache Git S

[GitHub] [incubator-nuttx] davids5 commented on pull request #3237: arch/stm32h7: Fix nxstyle errors

2021-03-29 Thread GitBox
davids5 commented on pull request #3237: URL: https://github.com/apache/incubator-nuttx/pull/3237#issuecomment-809617910 si -- 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] [incubator-nuttx] hartmannathan commented on pull request #3237: arch/stm32h7: Fix nxstyle errors

2021-03-29 Thread GitBox
hartmannathan commented on pull request #3237: URL: https://github.com/apache/incubator-nuttx/pull/3237#issuecomment-809617772 > LGTM Race condition! :-) -- 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] hartmannathan commented on pull request #3237: arch/stm32h7: Fix nxstyle errors

2021-03-29 Thread GitBox
hartmannathan commented on pull request #3237: URL: https://github.com/apache/incubator-nuttx/pull/3237#issuecomment-809617549 Oops looks like duplicated work already done by @jerpelea -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-nuttx] hartmannathan closed pull request #3237: arch/stm32h7: Fix nxstyle errors

2021-03-29 Thread GitBox
hartmannathan closed pull request #3237: URL: https://github.com/apache/incubator-nuttx/pull/3237 -- 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. For queries about this s

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #3237: arch/stm32h7: Fix nxstyle errors

2021-03-29 Thread GitBox
hartmannathan opened a new pull request #3237: URL: https://github.com/apache/incubator-nuttx/pull/3237 ## Summary Fix nxstyle errors in arch/arm/src/stm32h7/stm32_otgdev.c. ## Impact Removes nxstyle errors. ## Testing nxstyle -- This is an automated mes

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #3236: arch: arm: z16: Author Gregory Nutt: update licenses to Apache

2021-03-29 Thread GitBox
jerpelea opened a new pull request #3236: URL: https://github.com/apache/incubator-nuttx/pull/3236 ## Summary Gregory Nutt has submitted the SGA and we can migrate the licenses to Apache. ## Impact NONE ## Testing NONE -- This is an automated message from the Ap

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #3235: arch: arm: stmxxx: Author Gregory Nutt: update licenses to Apache

2021-03-29 Thread GitBox
jerpelea opened a new pull request #3235: URL: https://github.com/apache/incubator-nuttx/pull/3235 ## Summary Gregory Nutt has submitted the SGA and we can migrate the licenses to Apache. ## Impact NONE ## Testing NONE -- This is an automated message from the Ap

[GitHub] [incubator-nuttx] raiden00pl commented on pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
raiden00pl commented on pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#issuecomment-809596054 Here the code on the application side: 1. FOC library - https://github.com/raiden00pl/incubator-nuttx-apps/commit/e176bfaf827064d4f7e5eaab85a4b384bf1c 2. FOC

[GitHub] [incubator-nuttx] raiden00pl commented on pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
raiden00pl commented on pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#issuecomment-809593070 > > @acassis Previously, I kept it under drivers/power, but I decide to move it somewhere else. I was thinking about drivers/motor or drivers/industrial, but just lea

[GitHub] [incubator-nuttx] raiden00pl commented on a change in pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
raiden00pl commented on a change in pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#discussion_r603499866 ## File path: include/nuttx/foc/foc.h ## @@ -0,0 +1,158 @@ +/ + * i

[GitHub] [incubator-nuttx] raiden00pl commented on pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
raiden00pl commented on pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#issuecomment-809579973 > * it seems the driver is only responsible to abstract typical FOC hardware operations, right? So lower half implementations are just expected to provide motor phase

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
davids5 commented on a change in pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#discussion_r603481774 ## File path: Documentation/components/drivers/character/foc.rst ## @@ -0,0 +1,48 @@ + +FOC Driver Interface +

[GitHub] [incubator-nuttx] v01d commented on pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
v01d commented on pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#issuecomment-809570712 > @acassis Previously, I kept it under drivers/power, but I decide to move it somewhere else. I was thinking about drivers/motor or drivers/industrial, but just leave it un

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3226: syslog: Added multi device support in syslog_device.

2021-03-29 Thread GitBox
xiaoxiang781216 commented on a change in pull request #3226: URL: https://github.com/apache/incubator-nuttx/pull/3226#discussion_r603481879 ## File path: drivers/syslog/syslog_channel.c ## @@ -44,9 +44,7 @@ * Private Function Prototypes *

[GitHub] [incubator-nuttx] raiden00pl commented on pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
raiden00pl commented on pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#issuecomment-809563143 @acassis Previously, I kept it under drivers/power, but I decide to move it somewhere else. I was thinking about drivers/motor or drivers/industrial, but just leave i

[GitHub] [incubator-nuttx] uLipe commented on a change in pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
uLipe commented on a change in pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#discussion_r603477296 ## File path: include/nuttx/foc/foc.h ## @@ -0,0 +1,158 @@ +/ + * includ

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
acassis commented on a change in pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#discussion_r603467517 ## File path: drivers/Kconfig ## @@ -130,3 +130,4 @@ source drivers/syslog/Kconfig source drivers/platform/Kconfig source drivers/rf/Kconfig so

[GitHub] [incubator-nuttx-apps] raiden00pl commented on pull request #639: remove examples/dsptest

2021-03-29 Thread GitBox
raiden00pl commented on pull request #639: URL: https://github.com/apache/incubator-nuttx-apps/pull/639#issuecomment-809547707 https://github.com/apache/incubator-nuttx/pull/3224 must be merged first -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] acassis commented on pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
acassis commented on pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#issuecomment-809541635 @uLipe could you please help reviewing it? -- 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] [incubator-nuttx] raiden00pl opened a new pull request #3234: boards/stm32/common: add support for IHM07M1 and IHM08M1 boards

2021-03-29 Thread GitBox
raiden00pl opened a new pull request #3234: URL: https://github.com/apache/incubator-nuttx/pull/3234 ## Summary IHM07M1 board: https://www.st.com/en/ecosystems/x-nucleo-ihm07m1.html IHM08M1 board: https://www.st.com/en/ecosystems/x-nucleo-ihm08m1.html Depends on https://github.c

[GitHub] [incubator-nuttx] acassis commented on pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
acassis commented on pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230#issuecomment-809536348 @raiden00pl instead creating a drivers/foc I suggest to create a more generic name inside drivers: drivers/motor and inside it put the foc/ directory. Then we could impl

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #3233: ESP32: Bugfixes and Improvements for SPI DMA Exchange function

2021-03-29 Thread GitBox
gustavonihei opened a new pull request #3233: URL: https://github.com/apache/incubator-nuttx/pull/3233 ## Summary This PR intends to address two issues and bring two small improvements to the ESP32 SPI driver: **Bugfixes**: 1) For SPI SNDBLOCK operations, RX Buffer will be NULL

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #3232: stm32/stm32_foc.c: add the lower-half FOC device support

2021-03-29 Thread GitBox
raiden00pl opened a new pull request #3232: URL: https://github.com/apache/incubator-nuttx/pull/3232 ## Summary This PR adds the lower-half FOC implementation for STM32. Up to 2 FOC instances supported. Tested only with 3-phase motors. Not tested for STM32G4xx yet. Depends

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
btashton commented on pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#issuecomment-809525583 Sorry... A lot of these are repeated and from the original code and so I searched and must have missed a few. I'll try and update later. -- This is an automated

[GitHub] [incubator-nuttx-apps] gustavonihei commented on pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
gustavonihei commented on pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#issuecomment-809523960 > > Some of my previous comments were not addressed. Also there some other minor issues that may be fixed to improve the overall code quality. > > Sorry a

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
gustavonihei commented on a change in pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#discussion_r603438521 ## File path: examples/lvgldemo/lcddev.c ## @@ -0,0 +1,197 @@ +/*

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
gustavonihei commented on a change in pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#discussion_r603438384 ## File path: examples/lvgldemo/lcddev.c ## @@ -0,0 +1,197 @@ +/*

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
gustavonihei commented on a change in pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#discussion_r603435358 ## File path: examples/lvgldemo/lvgldemo.c ## @@ -153,16 +172,29 @@ int main(int argc, FAR char *argv[]) lv_init(); - /* Display

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #3231: sim: add the simulated lower-half FOC device

2021-03-29 Thread GitBox
raiden00pl opened a new pull request #3231: URL: https://github.com/apache/incubator-nuttx/pull/3231 ## Summary This PR adds the simulated lower-half FOC device. Depends on https://github.com/apache/incubator-nuttx/pull/3230 ## Impact ## Testing -- This is

[GitHub] [incubator-nuttx-apps] v01d commented on a change in pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
v01d commented on a change in pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#discussion_r603430909 ## File path: examples/lvgldemo/lvgldemo.c ## @@ -153,16 +172,29 @@ int main(int argc, FAR char *argv[]) lv_init(); - /* Display interfac

[GitHub] [incubator-nuttx] btashton edited a comment on issue #3216: CI: functional tests using sim

2021-03-29 Thread GitBox
btashton edited a comment on issue #3216: URL: https://github.com/apache/incubator-nuttx/issues/3216#issuecomment-809511864 > > I'm wondering if this will require repeating the build but with debug assertions (and other features) on, for example. Otherwise we may not catch all errors (onl

[GitHub] [incubator-nuttx] btashton commented on issue #3216: CI: functional tests using sim

2021-03-29 Thread GitBox
btashton commented on issue #3216: URL: https://github.com/apache/incubator-nuttx/issues/3216#issuecomment-809511864 > > I'm wondering if this will require repeating the build but with debug assertions (and other features) on, for example. Otherwise we may not catch all errors (only those

[GitHub] [incubator-nuttx-apps] btashton commented on a change in pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
btashton commented on a change in pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#discussion_r603423670 ## File path: examples/lvgldemo/lvgldemo.c ## @@ -153,16 +172,29 @@ int main(int argc, FAR char *argv[]) lv_init(); - /* Display inte

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #3230: drivers: add generic upper-half driver for Field Oriented Control (FOC)

2021-03-29 Thread GitBox
raiden00pl opened a new pull request #3230: URL: https://github.com/apache/incubator-nuttx/pull/3230 ## Summary This PR adds generic upper-half driver for Field Oriented Control (FOC). Most logic for this type of devices will be implemented as a lower-half device. In the next PRs,

[GitHub] [incubator-nuttx-apps] v01d commented on a change in pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
v01d commented on a change in pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#discussion_r603419396 ## File path: examples/lvgldemo/lvgldemo.c ## @@ -153,16 +172,29 @@ int main(int argc, FAR char *argv[]) lv_init(); - /* Display interfac

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #3226: syslog: Added multi device support in syslog_device.

2021-03-29 Thread GitBox
fjpanag commented on a change in pull request #3226: URL: https://github.com/apache/incubator-nuttx/pull/3226#discussion_r603417101 ## File path: drivers/syslog/syslog_channel.c ## @@ -44,9 +44,7 @@ * Private Function Prototypes *

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #3226: syslog: Added multi device support in syslog_device.

2021-03-29 Thread GitBox
fjpanag commented on a change in pull request #3226: URL: https://github.com/apache/incubator-nuttx/pull/3226#discussion_r603417101 ## File path: drivers/syslog/syslog_channel.c ## @@ -44,9 +44,7 @@ * Private Function Prototypes *

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #3226: syslog: Added multi device support in syslog_device.

2021-03-29 Thread GitBox
fjpanag commented on a change in pull request #3226: URL: https://github.com/apache/incubator-nuttx/pull/3226#discussion_r603414103 ## File path: drivers/syslog/syslog_channel.c ## @@ -44,9 +44,7 @@ * Private Function Prototypes *

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #3226: syslog: Added multi device support in syslog_device.

2021-03-29 Thread GitBox
fjpanag commented on a change in pull request #3226: URL: https://github.com/apache/incubator-nuttx/pull/3226#discussion_r603414103 ## File path: drivers/syslog/syslog_channel.c ## @@ -44,9 +44,7 @@ * Private Function Prototypes *

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
btashton commented on pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#issuecomment-809492792 > Some of my previous comments were not addressed. Also there some other minor issues that may be fixed to improve the overall code quality. Sorry about that.

[GitHub] [incubator-nuttx-apps] btashton commented on a change in pull request #591: lvgldemo: Add support for lcddev

2021-03-29 Thread GitBox
btashton commented on a change in pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#discussion_r603408704 ## File path: examples/lvgldemo/lvgldemo.c ## @@ -153,16 +172,29 @@ int main(int argc, FAR char *argv[]) lv_init(); - /* Display inte

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #3226: syslog: Added multi device support in syslog_device.

2021-03-29 Thread GitBox
fjpanag commented on a change in pull request #3226: URL: https://github.com/apache/incubator-nuttx/pull/3226#discussion_r603400585 ## File path: arch/arm/src/armv7-m/arm_itm_syslog.c ## @@ -106,8 +107,10 @@ static const struct syslog_channel_s g_itm_channel = * ***

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #3198: Stm32h7 fix heap clobber

2021-03-29 Thread GitBox
hartmannathan commented on a change in pull request #3198: URL: https://github.com/apache/incubator-nuttx/pull/3198#discussion_r603394267 ## File path: boards/arm/stm32h7/nucleo-h743zi/scripts/flash.ld ## @@ -172,9 +172,12 @@ SECTIONS /* Emit the the D3 power domain sect

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #3198: Stm32h7 fix heap clobber

2021-03-29 Thread GitBox
hartmannathan commented on a change in pull request #3198: URL: https://github.com/apache/incubator-nuttx/pull/3198#discussion_r603389785 ## File path: boards/arm/stm32h7/nucleo-h743zi/scripts/flash.ld ## @@ -172,9 +172,12 @@ SECTIONS /* Emit the the D3 power domain sect

  1   2   >