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

build size-check enhancement #5485

Merged
merged 4 commits into from
Mar 27, 2019
Merged

Commits on Mar 25, 2019

  1. build size-check enhancement

    Changed to display a warning when the free size of compilation result is less than 512 bytes.
    mtei committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    4425934 View commit details
    Browse the repository at this point in the history
  2. update message.mk

    mtei committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    31e401f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. add SIZE_MARGIN variable, change default margin 512 to 1024

    for Example.
    ```
    $ make SIZE_MARGIN=2048 crkbd:all
    $ make crkbd:all ## mergin is 1024
    ```
    mtei committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    2f08913 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Update message.mk

    change message to ‘approaching the maximum’
    
    Co-Authored-By: mtei <[email protected]>
    drashna and mtei authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    9aacd70 View commit details
    Browse the repository at this point in the history