pico-fido/tools
Pol Henarejos e21d985344
Adding support for specific vendor HID command (0x41).
It is a self implementation, based on CBOR command.
data[0] conveys the command and the contents mapped in CBOR encoding.
The map uses the authConfig template, where the fist item in the map is the subcommand (enable/disable at this moment), the second is a map of the parameters, the third and fourth are the pinUvParam and pinUvProtocol.

With this format only a single vendor HID command is necessary (0x41), which will be used for all my own commands, by using the command id in data[0] like with CBOR.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2022-10-29 19:41:00 +02:00
..
secure_key Adding support for backup. 2022-10-28 00:31:50 +02:00
pico-fido-tool.py Adding support for specific vendor HID command (0x41). 2022-10-29 19:41:00 +02:00
words.py Adding support for backup. 2022-10-28 00:31:50 +02:00