pussuw commented on code in PR #1693:
URL: https://github.com/apache/nuttx-apps/pull/1693#discussion_r1154093922
##
system/composite/composite_main.c:
##
@@ -55,6 +55,12 @@
# endif
#endif
+#ifdef CONFIG_FILE_STREAM
+# define printerr(fmt, ...) fprintf(stderr, (fmt), ##__VA
pkarashchenko commented on PR #8862:
URL: https://github.com/apache/nuttx/pull/8862#issuecomment-1491475420
@masayuki2009 could you please take a look?
--
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 g
tmedicci commented on PR #8926:
URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1491633430
> @tmedicci
>
> > Please note that I'm testing with alarm's patch applied (without usleep).
>
> Yes, I confirmed that I applied the alarm's patch.
>
> > The alarm exampl
xiaoxiang781216 commented on code in PR #1693:
URL: https://github.com/apache/nuttx-apps/pull/1693#discussion_r1154278455
##
system/composite/composite_main.c:
##
@@ -55,6 +55,12 @@
# endif
#endif
+#ifdef CONFIG_FILE_STREAM
+# define printerr(fmt, ...) fprintf(stderr, (fmt
tmedicci commented on PR #8926:
URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1491691864
Hi @masayuki2009 ,
Indeed, using the `xtensa-esp32-elf-gcc (crosstool-NG esp-2021r2-patch5)
8.4.0`, the signal is not delivered properly. Tested with QEMU and
ESP32-DevKitC-v4.
pkarashchenko commented on PR #8926:
URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1491732722
Do we know what is the difference in generated assembly on `8.4.0` vs
`12.2.0`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
Gary-Hobson opened a new pull request, #1695:
URL: https://github.com/apache/nuttx-apps/pull/1695
## Summary
1: Enhance Android formatted output of NOTE_STRING
2: add INSTRUMENTATION_CSECTION/PREEMPTION support
## Impact
## Testing
--
This is an automated messag
davids5 commented on code in PR #8922:
URL: https://github.com/apache/nuttx/pull/8922#discussion_r1154397031
##
drivers/mmcsd/mmcsd_sdio.c:
##
@@ -3722,24 +3836,29 @@ static int mmcsd_probe(FAR struct mmcsd_state_s *priv)
/* Bit 1: SD version 1.x */
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 478f2f3d5f rndis: move private definitions from a public header to the
source file
add 3c58f5db2b syscall/libc:
masayuki2009 merged PR #8862:
URL: https://github.com/apache/nuttx/pull/8862
--
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...@nuttx.a
gustavonihei opened a new pull request, #8931:
URL: https://github.com/apache/nuttx/pull/8931
## Summary
This PR intends to implement the System Reset interfaces for the currently
supported Espressif RISC-V based chips:
- **ESP32-C3**
- **ESP32-C6**
- **ESP32-H2**
## I
gustavonihei opened a new pull request, #8932:
URL: https://github.com/apache/nuttx/pull/8932
## Summary
This PR intends to add support for enabling the random number generation via
`/dev/random` and `/dev/urandom` for the currently supported Espressif RISC-V
based chips:
- **ESP3
acassis commented on PR #8926:
URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1491998648
I tested the above modification after updating to arm-none-eabi-gcc 12.2.1
and now the event is happening even removing the delay in the alarm_main.c:
```
NuttShell (NSH) NuttX-12.
tmedicci commented on PR #8926:
URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1492036259
> I tested the above modification after updating to arm-none-eabi-gcc 12.2.1
and now the event is happening even removing the delay in the alarm_main.c:
>
> ```
> NuttShell (NSH)
dlukian opened a new issue, #8933:
URL: https://github.com/apache/nuttx/issues/8933
I am using the cxd56xx board. Installing 32GB SDHC card into the system,
formatted FAT32 and running `df` displays correct block size, block number, and
remaining blocks adding up to correct volume. Using `-
pkarashchenko merged PR #8931:
URL: https://github.com/apache/nuttx/pull/8931
--
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...@nuttx.
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/nuttx.git
from 3c58f5db2b syscall/libc: add more syscall/libc symbols into csv file
add c1efa8c85a risc-v/espressif: Fix i
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 5081cef2c9 risc-v/espressif: Add Hardware
pkarashchenko merged PR #8932:
URL: https://github.com/apache/nuttx/pull/8932
--
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...@nuttx.
gustavonihei opened a new pull request, #8934:
URL: https://github.com/apache/nuttx/pull/8934
## Summary
This PR intends to add a High Resolution Timer for the currently supported
Espressif RISC-V based chips:
- **ESP32-C3**
- **ESP32-C6**
- **ESP32-H2**
## Impact
acassis commented on PR #8926:
URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1492512800
> > I tested the above modification after updating to arm-none-eabi-gcc
12.2.1 and now the event is happening even removing the delay in the
alarm_main.c:
> > ```
> > NuttShell (NSH)
acassis commented on PR #8926:
URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1492515377
So, with arm-none-eabi-gcc 12.2.1 is issue never show up. As Gustavo said,
maybe it could be some alignment issue caused by the compiler. But it is
strange because all arches were affected.
acassis commented on code in PR #8929:
URL: https://github.com/apache/nuttx/pull/8929#discussion_r1154840474
##
boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c:
##
@@ -151,6 +152,46 @@ static void tm4c_i2ctool(void)
# define tm4c_i2ctool()
#endif
+/***
acassis merged PR #8928:
URL: https://github.com/apache/nuttx/pull/8928
--
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...@nuttx.apache
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/nuttx.git
from 5081cef2c9 risc-v/espressif: Add Hardware RNG support
add 5d4e4b1919 tools/riscv: Map extensions to certain cpu m
acassis commented on code in PR #8934:
URL: https://github.com/apache/nuttx/pull/8934#discussion_r1154843761
##
arch/risc-v/src/espressif/Kconfig:
##
@@ -213,6 +213,10 @@ config ESPRESSIF_UART1
select UART1_SERIALDRIVER
select ARCH_HAVE_SERIAL_TERMIOS
+config E
gustavonihei commented on code in PR #8934:
URL: https://github.com/apache/nuttx/pull/8934#discussion_r1154860267
##
arch/risc-v/src/espressif/Kconfig:
##
@@ -213,6 +213,10 @@ config ESPRESSIF_UART1
select UART1_SERIALDRIVER
select ARCH_HAVE_SERIAL_TERMIOS
+con
ldube commented on code in PR #8929:
URL: https://github.com/apache/nuttx/pull/8929#discussion_r1154880131
##
boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c:
##
@@ -151,6 +152,46 @@ static void tm4c_i2ctool(void)
# define tm4c_i2ctool()
#endif
+/*
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/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6e13907c Publishing web: b50f5ca4
no1wudi opened a new pull request, #8935:
URL: https://github.com/apache/nuttx/pull/8935
## Summary
Move Rust relative settings to Rust.defs, only SIM support rust before, with
this patch arm/risc-v works with Rust now.
## Impact
Rust only
## Testing
CI and QEMU
--
Thi
masayuki2009 commented on PR #8930:
URL: https://github.com/apache/nuttx/pull/8930#issuecomment-1492849943
@zyfeier
Can we try this PR with QEMU instead of VDK?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
31 matches
Mail list logo