
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
8 строки
218 Б
JSON
8 строки
218 Б
JSON
{
|
|
"inherits": ["nrf52"],
|
|
"build-tags": ["x9pro"],
|
|
"flash-method": "openocd",
|
|
"flash-command": "nrfjprog -f nrf52 --sectorerase --program {hex} --reset",
|
|
"openocd-interface": "jlink",
|
|
"openocd-transport": "swd"
|
|
}
|