commit | a6584d5b2b0ea007478418ac308669a61061dda8 | [log] [tgz] |
---|---|---|
author | Luca Burelli <l.burelli@arduino.cc> | Thu Feb 20 18:21:04 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 17 19:58:15 2025 +0100 |
tree | b50152f9d3d5d1ccbc18040644f5f5ae98aca268 | |
parent | 959f1b352d03c007e85d0bfbb8c2371c570a7080 [diff] |
llext: add test for section and symbol alignment Add a test case for the alignment support in loadable extensions. This test case creates a set of constants with specific alignment requirements and verifies that they are placed in memory as expected. Fix the detached section test to use a more standard syntax for the section attribute, avoiding issues with different toolchains. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>