tamp-sys

Crates.iotamp-sys
lib.rstamp-sys
version0.1.0
created_at2025-09-19 03:01:03.867344+00
updated_at2025-09-19 03:01:03.867344+00
descriptionBindings to the tamp compression C library
homepage
repository
max_upload_size
id1845713
size2,169,327
muji (tmpfs)

documentation

README

Build

ESP32

For ESP32 with the espup toolchain installed:

cargo +esp build --target xtensa-esp32s3-none-elf  -Zbuild-std=core,alloc

ARM Cortex M4

Install the dependencies, for example on Arch:

sudo pacman -S arm-none-eabi-newlib arm-none-eabi-gcc

Then check with:

arm-none-eabi-gcc -print-sysroot

Now you can build:

cargo build --target thumbv7em-none-eabihf
Commit count: 0

cargo fmt