项目作者: JayKickliter

项目描述 :
An out-of-tree port of Tock to the PineTime smart watch
高级语言: Rust
项目地址: git://github.com/JayKickliter/pinetime-tock.git
创建时间: 2020-03-28T17:47:12Z
项目社区:https://github.com/JayKickliter/pinetime-tock

开源协议:Apache License 2.0

下载


PineTime Tock

An out-of-tree port of Tock to the PineTime smart watch.

PineTime Resources

  1. Build kernel with debug symbols

    1. $ make -C board/pinetime debug
  2. Start JLink GDB server in a seperate shell

    1. $ ./scripts/start_gdb_server_jlink.sh
  3. Debug with arm-none-eabi-gdb

    1. $ ./scripts/gdb.sh
    2. # Alternatively, debug with `cgdb` TUI interface
    3. $ ./scripts/cgdb.sh