Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Devices/elecrow-crowpanel-advance-28/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hardware.flashSize=16MB
hardware.spiRam=true
hardware.spiRamMode=OCT
hardware.spiRamSpeed=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <tactility/bindings/esp32_i2c.h>
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_uart.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/esp32_sdspi.h>
#include <tactility/bindings/esp32_pwm_ledc.h>
#include <tactility/bindings/pwm_backlight.h>
Expand Down Expand Up @@ -105,4 +106,12 @@
pin-tx = <&gpio0 17 GPIO_FLAG_NONE>;
pin-rx = <&gpio0 18 GPIO_FLAG_NONE>;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/elecrow-crowpanel-advance-35/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hardware.flashSize=16MB
hardware.spiRam=true
hardware.spiRamMode=OCT
hardware.spiRamSpeed=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <tactility/bindings/esp32_i2c.h>
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_uart.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/esp32_sdspi.h>
#include <tactility/bindings/esp32_pwm_ledc.h>
#include <tactility/bindings/pwm_backlight.h>
Expand Down Expand Up @@ -110,4 +111,12 @@
pin-tx = <&gpio0 17 GPIO_FLAG_NONE>;
pin-rx = <&gpio0 18 GPIO_FLAG_NONE>;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/elecrow-crowpanel-advance-50/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hardware.flashSize=16MB
hardware.spiRam=true
hardware.spiRamMode=OCT
hardware.spiRamSpeed=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <tactility/bindings/esp32_i2c.h>
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_uart.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/esp32_sdspi.h>
#include <tactility/bindings/gpio_backlight.h>
#include <bindings/rgb_display.h>
Expand Down Expand Up @@ -123,4 +124,12 @@
pin-tx = <&gpio0 20 GPIO_FLAG_NONE>;
pin-rx = <&gpio0 19 GPIO_FLAG_NONE>;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/elecrow-crowpanel-basic-50/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hardware.flashSize=4MB
hardware.spiRam=true
hardware.spiRamMode=OCT
hardware.spiRamSpeed=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <tactility/bindings/esp32_i2c.h>
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_uart.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/esp32_sdspi.h>
#include <tactility/bindings/esp32_pwm_ledc.h>
#include <tactility/bindings/pwm_backlight.h>
Expand Down Expand Up @@ -119,4 +120,12 @@
pin-tx = <&gpio0 43 GPIO_FLAG_NONE>;
pin-rx = <&gpio0 44 GPIO_FLAG_NONE>;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/es3c28p/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hardware.spiRam=true
hardware.spiRamMode=OCT
hardware.spiRamSpeed=120M
hardware.esptoolFlashFreq=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.bluetooth=true

display.size=2.8"
Expand Down
9 changes: 9 additions & 0 deletions Devices/es3c28p/es3c28p.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <tactility/bindings/esp32_pwm_ledc.h>
#include <tactility/bindings/esp32_sdmmc.h>
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/esp32_wifi_pinned.h>
#include <tactility/bindings/battery_sense.h>
#include <tactility/bindings/gpio_hog.h>
Expand Down Expand Up @@ -139,4 +140,12 @@
slot = <SDMMC_HOST_SLOT_1>;
bus-width = <4>;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/heltec-wifi-lora-32-v3/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apps.autoStartAppId=ApWebServer
hardware.target=ESP32S3
hardware.flashSize=8MB
hardware.spiRam=false
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
9 changes: 9 additions & 0 deletions Devices/heltec-wifi-lora-32-v3/heltec,wifi-lora-32-v3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <tactility/bindings/esp32_gpio.h>
#include <tactility/bindings/esp32_i2c.h>
#include <tactility/bindings/esp32_adc_oneshot.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/battery_sense.h>
#include <tactility/bindings/gpio_hog.h>
#include <bindings/button_control.h>
Expand Down Expand Up @@ -113,4 +114,12 @@
compatible = "tactility,button-control";
pin-primary = <&gpio0 0 GPIO_FLAG_NONE>;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/lilygo-tdeck-max/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hardware.flashMode=DIO
hardware.spiRam=true
hardware.spiRamMode=AUTO
hardware.spiRamSpeed=80M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=80M
hardware.bluetooth=true

Expand Down
9 changes: 9 additions & 0 deletions Devices/lilygo-tdeck-max/lilygo,tdeck-max.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_sdspi.h>
#include <tactility/bindings/esp32_pwm_ledc.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/pwm_backlight.h>
#include <bindings/sx1262.h>
#include <bindings/xl9555.h>
Expand Down Expand Up @@ -179,4 +180,12 @@
dio2-as-rf-switch;
};
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/lilygo-tdeck-plus/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hardware.flashSize=16MB
hardware.spiRam=true
hardware.spiRamMode=OCT
hardware.spiRamSpeed=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
9 changes: 9 additions & 0 deletions Devices/lilygo-tdeck-plus/lilygo,tdeck-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_wifi_pinned.h>
#include <tactility/bindings/esp32_uart.h>
#include <tactility/bindings/esp32_usbdevice.h>

