acassis commented on PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#issuecomment-2105725088
> > ESP32 is supported on NuttX starting from chip revision 3.0.
>
> what problems does older esp32 versions have? i have been using nuttx on a
board like the following and haven't
yamt commented on PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#issuecomment-2105580805
> ESP32 is supported on NuttX starting from chip revision 3.0.
what problems does older esp32 versions have?
i have been using nuttx on v1.1 and haven't noticed any problems.
-
masayuki2009 commented on PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1905017141
@tmedicci
Thanks, I confirmed that QEMU works with this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
tmedicci commented on PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903904547
> @tmedicci
>
> > Are you using Espressif's port of QEMU?
>
> Yes.
>
> > It is possible to set virtual refuses to make it behave as a chip
revision > 3.0:
https://gi
masayuki2009 commented on PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903889246
@tmedicci
>Are you using Espressif's port of QEMU?
Yes.
>It is possible to set virtual refuses to make it behave as a chip revision
> 3.0:
https://github.com/es
tmedicci commented on PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903876637
> @tmedicci
>
> Also, `esp32-devkitc:elf` does not work with
qemu-esp-develop-8.1.3-20231206.
>
> ```
>
/home/ishikawa/opensource/QEMU/qemu-esp-develop-8.1.3-20231206/bu
tmedicci commented on PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903865031
> @tmedicci
>
> I noticed that my esp32-devkitc board does not boot withi this PR. The
esptool says that the board has `ESP32-D0WD (revision v1.0)`. Is it no longer
supported?
masayuki2009 commented on PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1902810086
@tmedicci
Also, `esp32-devkitc:elf` does not work with qemu-esp-develop-8.1.3-20231206.
```
/home/ishikawa/opensource/QEMU/qemu-esp-develop-8.1.3-20231206/build/qemu
masayuki2009 commented on PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1902806943
@tmedicci
I noticed that my esp32-devkitc board does not boot withi this PR.
The esptool says that the board has `ESP32-D0WD (revision v1.0)`.
Is it no longer supported?
xiaoxiang781216 merged PR #11563:
URL: https://github.com/apache/nuttx/pull/11563
--
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...@nu
alandeassis commented on code in PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#discussion_r1459622312
##
arch/xtensa/src/esp32/Make.defs:
##
@@ -111,8 +111,8 @@ CHIP_CSRCS += esp32_himem.c
CHIP_CSRCS += esp32_himem_chardev.c
endif
-ifeq ($(CONFIG_ESP32_EFUSE),y)
tmedicci commented on code in PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#discussion_r1459608055
##
arch/xtensa/src/esp32/Make.defs:
##
@@ -111,8 +111,8 @@ CHIP_CSRCS += esp32_himem.c
CHIP_CSRCS += esp32_himem_chardev.c
endif
-ifeq ($(CONFIG_ESP32_EFUSE),y)
C
alandeassis commented on code in PR #11563:
URL: https://github.com/apache/nuttx/pull/11563#discussion_r1459577542
##
arch/xtensa/src/esp32/Make.defs:
##
@@ -111,8 +111,8 @@ CHIP_CSRCS += esp32_himem.c
CHIP_CSRCS += esp32_himem_chardev.c
endif
-ifeq ($(CONFIG_ESP32_EFUSE),y)
13 matches
Mail list logo