Commit 91abe9c
authored
fastrpc: upgrade 0.1.7 -> 1.0.0 (#1076)
Upgrade FastRPC from version 0.1.7 to 1.0.0. The previously applied
patch for 0.1.7 is no longer needed, as the required changes are now
included upstream in 1.0.0. Remove the patch file to simplify
maintenance and reduce redundancy.
Top-Level Changelog:
**Core Enhancements**
- Support GPDSP offloading for enhanced processing capabilities.
- rpcmem integration: Register rpcmem-allocated buffers with the FastRPC
memory framework.
**Code Cleanup & Refactoring**
- Removed unused Android-specific DSP HAL code.
- Unified daemon sources into a single file for better maintainability.
- Dropped AEEStdDef.h from rpcmem.h to fix build issues.
- Eliminated CR-LF line endings across remaining files.
**Bug Fixes & Stability**
- Fixed potential uninitialized variable warnings.
- Improved ramdisk unpack/repack logic for FastRPC validation.
- Reduced log verbosity to prevent syslog flooding and improve error
visibility.
**Documentation & Design**
- Updated design document for apps_mem.
- Enhanced README and environment handling for fastrpc_test.
**CI/CD Improvements**
- Added pre-merge verification: sync, build, and test.
- Switched all reusable workflow references to the development branch.
- Prevented stale-issues workflow from auto-closing active PRs.File tree
2 files changed
+1
-172
lines changed- recipes-support/fastrpc
- fastrpc
2 files changed
+1
-172
lines changedLines changed: 0 additions & 170 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments