doc: migration-guide: add few input points

Add a point for the updated callback API as well as the analog axis
inversion property rename.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2024-07-29 09:25:17 +01:00 committed by Carles Cufí
parent 61129d8fd2
commit 9df289e7d4
1 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,14 @@ GNSS
Input
=====
* :c:macro:`INPUT_CALLBACK_DEFINE` has now an extra ``user_data`` void pointer
argument that can be used to reference any user data structure. To restore
the current behavior it can be set to ``NULL``. A ``void *user_data``
argument has to be added to the callback function arguments.
* The :dtcompatible:`analog-axis` ``invert`` property has been renamed to
``invert-input`` (there's now an ``invert-output`` available as well).
Interrupt Controller
====================