robertobucher closed pull request #6568: Files for stm32h7zi2
URL: https://github.com/apache/incubator-nuttx/pull/6568
--
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 unsubs
xiaoxiang781216 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r912773548
##
arch/arm64/src/Makefile:
##
@@ -0,0 +1,213 @@
+
+# arch/arm64/src/Makefile
xiaoxiang781216 commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r913367272
##
drivers/lcd/ssd1680.c:
##
@@ -722,10 +715,11 @@ static int ssd1680_configuredisplay(struct ssd1680_dev_s
*priv)
}
/**
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r913316157
##
arch/arm64/include/arch.h:
##
@@ -0,0 +1,145 @@
+/
+ * arch/arm64/include/arch.
qinwei2004 commented on code in PR #6478:
URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r913315387
##
arch/arm64/Kconfig:
##
@@ -0,0 +1,76 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX
masayuki2009 commented on issue #6569:
URL:
https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1174487912
@pkarashchenko
I remember I did the initial implementation for K210 SMP.
Actually, I referred to the armv7-a implementation that's why lr/sc are used
for it.
H
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 ec489ac Publishing web
normanr commented on code in PR #1214:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1214#discussion_r913272734
##
system/hostname/hostname_main.c:
##
@@ -42,17 +42,64 @@
int main(int argc, FAR char *argv[])
{
int ret;
+ FILE *f;
+ int maxarg = 2;
char host
normanr commented on code in PR #1214:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1214#discussion_r913272734
##
system/hostname/hostname_main.c:
##
@@ -42,17 +42,64 @@
int main(int argc, FAR char *argv[])
{
int ret;
+ FILE *f;
+ int maxarg = 2;
char host
normanr commented on code in PR #1214:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1214#discussion_r913272734
##
system/hostname/hostname_main.c:
##
@@ -42,17 +42,64 @@
int main(int argc, FAR char *argv[])
{
int ret;
+ FILE *f;
+ int maxarg = 2;
char host
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r913264470
##
drivers/lcd/ssd1680.c:
##
@@ -722,10 +715,11 @@ static int ssd1680_configuredisplay(struct ssd1680_dev_s
*priv)
}
/*
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r913255275
##
drivers/lcd/ssd1680.c:
##
@@ -126,11 +126,11 @@ struct ssd1680_dev_s
/* Libc extension */
Review Comment:
I wrote extended memcpy functions, where
pkarashchenko closed issue #4510: nucleo-g431kb build error
URL: https://github.com/apache/incubator-nuttx/issues/4510
--
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 unsubs
daniel-p-carvalho commented on issue #4510:
URL:
https://github.com/apache/incubator-nuttx/issues/4510#issuecomment-1174236475
Hello Petro,
I am able to build and run nucleo-g431kb:nsh configuration.
Daniel Pereira de Carvalho
Em seg., 4 de jul. de 2022 às 07:36, Pet
acassis commented on PR #6568:
URL: https://github.com/apache/incubator-nuttx/pull/6568#issuecomment-1174181551
Hi @robertobucher please squash these 5 commits in a single one. Then you
will see all the files. Also please change the PR name to something like:
"boards/stm32h7zi2: Add support
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new ee0dc87059 fix sd can't usage wh
pkarashchenko merged PR #6571:
URL: https://github.com/apache/incubator-nuttx/pull/6571
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr
robertobucher commented on PR #6568:
URL: https://github.com/apache/incubator-nuttx/pull/6568#issuecomment-1174001025
The "pull request" seems ok, but I can't see my new files under
boards/arm/stm32h7/nucleo-h743zi2/src:
stm32_pwm.c
stm32_qencoder.c
stm32_gpio.c
and the m
chengli1212 closed pull request #6570: fix sd can't usage when mult-block
receive errro
URL: https://github.com/apache/incubator-nuttx/pull/6570
--
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 s
chengli1212 opened a new pull request, #6571:
URL: https://github.com/apache/incubator-nuttx/pull/6571
## Summary
sd status will wrong when mult-block read error
## Impact
sd will can't used when mult-block read error
## Testing
bes m0 board test done
--
This is an autom
xiaoxiang781216 commented on PR #6570:
URL: https://github.com/apache/incubator-nuttx/pull/6570#issuecomment-1173924472
@chengli1212 please fix the nxstyle warning here:
https://github.com/apache/incubator-nuttx/runs/7183093368?check_suite_focus=true
--
This is an automated message fro
chengli1212 opened a new pull request, #6570:
URL: https://github.com/apache/incubator-nuttx/pull/6570
## Summary
sd status will wrong when mult-block read error
## Impact
sd will can't used when mult-block read error
## Testing
bes m0 board test done
--
This is an autom
robertobucher commented on code in PR #6568:
URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r913062122
##
arch/arm/src/stm32h7/stm32_adc.c:
##
@@ -767,7 +767,7 @@ static int adc_timinit(struct stm32_dev_s *priv)
* position.
*/
- ainfo("Initializ
pkarashchenko commented on code in PR #6568:
URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r913039747
##
arch/arm/src/stm32h7/stm32_adc.c:
##
@@ -767,7 +767,7 @@ static int adc_timinit(struct stm32_dev_s *priv)
* position.
*/
- ainfo("Initializ
pkarashchenko commented on issue #6569:
URL:
https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1173751395
Maybe my suggestion has some drawbacks compared to current implementation so
I'm posting this as an issue so people some discussion may happen
--
This is an automate
xiaoxiang781216 commented on issue #6569:
URL:
https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1173746234
Sorry, I misunderstand your meaning.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
pkarashchenko commented on issue #6569:
URL:
https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1173733406
@xiaoxiang781216 the issue is that currently it is implemented as you
pointed, but it use `lr`/`sc`, but I posted an issue that we can rework it to
use `amoswap`.
C
xiaoxiang781216 commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912920264
##
include/nuttx/lcd/lcd.h:
##
@@ -123,6 +123,21 @@ struct lcd_planeinfo_s
fb_coord_t row_end, fb_coord_t col_start,
xiaoxiang781216 closed issue #6569: Why RISC-V up_testset use lr/sc and not
amoswap?
URL: https://github.com/apache/incubator-nuttx/issues/6569
--
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 sp
xiaoxiang781216 commented on issue #6569:
URL:
https://github.com/apache/incubator-nuttx/issues/6569#issuecomment-1173708317
The implementation is same as you want:
https://github.com/apache/incubator-nuttx/blob/master/arch/risc-v/src/common/riscv_testset.S#L34-L40
--
This is an autom
pkarashchenko opened a new issue, #6569:
URL: https://github.com/apache/incubator-nuttx/issues/6569
The RISC-V supports "Atomic Memory Operations" instruction. Seems like
up_testset can be implemented with the less number of instruction using
`amoswap.w.aq`/`amoswap.w.rl` than current imple
pkarashchenko commented on code in PR #6568:
URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r912890679
##
boards/arm/stm32h7/nucleo-h743zi2/src/nucleo-h743zi2.h:
##
@@ -148,4 +201,20 @@ void weak_function stm32_usbinitialize(void);
int stm32_usbhost_initial
acassis commented on code in PR #6568:
URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r912872900
##
boards/arm/stm32h7/nucleo-h743zi2/src/nucleo-h743zi2.h:
##
@@ -148,4 +201,20 @@ void weak_function stm32_usbinitialize(void);
int stm32_usbhost_initialize(vo
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912871360
##
drivers/lcd/ssd1680.c:
##
@@ -126,11 +126,11 @@ struct ssd1680_dev_s
/* Libc extension */
Review Comment:
OK. I forgot about description. I will f
pkarashchenko commented on issue #4510:
URL:
https://github.com/apache/incubator-nuttx/issues/4510#issuecomment-1173655647
@daniel-p-carvalho Is the issue still relevant or it can be closed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
acassis commented on code in PR #6568:
URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r912869018
##
boards/arm/stm32h7/nucleo-h743zi2/src/stm32_pwm.c:
##
@@ -0,0 +1,113 @@
+/
+ * boa
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912864162
##
drivers/lcd/lcd_framebuffer.c:
##
@@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s
*vtable,
run += (startx * pinfo->bpp
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 9ab34178827a2d1bea14395a259fa8e5bf88b813
Author: Xiang Xiao
AuthorDate: Sat Jul 2 11:26:26 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from c20ed58879 arch: Remove the inclusion of arch/irq.h from chip/irq.h
new 9ab3417882 arch/risc-v: M
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit fcc48c2254a047b85cdbb5a4939a1f80f2c04b47
Author: Xiang Xiao
AuthorDate: Sat Jul 2 11:26:26 2022 +0800
pkarashchenko merged PR #6565:
URL: https://github.com/apache/incubator-nuttx/pull/6565
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr
pkarashchenko commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912860389
##
drivers/lcd/ssd1680.c:
##
@@ -1312,8 +1303,8 @@ FAR struct lcd_dev_s *ssd1680_initialize(FAR struct
spi_dev_s *dev,
return &priv->dev;
}
-FAR voi
pkarashchenko commented on code in PR #1214:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1214#discussion_r912855777
##
system/hostname/hostname_main.c:
##
@@ -42,17 +42,64 @@
int main(int argc, FAR char *argv[])
{
int ret;
+ FILE *f;
+ int maxarg = 2;
cha
xiaoxiang781216 commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912844774
##
drivers/lcd/lcd_framebuffer.c:
##
@@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s
*vtable,
run += (startx * pinfo->b
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new c20ed58879 arch: Remove the incl
pkarashchenko merged PR #6567:
URL: https://github.com/apache/incubator-nuttx/pull/6567
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr
pkarashchenko commented on code in PR #6568:
URL: https://github.com/apache/incubator-nuttx/pull/6568#discussion_r912838308
##
boards/arm/stm32h7/nucleo-h743zi2/src/stm32_adc.c:
##
@@ -0,0 +1,219 @@
+/
+
robertobucher opened a new pull request, #6568:
URL: https://github.com/apache/incubator-nuttx/pull/6568
## Summary
Files for using pysimCoder with the NUCLEO-H743ZI2 board
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond
xiaoxiang781216 opened a new pull request, #6567:
URL: https://github.com/apache/incubator-nuttx/pull/6567
## Summary
since arch/irq.h will include chip/irq.h
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the messag
adamkaliszan commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912734241
##
drivers/lcd/lcd_framebuffer.c:
##
@@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s
*vtable,
run += (startx * pinfo->bpp
xiaoxiang781216 commented on PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#issuecomment-1173480760
@adamkaliszan the title need update too.
--
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
xiaoxiang781216 commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912725481
##
drivers/lcd/lcd_framebuffer.c:
##
@@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s
*vtable,
run += (startx * pinfo->b
xiaoxiang781216 commented on code in PR #6551:
URL: https://github.com/apache/incubator-nuttx/pull/6551#discussion_r912725481
##
drivers/lcd/lcd_framebuffer.c:
##
@@ -220,34 +220,40 @@ static int lcdfb_updateearea(FAR struct fb_vtable_s
*vtable,
run += (startx * pinfo->b
a-lunev commented on PR #6562:
URL: https://github.com/apache/incubator-nuttx/pull/6562#issuecomment-1173428017
From my side the instructions how I emulated a loss of two segments in a row
were provided here: "Testing" section of PR #5589 +
https://github.com/apache/incubator-nuttx/pull/558
54 matches
Mail list logo