[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko opened a new pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937 ## Summary - add MTD null driver support - fix memory leak during RAM MTD initialization - fix calculations for FILE MTD device with customized block and erase sizes #

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
acassis commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762426774 ## File path: drivers/mtd/Kconfig ## @@ -329,6 +329,29 @@ config FILEMTD_ERASESTATE endif # FILEMTD +config NULLMTD + bool "MTD null dr

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #4938: boards/nucleo-f302r8: add 3ph Hall sensor support

2021-12-04 Thread GitBox
raiden00pl opened a new pull request #4938: URL: https://github.com/apache/incubator-nuttx/pull/4938 ## Summary boards/nucleo-f302r8: add 3ph Hall sensor support ## Impact ## Testing example/foc -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762432867 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762432974 ## File path: drivers/mtd/Kconfig ## @@ -329,6 +329,29 @@ config FILEMTD_ERASESTATE endif # FILEMTD +config NULLMTD + bool "MTD n

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762433514 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ +

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 closed pull request #907: examples/touchscreen: added timestamp printing in tc

2021-12-04 Thread GitBox
xiaoxiang781216 closed pull request #907: URL: https://github.com/apache/incubator-nuttx-apps/pull/907 -- 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-m

[incubator-nuttx] branch master updated: boards/nucleo-f302r8: add 3ph Hall sensor support

2021-12-04 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 59786bf boards/nucleo-f302r8: add 3

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4938: boards/nucleo-f302r8: add 3ph Hall sensor support

2021-12-04 Thread GitBox
xiaoxiang781216 merged pull request #4938: URL: https://github.com/apache/incubator-nuttx/pull/4938 -- 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

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
acassis commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762433827 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + * driver

[GitHub] [incubator-nuttx] nandojve opened a new pull request #4939: boards/arm/samv7: Introduce common folder

2021-12-04 Thread GitBox
nandojve opened a new pull request #4939: URL: https://github.com/apache/incubator-nuttx/pull/4939 ## Summary Add common folder to share common code between samv7 boards avoiding both duplicate and copy and paste practices. This is a sequence with: - Define internal memorie

[GitHub] [incubator-nuttx] nandojve commented on pull request #4908: nucleo-h743zi: add board files to support mcuboot

2021-12-04 Thread GitBox
nandojve commented on pull request #4908: URL: https://github.com/apache/incubator-nuttx/pull/4908#issuecomment-986043881 Hi @tito97sp , I add #4939 with the intention to clean a little bit the MCUboot support for samv7. I think better improvement is stop to duplicate code between bo

[GitHub] [incubator-nuttx] nandojve edited a comment on pull request #4908: nucleo-h743zi: add board files to support mcuboot

2021-12-04 Thread GitBox
nandojve edited a comment on pull request #4908: URL: https://github.com/apache/incubator-nuttx/pull/4908#issuecomment-986043881 Hi @tito97sp , I add #4939 with the intention to clean a little bit the MCUboot support for samv7. I think that change may help to avoid duplicate code bet

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762465053 ## File path: drivers/mtd/mtd_progmem.c ## @@ -371,7 +371,6 @@ static int progmem_ioctl(FAR struct mtd_dev_s *dev, int cmd, case MTDI

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762466601 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762466601 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762466601 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762467397 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762468213 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762468421 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762468498 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4937: drivers/mtd: add MTD null driver support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4937: URL: https://github.com/apache/incubator-nuttx/pull/4937#discussion_r762468612 ## File path: drivers/mtd/nullmtd.c ## @@ -0,0 +1,395 @@ +/ + *

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4939: boards/arm/samv7: Introduce common folder

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4939: URL: https://github.com/apache/incubator-nuttx/pull/4939#discussion_r762468829 ## File path: boards/arm/samv7/common/Kconfig ## @@ -0,0 +1,73 @@ +# +# For a description of the syntax of this configuration file, +# see t

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4935: arch/arm: Implement TLS support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4935: URL: https://github.com/apache/incubator-nuttx/pull/4935#discussion_r762470406 ## File path: arch/arm/src/common/arm_tls.c ## @@ -0,0 +1,83 @@ +/**

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4935: arch/arm: Implement TLS support

2021-12-04 Thread GitBox
pkarashchenko commented on a change in pull request #4935: URL: https://github.com/apache/incubator-nuttx/pull/4935#discussion_r762470441 ## File path: arch/arm/src/common/arm_tls.c ## @@ -0,0 +1,83 @@ +/**

[GitHub] [incubator-nuttx] nandojve commented on pull request #4939: boards/arm/samv7: Introduce common folder

2021-12-04 Thread GitBox
nandojve commented on pull request #4939: URL: https://github.com/apache/incubator-nuttx/pull/4939#issuecomment-986139617 Hi @pkarashchenko , Thank you for your comments. I was thinking more about how integrade bootloaders into NuttX. Besides this PR helps to unify samv7 it st

[incubator-nuttx-website] branch asf-site updated: Publishing web: adbba922a8890b650c27ecac31f9d26fe25e1ec4 docs: 59786bf208c7805351bb6986c5d0667ee133f2ff

2021-12-04 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 8cc9fa2 Publishing web

[GitHub] [incubator-nuttx] nandojve commented on a change in pull request #4939: boards/arm/samv7: Introduce common folder

2021-12-04 Thread GitBox
nandojve commented on a change in pull request #4939: URL: https://github.com/apache/incubator-nuttx/pull/4939#discussion_r762501993 ## File path: boards/arm/samv7/common/Kconfig ## @@ -0,0 +1,73 @@ +# +# For a description of the syntax of this configuration file, +# see the fi

[GitHub] [incubator-nuttx] nandojve commented on a change in pull request #4939: boards/arm/samv7: Introduce common folder

2021-12-04 Thread GitBox
nandojve commented on a change in pull request #4939: URL: https://github.com/apache/incubator-nuttx/pull/4939#discussion_r762502030 ## File path: boards/arm/samv7/same70-qmtech/configs/mcuboot-loader/defconfig ## @@ -44,13 +47,12 @@ CONFIG_RAM_SIZE=262144 CONFIG_RAM_START=0x2