This website requires JavaScript.
Explore
Impressum
Grow Tools
Help
Sign In
uhk
/
firmware
Watch
1
Star
0
Fork
0
You've already forked firmware
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
0867132ba36619e2bc67feee13f6b4758b9e252b
firmware
/
shared
History
László Monda
5c84620704
Call KeyMatrix_ScanRow() from an LPTMR interrupt for the left half. Remove KeyMatrix_Scan()
2017-11-14 02:29:18 +01:00
..
attributes.h
Add ATTR_* macros in the newly created attributes.h and use them wherever possible for improved readability.
2017-10-04 22:26:48 +02:00
bool_array_converter.c
Fix the computation of KEY_STATE_SIZE and the byte count to memset in BoolBytesToBits()
2017-09-26 20:18:26 +02:00
bool_array_converter.h
Remove KEY_STATE_SIZE in favor of the more general BOOL_BYTES_TO_BITS_COUNT() macro.
2017-09-30 00:57:10 +02:00
bootloader.h
Implement KbootCommand_Ping and set set left BOOTLOADER_TIMEOUT_MS back to 100 ms.
2017-10-23 21:33:08 +02:00
buffer.c
Add shared/buffer.[ch] for easily dealing with array values.
2017-11-11 03:40:06 +01:00
buffer.h
Add shared/buffer.[ch] for easily dealing with array values.
2017-11-11 03:40:06 +01:00
crc16.c
Add i2c_message_t and use it all across the codebase. This will allow handling variable-length I2C messages and validation with minimal effort. The test LED and brightness PWM update features got temporarily broken and will fix them soon.
2017-09-25 03:03:14 +02:00
crc16.h
Add i2c_message_t and use it all across the codebase. This will allow handling variable-length I2C messages and validation with minimal effort. The test LED and brightness PWM update features got temporarily broken and will fix them soon.
2017-09-25 03:03:14 +02:00
i2c_addresses.h
Extend the description of the I2C address allocation strategy.
2017-09-20 13:24:39 +02:00
key_matrix.c
Call KeyMatrix_ScanRow() from an LPTMR interrupt for the left half. Remove KeyMatrix_Scan()
2017-11-14 02:29:18 +01:00
key_matrix.h
Call KeyMatrix_ScanRow() from an LPTMR interrupt for the left half. Remove KeyMatrix_Scan()
2017-11-14 02:29:18 +01:00
README.md
Update README.md
2017-02-19 17:02:30 +01:00
slave_protocol.c
Add slave_protocol.c that I forgot to add.
2017-10-07 12:29:44 +02:00
slave_protocol.h
Swap SlaveCommand_RequestKeyStates and SlaveCommand_JumpToBootloader, thereby making SlaveCommand_JumpToBootloader the lower number because it's more basic and shouldn't change in the future.
2017-11-09 01:49:32 +01:00
README.md
Shared files
These files are shared between multiple projects of this repository.
Reference in New Issue
View Git Blame
Copy Permalink