Releases: microrack/urack-platform
Releases · microrack/urack-platform
v1.0.9
v1.0.8
Fix: Universal library header copying - support all libraries from li…
v1.0.7
Release v1.0.7 - Use pre-compiled binaries (bootloader, partitions, boot_app0) from prebuilt/ - Copy partitions.bin from prebuilt instead of generating - Add upload info display showing all files and addresses - Fix boot_app0.bin and default.csv copying in build script - Simplify bootloader handling to use prebuilt binaries
v1.0.6
fix action
v1.0.4
URack ESP32 Platform v1.0.4
Features
- Custom PlatformIO platform for ESP32
- Pre-compiled Arduino framework and libraries
- Support for mod-esp32-v1 board
- ~10x faster build times
Usage
Add to your platformio.ini:
[env:modesp32v1]
platform = https://github.com/microrack/urack-platform/releases/download/v1.0.4/platform-urack-esp32-v1.0.4.zip
board = mod-esp32-v1
framework = arduino
monitor_speed = 115200What's Included
- ✅ Pre-compiled Arduino Core for ESP32
- ✅ Pre-compiled libraries: Adafruit GFX, SSD1306, ESP32Encoder, NeoPixel, MIDI, BusIO
- ✅ All necessary headers (~4100 files)
- ✅ ESP-IDF integration
- ✅ Bootloader and partition tables
Build Stats
- Library size: 4.1M
- Headers: 4086 files
- Object files: 0
Requirements
- PlatformIO Core >= 6.1.16
- ESP32 toolchain (auto-installed)
v1.0.1
URack ESP32 Platform v1.0.1
Features
- Custom PlatformIO platform for ESP32
- Pre-compiled Arduino framework and libraries
- Support for mod-esp32-v1 board
- ~10x faster build times
Usage
Add to your platformio.ini:
[env:modesp32v1]
platform = https://github.com/microrack/urack-platform/releases/download/v1.0.1/platform-urack-esp32-v1.0.1.zip
board = mod-esp32-v1
framework = arduino
monitor_speed = 115200What's Included
- ✅ Pre-compiled Arduino Core for ESP32
- ✅ Pre-compiled libraries: Adafruit GFX, SSD1306, ESP32Encoder, NeoPixel, MIDI, BusIO
- ✅ All necessary headers (~4100 files)
- ✅ ESP-IDF integration
- ✅ Bootloader and partition tables
Build Stats
- Library size: 4.1M
- Headers: 4086 files
- Object files: 0
Requirements
- PlatformIO Core >= 6.1.16
- ESP32 toolchain (auto-installed)