Add debugPins module that provides functions to set and clear debug GPIOs.
Disable logging once again.
This commit is contained in:
parent
5bc0640b73
commit
6f1857c503
5 changed files with 88 additions and 3 deletions
|
|
@ -178,6 +178,7 @@ list(APPEND SOURCE_FILES
|
|||
drivers/St7789.cpp
|
||||
drivers/SpiMaster.cpp
|
||||
drivers/Watchdog.cpp
|
||||
drivers/DebugPins.cpp
|
||||
BLE/BleManager.c
|
||||
Components/Battery/BatteryController.cpp
|
||||
Components/Ble/BleController.cpp
|
||||
|
|
@ -211,6 +212,7 @@ set(INCLUDE_FILES
|
|||
drivers/St7789.h
|
||||
drivers/SpiMaster.h
|
||||
drivers/Watchdog.h
|
||||
drivers/DebugPins.h
|
||||
BLE/BleManager.h
|
||||
Components/Battery/BatteryController.h
|
||||
Components/Ble/BleController.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue