lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2262012694
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
shtirlic commented on issue #16610:
URL: https://github.com/apache/nuttx/issues/16610#issuecomment-3166643273
could be closed since #16704 merged
--
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 t
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261879974
##
arch/arm64/src/imx9/imx9_clockconfig.c:
##
@@ -562,3 +693,128 @@ int imx9_get_rootclock(int clkroot, uint32_t *frequency)
return -ENODEV;
}
+#endif
+
+#ifd
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261849273
##
arch/arm64/src/imx9/imx9_clockconfig.c:
##
@@ -53,6 +55,135 @@
* Private Functions
**
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261850092
##
arch/arm64/src/imx9/imx9_clockconfig.c:
##
@@ -562,3 +693,128 @@ int imx9_get_rootclock(int clkroot, uint32_t *frequency)
return -ENODEV;
}
+#endif
+
+#ifd
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261852657
##
arch/arm64/src/imx9/imx9_clockconfig.c:
##
@@ -36,10 +36,12 @@
#include
#include "arm64_internal.h"
+#ifndef CONFIG_IMX9_CLK_OVER_SCMI
#include "imx9_ccm.h
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261846922
##
arch/arm64/src/imx9/imx9_clockconfig.c:
##
@@ -53,6 +55,135 @@
* Private Functions
**
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261837429
##
arch/arm64/src/imx9/imx9_clockconfig.c:
##
@@ -53,6 +55,135 @@
* Private Functions
**
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261836691
##
arch/arm64/src/imx9/imx9_clockconfig.c:
##
@@ -562,3 +693,128 @@ int imx9_get_rootclock(int clkroot, uint32_t *frequency)
return -ENODEV;
}
+#endif
+
+#ifd
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261835939
##
arch/arm64/src/imx9/imx9_clockconfig.c:
##
@@ -562,3 +693,128 @@ int imx9_get_rootclock(int clkroot, uint32_t *frequency)
return -ENODEV;
}
+#endif
+
+#ifd
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261833086
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,331 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261833681
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,331 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261833425
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,331 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261832163
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,331 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2261820785
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,331 @@
+/
+ * arch/arm64/src/imx9/imx9
linguini1 opened a new pull request, #16821:
URL: https://github.com/apache/nuttx/pull/16821
## Summary
Fix mutex locking bugs and improve performance. Fix interval no longer set
statically since it is available via `set_interval` uORB function.
Activation/deactivation no longer trig
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 699aef891 Publishing web: 51627ec
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 28cd98c5619 docs/littlefs: Improve documentati
linguini1 commented on issue #9080:
URL: https://github.com/apache/nuttx/issues/9080#issuecomment-3165736767
> littlefs is designed to work with the raw flash, so the performance is
very poor compared with other block base file system(e.g. fat or ext4).
Right, but do you know what the
xiaoxiang781216 commented on issue #9080:
URL: https://github.com/apache/nuttx/issues/9080#issuecomment-3165684856
littlefs is designed to work with the raw flash, so the performance is very
poor compared with other block base file system(e.g. fat or ext4).
--
This is an automated message
xiaoxiang781216 merged PR #16817:
URL: https://github.com/apache/nuttx/pull/16817
--
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
xiaoxiang781216 closed issue #15840: [BUG] Littlefs only syncing with `fsync`,
but not `fflush`
URL: https://github.com/apache/nuttx/issues/15840
--
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
xiaoxiang781216 merged PR #16813:
URL: https://github.com/apache/nuttx/pull/16813
--
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 2fa607796d5 include/nuttx/atomic.h: Fix C++ co
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260128484
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,316 @@
+/
+ * arch/arm64/src/imx9/imx9
acassis merged PR #16809:
URL: https://github.com/apache/nuttx/pull/16809
--
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
acassis closed issue #16762: [HELP] Timer capture on nucleo stm32h743zi -
Driver port
URL: https://github.com/apache/nuttx/issues/16762
--
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 c
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 2771df62507 arch/arm/stm32h7: Port timer capture
hartmannathan commented on code in PR #16818:
URL: https://github.com/apache/nuttx/pull/16818#discussion_r2260318951
##
boards/arm/stm32h5/nucleo-h563zi/include/board.h:
##
@@ -317,11 +317,13 @@
/* Alternate function pin selections /
acassis commented on code in PR #16809:
URL: https://github.com/apache/nuttx/pull/16809#discussion_r2260375965
##
arch/arm/src/stm32h7/stm32_capture.h:
##
@@ -0,0 +1,240 @@
+/
+ * arch/arm/src/stm32h7/st
acassis commented on code in PR #16809:
URL: https://github.com/apache/nuttx/pull/16809#discussion_r2260375965
##
arch/arm/src/stm32h7/stm32_capture.h:
##
@@ -0,0 +1,240 @@
+/
+ * arch/arm/src/stm32h7/st
acassis merged PR #16820:
URL: https://github.com/apache/nuttx/pull/16820
--
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 1c1b814a9ae drivers/syslog/syslog_channel.c: fix
hartmannathan commented on code in PR #16817:
URL: https://github.com/apache/nuttx/pull/16817#discussion_r2260329725
##
Documentation/components/filesystem/littlefs.rst:
##
@@ -4,3 +4,28 @@ LITTLEFS
A little fail-safe filesystem designed for microcontrollers from
https://git
acassis commented on code in PR #16819:
URL: https://github.com/apache/nuttx/pull/16819#discussion_r2260314877
##
drivers/sensors/lsm6dso32_uorb.c:
##
@@ -1905,6 +1905,7 @@ int lsm6dso32_register(FAR struct i2c_master_s *i2c,
uint8_t addr,
priv->gyro.lower.type = SENSOR_TY
jlaitine commented on PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3164027206
> > @fdcavalcanti : I made some code review around the related code paths.
There seems to be several existing issues related to this, and I honestly don't
understand how it has ever work
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260186132
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,316 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260184987
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,316 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260142666
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,316 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260144714
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,316 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260140146
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,316 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260141260
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,316 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260120446
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260127981
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,316 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260126346
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260119168
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260121634
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260112722
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260102747
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2260078685
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2259996146
##
arch/arm64/src/imx9/imx9_scmi.h:
##
@@ -0,0 +1,316 @@
+/
+ * arch/arm64/src/imx9/imx9
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2259993700
##
arch/arm64/src/imx9/hardware/imx95/imx95_clock.h:
##
@@ -0,0 +1,828 @@
+/
+ * arch/ar
fdcavalcanti commented on PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3163682048
> @fdcavalcanti : I made some code review around the related code paths.
There seems to be several existing issues related to this, and I honestly don't
understand how it has ever wo
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2259984355
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2259769543
##
arch/arm64/src/imx9/imx9_clockconfig.h:
##
@@ -146,7 +151,60 @@ void imx9_clockconfig(void);
**
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2259768771
##
arch/arm64/include/imx9/imx95_irq.h:
##
@@ -44,10 +44,7 @@
#define IMX9_IRQ_LPTMR1 (IMX9_IRQ_EXT + 18)/* Low Power
Timer 1 */
#define IMX9
lipengfei28 commented on PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#issuecomment-3163374117
> and scmi from
done
--
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 specifi
jlaitine commented on code in PR #16813:
URL: https://github.com/apache/nuttx/pull/16813#discussion_r2259698184
##
include/nuttx/atomic.h:
##
@@ -60,8 +60,14 @@ extern "C++"
#include
#define ATOMIC_FUNC(f, n) atomic_##f##_explicit
- typedef volatile _Atomic int32_t
jlaitine commented on code in PR #16813:
URL: https://github.com/apache/nuttx/pull/16813#discussion_r2259698184
##
include/nuttx/atomic.h:
##
@@ -60,8 +60,14 @@ extern "C++"
#include
#define ATOMIC_FUNC(f, n) atomic_##f##_explicit
- typedef volatile _Atomic int32_t
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2259693571
##
arch/arm64/src/imx9/imx9_clockconfig.h:
##
@@ -146,7 +151,60 @@ void imx9_clockconfig(void);
**
xiaoxiang781216 commented on code in PR #16813:
URL: https://github.com/apache/nuttx/pull/16813#discussion_r2259529981
##
include/nuttx/atomic.h:
##
@@ -60,8 +60,14 @@ extern "C++"
#include
#define ATOMIC_FUNC(f, n) atomic_##f##_explicit
- typedef volatile _Atomic
raiden00pl commented on code in PR #16818:
URL: https://github.com/apache/nuttx/pull/16818#discussion_r2259508861
##
boards/arm/stm32h5/nucleo-h563zi/src/stm32_can.c:
##
@@ -0,0 +1,95 @@
+/
+ * boards/ar
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2259570850
##
arch/arm64/src/imx9/imx9_clockconfig.h:
##
@@ -30,11 +30,16 @@
#include
#include
+#ifdef CONFIG_IMX9_CLK_OVER_SCMI
+#include "hardware/imx95/imx95_clock.h"
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 ddd8d81874d docs/gnss_lowerhalf: Documentation for the lower-half GNSS
uORB driver
add c152f178f98 docs/unity:
xiaoxiang781216 merged PR #16816:
URL: https://github.com/apache/nuttx/pull/16816
--
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
michallenc opened a new pull request, #16820:
URL: https://github.com/apache/nuttx/pull/16820
## Summary
Use typedef `syslog_channel_t` instead of `struct syslog_channel_s`. The
error occurred if `CONFIG_SYSLOG_CDCACM` was set.
```console
CC: dirent/lib_telldir.c syslog/syslog_
66 matches
Mail list logo