It's based on RIOT and runs on the PineTime. It's an implementation of these GNOME-style mockups.
Adwaita, GNOME's design language, is named after the oldest tortoise in history. Malila is named after the second.
- Install the package
make
- Open a terminal in this repository
- Run
git submodule init
- Run
git submodule update
- Install the packages
arm-none-eabi-gcc-cs arm-none-eabi-newlib
- Enter the
source
folder - Run
BOARD=pinetime make
- The binary will be at
bin/pinetime/malila.bin
, flash this to your device. For this you can use my flashing tool Pinetime Flasher with the "Flash firmware from file" option.
- Install the packages
gcc glibc-devel.i686
- Enter the
source
folder - Run
BOARD=native make all term
to build and run the software