diff options
| author | Clement Sibille <clements+github@lisible.xyz> | 2024-06-02 01:33:37 +0900 |
|---|---|---|
| committer | Clement Sibille <clements+github@lisible.xyz> | 2024-06-02 01:33:37 +0900 |
| commit | 1432cc812d9ef544b251a54a639a460363fd663a (patch) | |
| tree | de5c00082e656421dba060293e7fb870e9e11e8c /cross/playdate.txt | |
| parent | c1f965bd3c85d11937b3c31d5a418d1e9fcd1ee0 (diff) | |
Update crossfile for playdate
Diffstat (limited to 'cross/playdate.txt')
| -rw-r--r-- | cross/playdate.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cross/playdate.txt b/cross/playdate.txt new file mode 100644 index 0000000..c54b4ba --- /dev/null +++ b/cross/playdate.txt @@ -0,0 +1,11 @@ +[binaries] +c = 'arm-none-eabi-gcc' +ar = 'arm-none-eabi-ar' +strip = 'arm-none-eabi-strip' +ld = 'arm-none-eabi-ld' + +[host_machine] +system = 'none' +cpu_family = 'arm' +cpu = 'cortex-m7' +endian = 'little' |
