Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile allows faster compile/test cycle #416

Merged
merged 9 commits into from
Jul 18, 2023

Commits on Jul 17, 2023

  1. WIP

    James Foster committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    061924a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    583a596 View commit details
    Browse the repository at this point in the history
  3. Works for BlinkTest.cpp!

    James Foster committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d93608d View commit details
    Browse the repository at this point in the history
  4. With the Makefile, repeating tests takes 11 seconds instead of 3 min …

    …17 sec. Changes to a test take about 15 seconds and changes to a source file take about 25 seconds to run all the tests.
    James Foster committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5823839 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Cleanup to match Arduino CI sample.

    James Foster committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ac184be View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into makefile

    James Foster committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c490302 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4eb34e View commit details
    Browse the repository at this point in the history
  4. Add FatFileLFN to Makefile.

    James Foster committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d27a647 View commit details
    Browse the repository at this point in the history
  5. Add FatFilePrint to Makefile.

    James Foster committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a4c6d5d View commit details
    Browse the repository at this point in the history