xargo 0.2.0

Effortless cross compilation to custom bare-metal targets like ARM Cortex-M
1
2
3
4
5
6
FROM ubuntu:12.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
    ca-certificates \
    gcc-multilib \
    git