This project try to port PebbleOS to Zephyr
Pebble Time 2(pt2)
Pebble Round 2(pr2)
Setup Zephyr environment
west init -m https://github.com/ck-telecom/pinetime.git --mr develop pinetime
cd pinetime && west update
make sure in directory pinetime
west build -p -b pt2 app
west flash or
west flash --port=<your_serial_port>
west debug
6 years ago, I started this project, and now it's alive!
-
KernelMain - Main kernel task(main task)
-
KernelBackground - Background kernel task(Background task)
-
Worker - Worker task(Worker task)
-
App - Application task(App task)
-
BTHost - Bluetooth HostZephyr bluetooth
-
BTController - Bluetooth Controller(Zephyr bluetooth)
-
BTHCI - Bluetooth HCI(Zephyr bluetooth)
-
NewTimers - Timer task(Zephyr workqueue)
-
PULSE - PULSE task(NA)