You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have quite a few drivers with native_posix in their name, DTS and/or kconfig options and file names.
Now that native_posix is being removed we have two options: We let them be, or we rename them
following appropriate deprecation.
Letting them be as they are could be a bit confusing for users, but minimizes churn, and viceversa.
We also don't necessarily need to rename all.
USB_NATIVE_POSIX will be depreated alongside the old USB stack. The implementation is completely wrong. The new stack has better USBIP support which does not share the USB_NATIVE_POSIX problems (including, but not limited to confusing name).
No objection for changing native_posix -> native_sim in Ethernet driver. The driver has not seen much changes lately so I am not expecting merge issues in the future. Renaming Kconfig options is of course a bigger change that might affect users but I suppose that is unavoidable.
We have quite a few drivers with
native_posix
in their name, DTS and/or kconfig options and file names.Now that native_posix is being removed we have two options: We let them be, or we rename them
following appropriate deprecation.
Letting them be as they are could be a bit confusing for users, but minimizes churn, and viceversa.
We also don't necessarily need to rename all.
Possible renaming:
native_sim
board specific drivers:The text was updated successfully, but these errors were encountered: