Skip to content

Releases: microrack/urack-platform

v1.0.9

08 Nov 19:50

Choose a tag to compare

bump version

v1.0.8

08 Nov 19:49

Choose a tag to compare

Fix: Universal library header copying - support all libraries from li…

v1.0.7

05 Nov 18:24

Choose a tag to compare

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

05 Nov 08:45

Choose a tag to compare

fix action

v1.0.4

05 Nov 07:40

Choose a tag to compare

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 = 115200

What'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

05 Nov 07:09

Choose a tag to compare

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 = 115200

What'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)