tobiasjaster commented on issue #1764:
URL: https://github.com/apache/nuttx-apps/issues/1764#issuecomment-1573853286

   > @tobiasjaster you cannot port matrix_keypad.c to NuttX because its license 
is GPL and this license is not compatible with Apache license. You need to 
"reinvent the wheel".
   
   I have also seen the license. Since the GPIOs would have to remain 
architecture-specific anyway, one must "reinvent" here anyway something in the 
direction upper/lower. In the upper part the interrupts are 
activated/deactivated and the logic when reading out the rows for each column 
and in the lower part the definition of the GPIOs happens together with their 
control. I am at least in such an implementation for my project. Maybe then a 
generic implementation can flow into the nuttx-repository.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to