Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

[RFC] remove build dependency on arm-none-eabi-gcc (binary blob alternative) #95

Merged
merged 8 commits into from
Aug 26, 2018

Commits on Aug 25, 2018

  1. remove build dependency on arm-none-eabi-gcc

    Before this commit we used gcc to assemble external assembly files into object
    files that we linked into our Rust program.
    
    This commit drops the dependency on gcc by shipping the already assembled object
    files with this crate source code.
    japaric committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    9dece62 View commit details
    Browse the repository at this point in the history
  2. refactor assemble.sh

    japaric committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    6c971db View commit details
    Browse the repository at this point in the history
  3. simplify CI

    we no longer need to test clang because this crate never invokes a compiler /
    assembler
    japaric committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    c5189e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c229eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4a7e88 View commit details
    Browse the repository at this point in the history
  6. #!/bin/bash

    japaric committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    157a742 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe7382e View commit details
    Browse the repository at this point in the history
  8. remove intentional error

    japaric committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    dd0c08a View commit details
    Browse the repository at this point in the history