raiden00pl opened a new issue, #10988:
URL: https://github.com/apache/nuttx/issues/10988
It seems that we have 2 separate places with `Supported Platforms`
One is here
[[1]](https://nuttx.apache.org/docs/latest/introduction/supported_platforms.html)
and the other is here:
[[2]](https:
TimJTi commented on issue #10988:
URL: https://github.com/apache/nuttx/issues/10988#issuecomment-1773736649
Not looked at the status details, but 1) is easier to use IMHO. A list of
architectures/chips/SOCs with links to page(s) that lists the boards. Isn't
that "neater"?
--
This is an a
raiden00pl commented on issue #10988:
URL: https://github.com/apache/nuttx/issues/10988#issuecomment-1773745100
> Not looked at the status details, but 1) is easier to use IMHO. A list of
architectures/chips/SOCs with links to page(s) that lists the boards. Isn't
that "neater"?
I agr
raiden00pl opened a new pull request, #10989:
URL: https://github.com/apache/nuttx/pull/10989
## Summary
Documentation: migrate apps/example/README
## Impact
## Testing
local
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
halyssonJr commented on PR #10976:
URL: https://github.com/apache/nuttx/pull/10976#issuecomment-1773783499
@xiaoxiang781216 , This board uses the driver ILI9341, if you check the
implementation on ESP32
(`nuttx/boards/xtensa/esp32/common/src/esp32_ili9341.c`), you see we don't have
a confi
xiaoxiang781216 commented on PR #10976:
URL: https://github.com/apache/nuttx/pull/10976#issuecomment-1773785980
> @xiaoxiang781216 , This board uses the driver ILI9341, if you check the
implementation on ESP32
(`nuttx/boards/xtensa/esp32/common/src/esp32_ili9341.c`), you see we don't have
rcsim opened a new pull request, #10990:
URL: https://github.com/apache/nuttx/pull/10990
## Summary
The STM32F401RC-RS485 is a board with RS485 support, SD Card, buttons, leds,
temperature sensor, adc and etc.
## Impact
User will be able to use this new board STM32F401RC-RS485.
fdcavalcanti commented on code in PR #10980:
URL: https://github.com/apache/nuttx/pull/10980#discussion_r1367734142
##
README.md:
##
@@ -1,2530 +1,30 @@
-# APACHE NUTTX
+
+https://raw.githubusercontent.com/apache/nuttx/master/Documentation/_static/NuttX320.png";
width="150">
+
xiaoxiang781216 merged PR #10989:
URL: https://github.com/apache/nuttx/pull/10989
--
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
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from fa943c11b3 cmake: correct cmake rule file name
new ce84c5db55 Documentation: split long lines
new 449c6028
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/nuttx.git
commit ce84c5db55f4cefd807ddaa002dac0fe376942a6
Author: raiden00pl
AuthorDate: Sat Oct 21 10:51:07 2023 +0200
Documentat
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/nuttx.git
commit 449c6028ba26a65c644a15dfde88729c6158dcda
Author: raiden00pl
AuthorDate: Sat Oct 21 13:41:41 2023 +0200
Documentat
xiaoxiang781216 commented on code in PR #10990:
URL: https://github.com/apache/nuttx/pull/10990#discussion_r1367737207
##
boards/Kconfig:
##
@@ -1397,6 +1397,8 @@ config ARCH_BOARD_BEAGLEBONE_BLACK
---help---
This is the port of NuttX to the TI Beaglebone
acassis merged PR #10987:
URL: https://github.com/apache/nuttx/pull/10987
--
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.apac
This is an automated email from the ASF dual-hosted git repository.
acassis 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 6e94f7432f add gd32f470i board support
6e94f7432
rcsim commented on code in PR #10990:
URL: https://github.com/apache/nuttx/pull/10990#discussion_r1367741710
##
boards/Kconfig:
##
@@ -1432,14 +1434,6 @@ config ARCH_BOARD_PIC32MZ_STARTERKIT
See www.microchip.com for further information.
-config ARCH_BOARD_NU
acassis commented on code in PR #10990:
URL: https://github.com/apache/nuttx/pull/10990#discussion_r1367745640
##
boards/Kconfig:
##
@@ -1589,6 +1589,17 @@ config ARCH_BOARD_NUCLEO_F401RE
This is a minimal configuration that supports low-level test of
the
acassis commented on code in PR #10990:
URL: https://github.com/apache/nuttx/pull/10990#discussion_r1367745640
##
boards/Kconfig:
##
@@ -1589,6 +1589,17 @@ config ARCH_BOARD_NUCLEO_F401RE
This is a minimal configuration that supports low-level test of
the
raiden00pl opened a new pull request, #10991:
URL: https://github.com/apache/nuttx/pull/10991
## Summary
Migrate platforms from `Documentation/introduction/detailed_support.rst` to
`Documentation/platforms`.
I also remove the status/comments about chips that I know doesn't reflect
xiaoxiang781216 closed pull request #10963: Minor improvement for mmc
URL: https://github.com/apache/nuttx/pull/10963
--
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 unsubsc
xiaoxiang781216 opened a new pull request, #10992:
URL: https://github.com/apache/nuttx/pull/10992
## Summary
- stdio: Move cookie_io_functions_t inside #ifdef CONFIG_FILE_STREAM
- libc/stdio: Change FILE buffer field from "unsigned char *" to "char *"
## Impact
code
xiaoxiang781216 merged PR #10976:
URL: https://github.com/apache/nuttx/pull/10976
--
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
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 48a878fd06 Adding initial support to board esp
duduita commented on PR #7541:
URL: https://github.com/apache/nuttx/pull/7541#issuecomment-1773954646
@P1F and I are working on the suggested changes to merge this PR, but we
have some questions @xiaoxiang781216:
1) In our implementation, we created our own functions, like
`nflite_ad
xiaoxiang781216 commented on PR #7541:
URL: https://github.com/apache/nuttx/pull/7541#issuecomment-1773967906
> @P1F and I are working on the suggested changes to merge this PR, but we
have some questions @xiaoxiang781216 @acassis @wengzhe:
>
> 1. In our implementation, we created our
xiaoxiang781216 opened a new pull request, #10993:
URL: https://github.com/apache/nuttx/pull/10993
## Summary
## Impact
remove the dead code
## Testing
ci
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
xiaoxiang781216 opened a new pull request, #10994:
URL: https://github.com/apache/nuttx/pull/10994
## Summary
- libc/stdio: lib_fwrite_unlocked must call lib_fflush_unlocked with true
- libc/stdio: Remove bforce from lib_fflush[_unlocked]
- stdio: Implement [clearerr|putc|fflush
27 matches
Mail list logo