-
Notifications
You must be signed in to change notification settings - Fork 73
Implement new FFM API approach #454
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Providerinterfaces (gpio, i2c, spi, pwm) - Write JMH tests to measure performance
- Cover methods with tests and javadocs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request