mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-14 11:50:20 +03:00
move some vectors to psram, fix syslog start/stop
This commit is contained in:
10
lib/esp32-psram/library.properties
Normal file
10
lib/esp32-psram/library.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
name=ESP32-PSRAM
|
||||
version=0.1.3
|
||||
author=Phil Schatzmann
|
||||
maintainer=https://github.com/pschatzmann
|
||||
sentence=Memory management library for ESP32 using PSRAM and HIMEM
|
||||
paragraph=A comprehensive memory management library that provides vector, file, and ring buffer implementations using ESP32's PSRAM and HIMEM. Allows applications to work with large datasets beyond internal memory limitations.
|
||||
category=Data Storage
|
||||
url=https://github.com/pschatzmann/esp32-psram
|
||||
architectures=esp32
|
||||
depends=
|
||||
Reference in New Issue
Block a user