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
#
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
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
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 @@
+/
+ *
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
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 @@
+/
+
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
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
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
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
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
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
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
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
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 @@
+/
+ *
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 @@
+/
+ *
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 @@
+/
+ *
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 @@
+/
+ *
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 @@
+/
+ *
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 @@
+/
+ *
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 @@
+/
+ *
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 @@
+/
+ *
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
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 @@
+/**
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 @@
+/**
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
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
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
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
29 matches
Mail list logo