KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
pinetime
★ 23
Open GitHub ↗
zephyr based PineTime smartwatch
Download README (.md)
Explore Similar Repositories
p8b-infinitime
:
Run InfiniTime & Bootloader on the P8 smartwatch
remote-pinetime-bot
:
Telegram Bot to flash and test PineTime firmware remotely
pinetime-hermes-firmware
:
PineTime Hermes - Firmware for Smart Watch
pinetime-watchface
:
Watch Face Framework for Rust + Mynewt on PineTime Smart Watch
barebones-watchface
:
Barebones Watch Face for Rust + Mynewt on PineTime Smart Watch
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pinetime
?
Download (.md)
# pinetime #### Introduction This project try to port PebbleOS to Zephyr #### Hardware Pebble Time 2(pt2) Pebble Round 2(pr2) #### Initialization Setup Zephyr environment ``` west init -m https://github.com/ck-telecom/pinetime.git --mr develop pinetime cd pinetime && west update ``` #### Build ``` make sure in directory pinetime west build -p -b pt2 app ``` #### Flash ``` west flash or west flash --port=<your_serial_port> ``` #### Debug ``` west debug ``` ### History 6 years ago, I started this project, and now it's alive! ## Taks Mapping(PebbleOS - Zephyr) 1. KernelMain - Main kernel task(main task) 2. KernelBackground - Background kernel task(Background task) 3. Worker - Worker task(Worker task) 4. App - Application task(App task) 5. BTHost - Bluetooth HostZephyr bluetooth 6. BTController - Bluetooth Controller(Zephyr bluetooth) 7. BTHCI - Bluetooth HCI(Zephyr bluetooth) 8. NewTimers - Timer task(Zephyr workqueue) 9. PULSE - PULSE task(NA)