#include <bindings/gt911.h>
#include <bindings/st7789.h>
Expand Down Expand Up @@ -198,4 +199,12 @@
model = <GPS_MODEL_UBLOX10>;
};
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/lilygo-tdeck-pro/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hardware.flashMode=DIO
hardware.spiRam=true
hardware.spiRamMode=AUTO
hardware.spiRamSpeed=80M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=80M
hardware.bluetooth=true

Expand Down
9 changes: 9 additions & 0 deletions Devices/lilygo-tdeck-pro/lilygo,tdeck-pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_sdspi.h>
#include <tactility/bindings/esp32_pwm_ledc.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/pwm_backlight.h>
#include <bindings/cst328.h>
#include <bindings/gdeq031t10.h>
Expand Down Expand Up @@ -135,4 +136,12 @@
frequency-khz = <20000>;
};
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/lilygo-tdeck/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hardware.flashSize=16MB
hardware.spiRam=true
hardware.spiRamMode=OCT
hardware.spiRamSpeed=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
9 changes: 9 additions & 0 deletions Devices/lilygo-tdeck/lilygo,tdeck.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_wifi_pinned.h>
#include <tactility/bindings/esp32_uart.h>
#include <tactility/bindings/esp32_usbdevice.h>

#include <bindings/gt911.h>
#include <bindings/st7789.h>
Expand Down Expand Up @@ -192,4 +193,12 @@
i2cPort = <I2C_NUM_1>;
i2cClockFrequency = <400000>;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/lilygo-tdisplay-s3/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hardware.flashSize=16MB
hardware.spiRam=true
hardware.spiRamMode=OCT
hardware.spiRamSpeed=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
9 changes: 9 additions & 0 deletions Devices/lilygo-tdisplay-s3/lilygo,tdisplay-s3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <tactility/bindings/battery_sense.h>
#include <tactility/bindings/esp32_i8080.h>
#include <tactility/bindings/esp32_pwm_ledc.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/pwm_backlight.h>
#include <bindings/st7789_i8080.h>
#include <bindings/button_control.h>
Expand Down Expand Up @@ -95,4 +96,12 @@
pin-primary = <&gpio0 0 GPIO_FLAG_NONE>;
pin-secondary = <&gpio0 14 GPIO_FLAG_NONE>;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/lilygo-tdongle-s3/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apps.autoStartAppId=ApWebServer
hardware.target=ESP32S3
hardware.flashSize=16MB
hardware.spiRam=false
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
9 changes: 9 additions & 0 deletions Devices/lilygo-tdongle-s3/lilygo,tdongle-s3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <tactility/bindings/esp32_sdmmc.h>
#include <tactility/bindings/esp32_spi.h>
#include <tactility/bindings/esp32_uart.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/esp32_pwm_ledc.h>
#include <tactility/bindings/pwm_backlight.h>
#include <bindings/st7735.h>
Expand Down Expand Up @@ -95,4 +96,12 @@
pin-tx = <&gpio0 43 GPIO_FLAG_NONE>;
pin-rx = <&gpio0 44 GPIO_FLAG_NONE>;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/lilygo-thmi/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hardware.flashSize=16MB
hardware.spiRam=true
hardware.spiRamMode=OCT
hardware.spiRamSpeed=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=120M
hardware.bluetooth=true

Expand Down
9 changes: 9 additions & 0 deletions Devices/lilygo-thmi/lilygo,thmi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <tactility/bindings/esp32_sdmmc.h>
#include <tactility/bindings/esp32_i8080.h>
#include <tactility/bindings/esp32_pwm_ledc.h>
#include <tactility/bindings/esp32_usbdevice.h>
#include <tactility/bindings/pwm_backlight.h>
#include <tactility/bindings/gpio_hog.h>
#include <bindings/button_control.h>
Expand Down Expand Up @@ -131,4 +132,12 @@
bus-width = <1>;
pullups;
};

usbdevice0 {
compatible = "espressif,esp32-usbdevice";

usbdevicemsc0 {
compatible = "espressif,esp32-usbdevice-msc";
};
};
};
2 changes: 1 addition & 1 deletion Devices/lilygo-tlora-pager/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hardware.flashMode=DIO
hardware.spiRam=true
hardware.spiRamMode=AUTO
hardware.spiRamSpeed=120M
hardware.tinyUsb=true
hardware.tinyUsbMsc=true
hardware.esptoolFlashFreq=40M
hardware.bluetooth=true

Expand Down
Loading
Loading