EWS/firmware/canfd_cdc_composite/build/zephyr
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
arch feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
boards feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
cmake feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
drivers feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
include/generated feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
kconfig feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
kernel feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
lib feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
misc/generated feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
soc feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
subsys feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
.cmake.dotconfig.checksum fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
.config feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
.config-trace.json feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
.config-trace.pickle feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
cmake_install.cmake feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
edt.pickle feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
edt.pickle.cmake feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
edt.pickle.cmake.new feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
isr_tables.c fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
isr_tables_swi.ld feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
isr_tables_vt.ld feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
libzephyr.a feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
linker.cmd feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
linker.cmd.dep feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
linker_zephyr_pre0.cmd feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
linker_zephyr_pre0.cmd.dep feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
runners.yaml feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
snippets_generated.cmake feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
syscall_weakdefs_llext.c feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
zephyr.bin fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
zephyr.dts feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
zephyr.dts.d feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
zephyr.dts.pre feat: working basic firmware with legacy USB API 2025-12-08 14:06:01 +01:00
zephyr.elf fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
zephyr.hex fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
zephyr.map fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
zephyr.stat fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
zephyr_final.map fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
zephyr_pre0.elf fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00
zephyr_pre0.map fix: eliminate deprecated USB API warnings 2025-12-08 14:36:16 +01:00