# pinetime **Repository Path**: fwatch/pinetime ## Basic Information - **Project Name**: pinetime - **Description**: zephyr based PineTime - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-11-17 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pinetime #### Introduction Hypnos do not update any more, this is a new home for zephyr based PineTime #### Hardware pinetine's flash only has 512KB, we will upgrade the hardware in some feture, not take too much long! #### Software Zephyr Versoin: 3.0.0 LVGL Version: 8.2.0 Apps: Clock passkey music Inspired by RebbleOS, this project API will be closed with Pebble API so that make more fun! - [ ] AppMessage - [ ] AppWorker - [ ] Event Service - [ ] Timer - [ ] Storage - [x] Vibes Most impotant feature: - [x] Apple Media Service client - [x] Apple Notification Service client - [x] CTS - [x] ANS #### Initialization ``` west init -m https://github.com/ck-telecom/pinetime.git --mr develop pinetime cd pinetime && west update ``` #### Build ``` cd pinetime/app west build -p auto -b pinetime_devkit0 . ``` #### Flash ``` west flash ``` #### Debug ``` west debug ```