EWS_privat/firmware/canfd_cdc_composite/build
Eduard Iten e0a6b9181e fix: eliminate deprecated USB API warnings
- 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
2025-12-08 14:36:16 +01:00
..
CMakeFiles fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
Kconfig feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
app fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
modules feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
zephyr fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
.ninja_deps fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
.ninja_log fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
CMakeCache.txt fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
build.ninja fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
build_info.yml fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
cmake_install.cmake feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
compile_commands.json feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
sysbuild_modules.txt feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
zephyr_modules.txt feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
zephyr_settings.txt feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00