Device license changes (#596)

See https://github.com/TactilityProject/Tactility/pull/596 for author consent.
This commit is contained in:
Ken Van Hoeylandt
2026-07-30 17:19:11 +02:00
committed by GitHub
parent 1cb661469d
commit 606b918f9c
60 changed files with 9793 additions and 23 deletions
@@ -2,9 +2,6 @@
#include <driver/gpio.h>
// Board peripheral power-enable pin (display, backlight, etc). Must be asserted before the
// devicetree devices below start - kernel_init() starts all dts_modules[] (this one included)
// before constructing any dts_devices[], so doing it here in start() runs early enough.
constexpr auto POWER_ON_PIN = GPIO_NUM_15;
extern "C" {