pinephone-keyboard/firmware
Samuel Holland bd69a00f7a common: Improve crc8 generation
Start with 0xff instead of 0x00, so the CRC will be nonzero (and length
dependent) for data that is all zeroes.

Remove unnecessary masking, since `crc` is already an 8-bit integer.
2021-08-02 10:13:06 +02:00
..
bootloader.bin Initial commit 2021-06-14 00:10:49 +02:00
build.sh Implement flashing over I2C and user/stock firmware support 2021-06-28 15:09:47 +02:00
em85f684a.h Implement flashing over I2C and user/stock firmware support 2021-06-28 15:09:47 +02:00
main.c common: Improve crc8 generation 2021-08-02 10:13:06 +02:00
registers.h Implement flashing over I2C and user/stock firmware support 2021-06-28 15:09:47 +02:00
stock-ivt.asm Implement flashing over I2C and user/stock firmware support 2021-06-28 15:09:47 +02:00