Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
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

(nuttx-website) branch asf-site updated: Publishing web: 0c4cf723d0c8d4f69b483b914818c60b75ea9da4 docs: 5991a8c4cc1152039e1167d6f6bfb25346f1c387

2025-07-05 Thread github-bot
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

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
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

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
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

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
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

Re: [PR] driver/touchscreen: Add support for mirror/swap [nuttx]

2025-07-05 Thread via GitHub
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

[PR] arch/arm/stm32{h5|h7|l4}/adc: move ADC_MAX_SAMPLES to Kconfig [nuttx]

2025-07-05 Thread via GitHub
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

[PR] Doc/components: Updare refresh.sh to show usage examples [nuttx]

2025-07-05 Thread via GitHub
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

[I] Migrating boards to a common USB host waiter [nuttx]

2025-07-05 Thread via GitHub
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

Re: [PR] libc/mcount: add armv6m mcount implementation [nuttx]

2025-07-05 Thread via GitHub
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 -

Re: [PR] Fix smp scheduling [nuttx]

2025-07-05 Thread via GitHub
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