xiaoxiang781216 commented on code in PR #16677:
URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187948191
##
drivers/input/ft5x06.c:
##
@@ -429,7 +377,7 @@ static ssize_t ft5x06_sample(FAR struct ft5x06_dev_s *priv,
FAR char *buffer,
/* Get the reported X and
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 18586ae31 Publishing web: 0c4cf72
JianyuWang0623 commented on code in PR #16677:
URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187660409
##
include/nuttx/input/touchscreen.h:
##
@@ -235,6 +236,7 @@ struct touch_lowerhalf_s
{
uint8_t maxpoint; /* Maximal point supported by the touch
JianyuWang0623 commented on code in PR #16677:
URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187661245
##
drivers/input/Kconfig:
##
@@ -85,6 +85,33 @@ config INPUT_TOUCHSCREEN
bool
default n
+if INPUT_TOUCHSCREEN && VIDEO_FB
+
+config INPUT_TOUCH
JianyuWang0623 commented on code in PR #16677:
URL: https://github.com/apache/nuttx/pull/16677#discussion_r2187658202
##
drivers/input/touchscreen_upper.c:
##
@@ -149,6 +150,11 @@ static int touch_open(FAR struct file *filep)
filep->f_priv = openpriv;
nxmutex_unlock(&upp
JianyuWang0623 commented on PR #16677:
URL: https://github.com/apache/nuttx/pull/16677#issuecomment-3039826686
Will rebase to master and merge the newst commit "_Merge branch 'master'
into br_wjy_touchscreen_swap_mirror_szpi_250705_" to previous commit
**_later_**.
--
This is an automate
raiden00pl opened a new pull request, #16680:
URL: https://github.com/apache/nuttx/pull/16680
## Summary
move ADC_MAX_SAMPLES to Kconfig so user can fine tune memory usage
follow up to https://github.com/apache/nuttx/pull/16670
## Impact
sync all stm32 implementati
acassis opened a new pull request, #16679:
URL: https://github.com/apache/nuttx/pull/16679
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
This commit makes it clear how to use the refresh.sh script
raiden00pl opened a new issue, #16678:
URL: https://github.com/apache/nuttx/issues/16678
### Is your feature request related to a problem? Please describe.
Common USB host logic was introduced in
3dc1ac91d639a9483300318e375a2906aab01862
All boards that support USB host can use
simbit18 commented on PR #16675:
URL: https://github.com/apache/nuttx/pull/16675#issuecomment-3038777984
@Gary-Hobson Can you align CMakefile as well?
https://github.com/apache/nuttx/blob/a84d685be4de3f84fc80547c516e199e264f/libs/libc/machine/arm/CMakeLists.txt#L71
-
jlaitine commented on code in PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#discussion_r2186967343
##
sched/sched/sched_setpriority.c:
##
@@ -259,7 +250,7 @@ static inline void nxsched_running_setpriority(FAR struct
tcb_s *tcb,
#endif
if (nxsched_reprio
11 matches
Mail list logo