nuttxpr commented on PR #2976:
URL: https://github.com/apache/nuttx-apps/pull/2976#issuecomment-2614261097
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
## Summary
This PR appears to be missing cruc
xiaoxiang781216 opened a new pull request, #2976:
URL: https://github.com/apache/nuttx-apps/pull/2976
## Summary
## Impact
## Testing
--
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
cederom merged PR #2975:
URL: https://github.com/apache/nuttx-apps/pull/2975
--
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
This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new b7f05e89b testing: Move crypto/setest to dr
cederom commented on PR #2975:
URL: https://github.com/apache/nuttx-apps/pull/2975#issuecomment-2614235216
CI build fixed, thank you @xiaoxiang781216, merging :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
no1wudi opened a new pull request, #15697:
URL: https://github.com/apache/nuttx/pull/15697
## Summary
- Moved the export of `ZIG` and `ZIGFLAGS` from `tools/Unix.mk` to
`tools/Export.mk`
- Simplified the `export` target in `tools/Unix.mk` by removing redundant
`ZIG` and `ZIGFLAGS` var
no1wudi commented on PR #15696:
URL: https://github.com/apache/nuttx/pull/15696#issuecomment-2614211640
So for this issue it's not enough by just add LLVM relative flags, but need
further work to build an ELF file from Rust toolchain directly.
--
This is an automated message from the Apac
lupyuen commented on PR #15696:
URL: https://github.com/apache/nuttx/pull/15696#issuecomment-2614209655
Sorry @no1wudi the `hello_rust_cargo` ELF seems to be missing from
`apps/bin`? Other apps are OK. Thanks :-)
https://gist.github.com/lupyuen/98e110d5228c9d2eaee16e8a3734055b
```text
no1wudi commented on PR #15696:
URL: https://github.com/apache/nuttx/pull/15696#issuecomment-2614199929
@lupyuen Could you try this patch for rust support with kernel mode?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
no1wudi opened a new pull request, #15696:
URL: https://github.com/apache/nuttx/pull/15696
##Summary
- Added LLVM_ARCHTYPE, LLVM_CPUTYPE, and LLVM_ABITYPE to the exported build
configuration in both `Export.mk` and `mkexport.sh`
- These flags are now included in the generated `makeinfo
anchao commented on PR #15695:
URL: https://github.com/apache/nuttx/pull/15695#issuecomment-2614199181
Please do not make such changes. The meaning of raw_ in linux is to disable
the preemption. We need to discuss API naming further.
https://github.com/apache/nuttx/pull/15684#issuecom
nuttxpr commented on PR #15695:
URL: https://github.com/apache/nuttx/pull/15695#issuecomment-2614193925
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR does not fully meet the NuttX requirements
hujun260 opened a new pull request, #15695:
URL: https://github.com/apache/nuttx/pull/15695
## Summary
replace spin_lock_irqrestore with raw_spin_lock_irqrestore
## Impact
*Update this section, where applicable, on how change affects users,
build process, hardware, do
yf13 opened a new pull request, #15694:
URL: https://github.com/apache/nuttx/pull/15694
# Summary
This adds exported LDMODULEFLAGS so that kernel modules can build with
Kernel mode NuttX. Without it, we have link errors like:
```sh
make[3]: Entering directory '/tmp/apps/exam
hujun260 commented on PR #15691:
URL: https://github.com/apache/nuttx/pull/15691#issuecomment-2614163422
> @eren-terzioglu could you verify this patch with
[espressif/esp-hal-3rdparty#8](https://github.com/espressif/esp-hal-3rdparty/pull/8)?
@eren-terzioglu
My verification ste
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 d10c0239fd Publishing web: c9485a
maitiSoutrik opened a new issue, #15693:
URL: https://github.com/apache/nuttx/issues/15693
### Description
I have the following led configuration :
```
# CONFIG_ARCH_LEDS is not set
# LED Support
CONFIG_USERLED=y
CONFIG_USERLED_LOWER=y
# CONFIG_USERLED_LOWER_READ
xiaoxiang781216 merged PR #2974:
URL: https://github.com/apache/nuttx-apps/pull/2974
--
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...
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 0406e6734 apps/testing:move atomic,cpuloa
nuttxpr commented on PR #2975:
URL: https://github.com/apache/nuttx-apps/pull/2975#issuecomment-2613959524
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR description does not adequately meet the
xiaoxiang781216 opened a new pull request, #2975:
URL: https://github.com/apache/nuttx-apps/pull/2975
## Summary
follow the dissusion from:
https://github.com/apache/nuttx-apps/pull/2931
## Impact
testing folder relayout
## Testing
ci
--
This is an aut
xiaoxiang781216 commented on PR #15691:
URL: https://github.com/apache/nuttx/pull/15691#issuecomment-2613952221
@eren-terzioglu could you verify this patch with
https://github.com/espressif/esp-hal-3rdparty/pull/8?
--
This is an automated message from the Apache Git Service.
To respon
artdeell opened a new issue, #15692:
URL: https://github.com/apache/nuttx/issues/15692
### Description / Steps to reproduce the issue
When enabling ESP32_IRAM_HEAP on the default esp32-devkitc:smp
configuration, the resulting build cannot start.
Serial output:
```
ets Jul
hujun260 commented on issue #15688:
URL: https://github.com/apache/nuttx/issues/15688#issuecomment-2613866903
https://github.com/espressif/esp-hal-3rdparty
--
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
nuttxpr commented on PR #15691:
URL: https://github.com/apache/nuttx/pull/15691#issuecomment-2613838685
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the basic NuttX requiremen
hujun260 commented on issue #15688:
URL: https://github.com/apache/nuttx/issues/15688#issuecomment-2613838462
https://github.com/apache/nuttx/pull/15691
This patch hasn't completely resolved the boot-up issue.
still report
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x7
hujun260 opened a new pull request, #15691:
URL: https://github.com/apache/nuttx/pull/15691
## Summary
arch: use raw_spin_[un]lock to replace spin_[un]lock, fix regression
b69111d16a2a330fa272af8175c832e08881844b of
https://github.com/apache/nuttx/pull/14578
reason:
Due to
27 matches
Mail list logo