Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tmk_core/common/<plat> (#13918) | Joel Challis | 2021-11-19 | 1 | -49/+0 |
| | |||||
* | Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754) | Takeshi ISHII | 2021-06-07 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | * add readPort() and some API to 'tmk_core/common/*/gpio.h' The following macros have been added to gpio.h. * readPort(port) * setPortBitInput(port, bit) * setPortBitInputHigh(port, bit) * setPortBitOutput(port, bit) * writePortBitLow(port, bit) * writePortBitHigh(port, bit) * add data type 'port_data_t' into gpio.h * rename qmk_pin to pin | ||||
* | Split gpio and atomic to platform (#11792) | Joel Challis | 2021-02-14 | 1 | -0/+34 |