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
Goal: create a plugin, that can talk to hardware using FFM API. It was introduced in JDK22 and is going to replace old JNI in future releases of JDK. For now it is marked for restricted use since next JDK25.
Todo list:
Write some code, that works with FFM API objects (layouts, arenas, function calls, etc.)
Implement all basic Provider interfaces (gpio, i2c, spi, pwm)
Goal: create a plugin, that can talk to hardware using FFM API. It was introduced in JDK22 and is going to replace old JNI in future releases of JDK. For now it is marked for restricted use since next JDK25.
Todo list:
Providerinterfaces (gpio, i2c, spi, pwm)