eclipse-threadx / usbx

Eclipse ThreadX - USBX is a high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with Eclipse ThreadX RTOS
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/usbx/index.md
MIT License
148 stars 88 forks source link

NXP MIMXRT1170 SRAM device storage #82

Closed BluesharkPD closed 1 year ago

BluesharkPD commented 1 year ago

Hi, I would like to develop an application device storage SRAM without RTOS. using a NXP MIMXRT1170. if i include usbx and filex there is warning of duplicated declaration of Var in port. and declaration of var are not similar in tx/fx/ux port.

for example ULONG64 declared in fx typedef unsigned long long ULONG64;

ULONG64 declared in tx typedef unsigned long long ULONG64;

ULONG64 declared in ux typedef uint64_t ULONG64;

bhnaphade commented 1 year ago

@BluesharkPD thank you for reporting the warning. we will check this internally and address this soon.

BluesharkPD commented 1 year ago

Any update about this (patch or expand to see details).??