This is an automated email from the ASF dual-hosted git repository.

michallenc 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 e0fd7c67c graphics/microwindiws: Update microwindows commit hash
e0fd7c67c is described below

commit e0fd7c67c190d52b28911d1d9caccb741c8b8358
Author: Acfboy <[email protected]>
AuthorDate: Wed Sep 2 22:40:48 2026 +0800

    graphics/microwindiws: Update microwindows commit hash
    
    This update introduces the following changes in mw:
    - Fixed some -Werror warnings in CI.
    - Fixed the issue where the backspace key was not working in QEMU
    
    Signed-off-by: Acfboy <[email protected]>
---
 graphics/microwindows/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/microwindows/Makefile b/graphics/microwindows/Makefile
index 6b810362a..cb7fc58f3 100644
--- a/graphics/microwindows/Makefile
+++ b/graphics/microwindows/Makefile
@@ -31,7 +31,7 @@ MICROWINDOWS_DIR_NAME = microwindows
 
 WD := ${shell echo $(CURDIR) | sed -e 's/ /\\ /g'}
 
-MICROWINDOWS_COMMIT_HASH := f9c2980fe085de87acc085980ffd672bc2d20cff
+MICROWINDOWS_COMMIT_HASH := 19d1890f67f7e099c17b2fd4529c5160327eedba
 
 CONFIG_GRAPH_MICROWINDOWS_URL ?= 
https://codeload.github.com/ghaerr/microwindows/zip/$(MICROWINDOWS_COMMIT_HASH)
 

Reply via email to