Initial implementation of remarkable1 cross-compile

This commit is contained in:
Ben Siraphob 2020-11-18 09:48:08 +07:00
parent a9f8357e2e
commit 77e00150ba
2 changed files with 19 additions and 0 deletions

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;