Tab5 features, StackChan, fixes, drivers.... (#526)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
extern "C" {
|
||||
|
||||
extern struct Module device_module;
|
||||
extern struct Module lilygo_tlora_pager_module;
|
||||
|
||||
static int start(Device* device) {
|
||||
return 0;
|
||||
@@ -23,7 +23,7 @@ Driver tlora_pager_driver = {
|
||||
.stop_device = stop,
|
||||
.api = nullptr,
|
||||
.device_type = nullptr,
|
||||
.owner = &device_module,
|
||||
.owner = &lilygo_tlora_pager_module,
|
||||
.internal = nullptr
|
||||
};
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ spiRamMode=AUTO
|
||||
spiRamSpeed=120M
|
||||
tinyUsb=true
|
||||
esptoolFlashFreq=40M
|
||||
bluetooth=true
|
||||
|
||||
[display]
|
||||
size=2.33"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include <bindings/tlora_pager.h>
|
||||
#include <tactility/bindings/esp32_ble.h>
|
||||
#include <tactility/bindings/esp32_gpio.h>
|
||||
#include <tactility/bindings/esp32_i2c.h>
|
||||
#include <tactility/bindings/esp32_i2s.h>
|
||||
@@ -12,6 +13,10 @@
|
||||
compatible = "lilygo,tlora-pager";
|
||||
model = "LilyGO T-Lora Pager";
|
||||
|
||||
ble0 {
|
||||
compatible = "espressif,esp32-ble";
|
||||
};
|
||||
|
||||
gpio0 {
|
||||
compatible = "espressif,esp32-gpio";
|
||||
gpio-count = <49>;
|
||||
|
||||
Reference in New Issue
Block a user