kvm/internal/native/cgo
Alex P fba4eabf3b Merge branch 'dev' into feat/audio-support
Integrated latest dev branch changes including:
- Native process refactoring with gRPC architecture
- OTA update system refactor with new component-based updates
- Updated build system and dependencies
- UI improvements and bug fixes

Post-merge fixes applied:
- Remove duplicate OTA RPC function declarations (now in ota.go)
- Fix GetDefaultEDID reference to use native.DefaultEDID constant
- Fix IsUpdatePending to use otaState.IsUpdatePending() method
- Add missing OTA RPC handler registrations for new update system

All audio functionality from feat/audio-support preserved.
All dev branch functionality preserved.
2025-11-20 23:47:44 +02:00
..
.gitignore feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
CMakeLists.txt feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
ctrl.c fix: video quality (#913) 2025-10-29 16:11:07 +01:00
ctrl.h chore: disable sleep mode when detecting video format (#887) 2025-10-17 17:51:02 +02:00
edid.c feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
edid.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log_handler.c feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log_handler.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
lvgl-minify.del feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
lvgl-minify.patch feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
lvgl_defconfig feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
main.c feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
main.h feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
screen.c feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
screen.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
test.patch feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
ui feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ui_index.gen.sh feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ui_index.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
video.c Merge branch 'dev' into feat/audio-support 2025-10-30 02:14:30 +02:00
video.h chore: disable sleep mode when detecting video format (#887) 2025-10-17 17:51:02 +02:00