aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/PinMap.h
Commit message (Collapse)AuthorAgeFilesLines
* Add basic hardware configuration options for P8Christoph Honal2022-06-271-2/+2
| | | | | This enables the configuration of the LFCLK source, as well as the target hardware board pin configuration.
* System: Refactor pin and interrupt setupChristoph Honal2022-06-051-0/+2
| | | | | | This should ensure better readability of the pin setup procedure, as well as allow the configuration of the hardware button enable pin and the accelerometer interrupt pin via the pin mapping header.
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-12/+12
|
* Add missing standard includesReinhold Gschweicher2021-11-151-0/+1
|
* Rename backlight level pinshubmartin2021-08-041-3/+3
|
* Cleanup, set Pinetime as defaulthubmartin2021-08-031-41/+17
|
* PinMap with namespace and constexprhubmartin2021-08-031-0/+37
|
* DRAFT: Put gpio pins to separate filehubmartin2021-08-021-0/+25