Skip to content

Commit

Permalink
update hardware versions list
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Jun 22, 2022
1 parent a2c1bf6 commit 2886938
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions HardwareVariants.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# P8 Versions
# P8 Hardware Variants

## Pinetime

- Seen as: `Pinetime`
- Pinmap: Pinetime (`TARGET_DEVICE=PINETIME`)
- Charging: 12
- Cst816sReset: 10
- Button: 13
- ButtonEnable: 15
- Acceleration sensor: BMA421 (`DRIVER_ACC=BMA421`)
- LF clock: XTAL (`LF_CLK=XTAL`)
- Touch sensor: dynamic (`DRIVER_TOUCH=DYNAMIC`)
Expand All @@ -18,12 +15,10 @@
- Flash: XT25F32B


## P8a
## P8a variant 1

- Seen as: `MOY-TFK5`
- Pinmap: P8 (`TARGET_DEVICE=P8`)
- Charging: 19
- Cst816sReset: 13
- Button: 17
- Acceleration sensor: BMA421 (`DRIVER_ACC=BMA421`)
- LF clock: XTAL (`LF_CLK=XTAL`)
- Touch sensor: fused gesture (`DRIVER_TOUCH=GESTURE`)
Expand All @@ -34,12 +29,24 @@
- Flash: XM25QH32B


## P8a variant 2

- Seen as: `MOY-TIN5`
- Pinmap: P8 (`TARGET_DEVICE=P8`)
- Acceleration sensor: SC7A20 (`DRIVER_ACC=SC7A20`)
- LF clock: XTAL (`LF_CLK=XTAL`)
- Touch sensor: fused gesture (`DRIVER_TOUCH=GESTURE`)
- Chip marking: `CST716`
- Reports as `B4-0.2`
- Fused mode of operation in gesture mode
- Behavior: Gesture event after gesture only
- Flash: XM25QH32B


## P8b

- Seen as: `MOY-TON5`
- Pinmap: P8 (`TARGET_DEVICE=P8`)
- Charging: 19
- Cst816sReset: 13
- Button: 17
- Acceleration sensor: SC7A20 (`DRIVER_ACC=SC7A20`)
- LF clock: RC (`LF_CLK=RC`)
- Touch sensor: fused reporting (`DRIVER_TOUCH=REPORT`)
Expand Down

0 comments on commit 2886938

Please sign in to comment.