-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llext: test exporting DT devices to extensions
Add a new test to the simple llext test suite that verifies that DT devices are properly exported to extensions. This is done by obtaining a device handle from the DT and then trying to get the same handle at runtime using the device_get_binding() API. This test is optional because the current qemu_xtensa platform does not have any usable DT devices to test with. The LLEXT heap size is also increased to 64 kbytes to avoid heap exhaustion when running the new test on mps2_an385. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
- Loading branch information
Showing
3 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters