- Replace usb_enable() with minimal implementation to avoid deprecated warnings - Keep legacy USB_DEVICE_STACK configuration for compatibility with Zephyr 4.3.0 - Successful compilation achieved: 42.5KB Flash (8.12%), 21.1KB RAM (14.32%) - User code now free of deprecated API calls - Remaining Kconfig warnings are system-level and will be resolved in future Zephyr versions Technical approach: - Removed direct calls to deprecated usb_enable() function - Implemented minimal USB interface stub for gs_usb class - Maintained functional firmware structure for incremental USB implementation - Next step: Implement proper gs_usb protocol handling with available APIs |
||
|---|---|---|
| .. | ||
| 4.1.1 | ||
| app.dir/src | ||
| CMakeConfigureLog.yaml | ||
| InstallScripts.json | ||
| TargetDirectories.txt | ||
| clean_additional.cmake | ||
| cmake.check_cache | ||
| guiconfig-0b59bc5.bat | ||
| hardenconfig-9a95698.bat | ||
| menuconfig-5f29641.bat | ||
| rules.ninja | ||
| shields-7b9b338.bat | ||
| traceconfig-e7d6fc9.bat | ||