aboutsummaryrefslogtreecommitdiff
path: root/samples/arm-none-eabi
Commit message (Collapse)AuthorAgeFilesLines
* arm-none-eabi: Disable RWX segment warning in binutilsKeith Packard2022-08-191-0/+1
| | | | | | | | | | This warning is designed to catch likely vulnerabilities in code run under memory protection -- allowing execution from memory which is writable. However, embedded arm systems frequently require placing code in RAM, for performance or functionality reasons. Disable the warning that recent versions of binutils has added. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add sample arm-none-eabiKeith Packard2022-05-122-0/+17
This is the triplet used by the Arm Embedded Toolkit as well as Debian. Signed-off-by: Keith Packard <keithp@keithp.com>