Initial implementation of remarkable1 cross-compile

This commit is contained in:
Ben Siraphob
2020-11-23 21:18:54 +07:00
parent a9f8357e2e
commit 77e00150ba
2 changed files with 19 additions and 0 deletions
+5
View File
@@ -34,6 +34,11 @@ rec {
platform = platforms.raspberrypi;
};
remarkable1 = {
config = "armv7l-unknown-linux-gnueabihf";
platform = platforms.zero-gravitas;
};
armv7l-hf-multiplatform = {
config = "armv7l-unknown-linux-gnueabihf";
platform = platforms.armv7l-hf-multiplatform;