machine: add support for the X9 Pro smartwatch

This is a Chinese smart watch sold on AliExpress etc. It is based on a
nrf52832. More information:
https://github.com/curtpw/nRF5x-device-reverse-engineering/tree/master/X9-nrf52832-activity-tracker
This commit is contained in:
Ayke van Laethem
2019-11-02 22:09:59 +01:00
committed by Ron Evans
parent c138a50457
commit 2a5ab2500d
4 changed files with 40 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"inherits": ["nrf52"],
"build-tags": ["x9pro"],
"flash-method": "openocd",
"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
"openocd-interface": "jlink",
"openocd-transport": "swd"
}